首页 > 数据库技术 > 详细

sqlmap遇到url重写的示例

时间:2014-03-03 00:35:16      阅读:624      评论:0      收藏:0      [点我收藏+]

url_rewrite 这个问题 国内外的坛子里都有人问。
D:\cygwin\pentest\database\sqlmap\doc \faq.pdf
下面是官方给的解答。
1.15 How to use sqlmap with mod_rewrite enabled?
Append an asterisk, *, to the place where sqlmap should check for injections in
URI itself. For example, ./sqlmap.py -u "http://target.tld/id1/1*/id2/2",
sqlmap will inject its payloads at that place marked with * character. This
feature also applies to POST data. Multiple injection points are supported and
will be assessed sequentially.
哪里存在注入就加上 * 号

./sqlmap.py -u "http://www.cunlide.com/id1/1*/id2/2

sqlmap遇到url重写的示例,布布扣,bubuko.com

sqlmap遇到url重写的示例

原文:http://www.cnblogs.com/hookjoy/p/3575871.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!