dirsearch

AffettoIris 2023-10-3 2,277 10/3
python3 dirsearch.py -u http://xxxx     
python3 dirsearch.py -u http://xxxx -e php,html,js  # 指定网站语言
python3 dirsearch.py -e php,html,js -u https://target -w /path/to/wordlist  # 指定字典
python3 dirsearch.py -u http://xxxx --random-agents  # 使用随机UA
python3 dirsearch.py -e php,htm,js,bak,zip,tgz,txt -u https://target -t 20  # 指定线程数,默认情况下,线程数为30,但如果想加快进度,可以增加。尽管如此,速度仍然在很大程度上取决于服务器的响应时间。作为警告,建议保持线程数不要太大,因为这可能导致DOS
python3 dirsearch.py -e php,html,js -u https://target -r  # 递归目录(跑出目录后,继续跑目录下面的目录)
python3 dirsearch.py -e php,html,js -u https://target -r --recursion-depth 3 --recursion-status 200-399  # 可以用--recursion-depth设置最大递归深度,用--recursion-status设置递归状态代码

官网

- THE END -

AffettoIris

10月16日15:21

最后修改:2023年10月16日
0

非特殊说明,本博所有文章均为博主原创。

共有 0 条评论