dirsearch-fuzz
Installation
SKILL.md
dirsearch Web 目录枚举方法论
dirsearch 是功能丰富的 Web 目录暴力枚举工具。核心优势:内置高质量字典 + 多扩展名支持 + 递归扫描 + 智能过滤。
项目地址:https://github.com/maurosoria/dirsearch
Phase 1: 基本扫描
# 使用内置字典扫描
dirsearch -u http://target.com
# 指定扩展名
dirsearch -u http://target.com -e php,asp,aspx,jsp
# 指定字典
dirsearch -u http://target.com -w /path/to/wordlist.txt