burpsuite联合sqlmap扫描注入点

其实我们在众测的时候完全可以使用burpsuite联合sqlmap测试目标的注入漏洞。对get和post型注入都支持。

先来记录proxy的log , 记住路径

burpsuite联合sqlmap扫描注入点

 
 

把proxy拦截关掉

burpsuite联合sqlmap扫描注入点

接下来浏览器配置代理,对目标站点一通请求,我一般都找页面比较偏僻的小功能

 
 

burpsuite联合sqlmap扫描注入点

sqlmap对log一通测试

python sqlmap.py -l c:\log.txt –batch

burpsuite联合sqlmap扫描注入点

也可以加个–smart参数,启动启发式快速判断,节约时间,但是据我测试会漏报

python sqlmap.py -l c:\log.txt –batch –smart

结果输出在

[11:53:16] [INFO] you can find results of scanning in multiple targets mode inside the CSV file 'C:\Users\Administrator\.sqlmap\output\results-03122016_1147am.csv'

burpsuite联合sqlmap扫描注入点

算是效果还不错 

burpsuite联合sqlmap扫描注入点

上一篇:使用MVC和EF,在保存数据的时候报错:System.Data.Entity.Validation.DbEntityValidationException: 对一个或多个实体的验证失败。有关详细信息,请参阅“EntityValidationErrors”属性。


下一篇:IE9 打不开界面也不报错,只有打开控制台才会显示 - console