
Dirsearch Fuzz
- 24 installs
- 1.6k repo stars
- Updated July 19, 2026
- wgpsec/aboutsecurity
Helps with ai & agent building tasks during AI-assisted development.
About
dirsearch-fuzz is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- dirsearch-fuzz
- AI & Agent Building
- AI-coding skill
Dirsearch Fuzz by the numbers
- 24 all-time installs (skills.sh)
- +3 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #9,876 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wgpsec/aboutsecurity --skill dirsearch-fuzzAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 24 |
|---|---|
| repo stars | ★ 1.6k |
| Last updated | July 19, 2026 |
| Repository | wgpsec/aboutsecurity ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
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
# 静默输出
dirsearch -u http://target.com --quietPhase 2: 过滤和匹配
# 排除状态码
dirsearch -u http://target.com -x 404,403,500
# 只显示特定状态码
dirsearch -u http://target.com -i 200,301,302
# 按响应大小过滤
dirsearch -u http://target.com --exclude-sizes 0B,4KB
# 按响应内容过滤
dirsearch -u http://target.com --exclude-texts "Not Found"
# 递归扫描(发现目录后继续扫描子目录)
dirsearch -u http://target.com -r --recursion-depth 3Phase 3: 高级选项
# 自定义请求头
dirsearch -u http://target.com -H "Cookie: session=abc"
# 带认证
dirsearch -u http://target.com --auth admin:password --auth-type basic
# 使用代理
dirsearch -u http://target.com --proxy http://127.0.0.1:8080
# 控制线程
dirsearch -u http://target.com -t 50
# 批量目标
dirsearch -l urls.txt -e php,asp
# 随机 User-Agent
dirsearch -u http://target.com --random-agent
# 强制扩展名(不使用 %EXT% 占位符)
dirsearch -u http://target.com -f -e php,aspPhase 4: 输出
# 简单文本
dirsearch -u http://target.com -o results.txt --format plain
# JSON 输出
dirsearch -u http://target.com -o results.json --format json
# CSV 输出
dirsearch -u http://target.com -o results.csv --format csv常用场景速查
| 场景 | 命令 |
|---|---|
| PHP 站点 | dirsearch -u http://target -e php -x 404 |
| Java 站点 | dirsearch -u http://target -e jsp,do,action -x 404 |
| 后台查找 | dirsearch -u http://target -w admin-wordlist.txt |
| 备份文件 | dirsearch -u http://target -e bak,old,zip,tar.gz,sql |
| 递归深扫 | dirsearch -u http://target -r --recursion-depth 3 -e php |
Related skills
AI & Agent Buildingagents