dirsearch的使用

dirsearch是用来扫描web页面的隐藏目录

源代码:https://github.com/maurosoria/dirsearch

常用命令:

扫描出状态码为200的目录
python3 dirsearch.py -u "http://xxx.com" -e* -i 200

使用 --subdirs 扫描子目录

python3 dirsearch.py -u https://target --subdirs /,admin/,folder/

 

posted @ 2022-06-23 12:35  三亿人  阅读(681)  评论(0编辑  收藏  举报