dirsearch用法
时间: 2023-08-08 11:11:36 浏览: 295
dirsearch是一个用于扫描目标URL的工具,可以用来查找目标网站中存在的目录和文件。以下是一些dirsearch的用法示例:
1. 简单用法:使用默认设置扫描目标URL
`python3 dirsearch.py -u https://target` \[1\]
2. 使用指定的文件拓展名字典扫描目标URL
`python3 dirsearch.py -e php,html,js -u https://target` \[1\]
3. 使用指定路径的wordlist且拓展名为php,html,js的字典扫描目标URL
`python3 dirsearch.py -e php,html,js -u https://target -w /path/to/wordlist` \[1\]
4. 递归扫描目标URL
`python3 dirsearch.py -e php,html,js -u https://target -r` \[1\]
5. 设置递归层数为3
`python3 dirsearch.py -e php,html,js -u https://target -r -R 3` \[1\]
6. 指定线程数(不建议线程数调整过大,可能会影响扫描结果)
`python3 dirsearch.py -e bak,zip,tgz,txt -u https://target -t 30` \[1\]
7. 使用前缀后缀
`python3 dirsearch.py -e php -u https://target --prefixes .,admin,_,~(前缀) tools` \[1\]
8. 引用\[2\]中的示例:
`python3 dirsearch.py -u http://192.168.52.143 -e * -w /root/dirsearch/db/dicc.txt --prefixes=2222 -f %a% --no-dot-extensions -U` \[2\]
请注意,使用dirsearch时需要遵守相关法律法规,切勿用于非法犯罪活动。对于恶意使用该工具造成的损失,与工具的开发者无关。\[3\]
#### 引用[.reference_title]
- *1* [dirsearch用法大全](https://blog.csdn.net/qq_43936524/article/details/115271837)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
- *2* [dirsearch的使用](https://blog.csdn.net/Amdy_amdy/article/details/109522882)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
- *3* [dirsearch使用教程](https://blog.csdn.net/m0_48574718/article/details/129244162)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文