Skip to content

使用正则匹配数据包中的敏感路径,再进行拼接异步访问,实现扫描的效果

Notifications You must be signed in to change notification settings

M7-wacb/python--infoscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

python-主被动结合式敏感目录扫描

效果图如下: image

使用python编写的被动敏感信息扫描脚本,使用mitmdump,安装教程和可能遇到的问题:

https://www.cnblogs.com/yoyo1216/p/16165758.html

https://blog.csdn.net/weixin_45438997/article/details/124261720

pip安装: pip install -r requirements.txt

使用命令:

mitmdump -s infoscan.py -p 8090 --ssl-insecure -q

建议联动burpsuite,具体操作: image 设置burpsuite上层代理,ip写127.0.0.1,端口就是命令mitmdump -p 监听的端口: image

注意事项

使用时cmd界面可能卡住,在属性中关闭快速编辑模式即可。

About

使用正则匹配数据包中的敏感路径,再进行拼接异步访问,实现扫描的效果

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages