标签:
https://github.com/tony1016/BurpLogFilter 一个python3写的,用于过滤BurpSuite日志的小程序
为什么要写这个程序呢?强大的SqlMap支持使用BurpSuite的日志进行批量分析,但是BurpSuite的日志记录了所有走代理的流量,包括静态资源啊,重复的提交啊,这些都会影响SqlMap的分析效率。于是打算写一个小程序,可以做到:
Usage: python3 burplogfilter.py [options]
Options:
-h Show this showHelp
-f filepath The BurpSuite log to analyze
--host keyword, --host=keyword Host name filter
-v Show debug message
Examples:
python3 burplogfilter.py -f /tmp/burp.log --host=‘google.com‘ > burp-proxy.log
sqlmap -l burp-proxy.log --batch -smart
linux :ls /usr/local/Cellar/sqlmap/ 的output目录下
windows: sqlmap下
BurpSuite日志分析导入SqlMap进行批量扫描-BurpLogFilter
标签:
原文地址:http://www.cnblogs.com/adislj777/p/5854775.html