Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CrawlBox — 暴力破解 Web 目录的简单方法。 | Kitploit
工具/GitHubGitHub/abaykan/crawlbox
侦察漏洞分析信息收集Web安全渗透测试网络爬虫Archived
GitHubabaykan/crawlbox

CrawlBox

暴力破解 Web 目录的简单方法。

查看仓库
163427年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CrawlBox |

Awesome GitHub forks GitHub stars HitCount GitHub license TypeScript
Open Source Love bitHound PyPI - Python Version Build Status

暴力破解网站目录的简单方法。


已测试的操作系统

  • MacOSX
  • Kali Linux
  • Ubuntu 16.04

用法

root@kitploit:~
python crawlbox.py [-h] [-v] [-w WORDLIST] url

位置参数:

root@kitploit:~
url            具体的目标网址,例如 domain.com

可选参数:

root@kitploit:~
  -h, --help     显示此帮助信息并退出
  -v, --version  显示程序版本号并退出
  -w WORDLIST    指定字典文件的路径
  -d DELAY       在请求之间添加延迟

示例

使用内置字典扫描网站

root@kitploit:~
python crawlbox.py www.domain.com

使用外部字典扫描网站

root@kitploit:~
python crawlbox.py www.domain.com -w wordlist.txt

安装

(以 root 身份)

root@kitploit:~
  git clone https://github.com/abaykan/crawlbox.git
  cd crawlbox/
  pip install -r requirements.txt
  python crawlbox.py -h

注意:已在 Python 2.7.6 上测试

媒体评价

  • Seucurity Training Share : https://securityonline.info/crawlbox-brute-force-web-directory/
  • PentestTools : https://pentesttoolz.com/2018/03/02/crawlbox-easy-way-to-brute-force-web-directory/
  • Hacking Reviews : https://www.hacking.reviews/2018/03/crawlbox-easy-way-to-brute-force-web.html
  • KitPloit : https://www.kitploit.com/2018/03/crawlbox-easy-way-to-brute-force-web.html
  • Haxf4rall : http://haxf4rall.com/2018/03/08/crawlbox-easy-way-to-brute-force-web-directory/
  • The Hack Today : https://thehacktoday.com/crawlbox-easy-way-brute-force-web-directory/
  • SAPSI Security Service http://sapsi.org/crawlbox-easy-way-to-brute-force-web-directory/
下载工具