Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CrawlBox — Easy way to brute-force web directory. | Kitploit
Tools/GitHubGitHub/abaykan/crawlbox
ReconnaissanceVulnerability AnalysisInformation GatheringWeb SecurityPenetration TestingCrawlerArchived
GitHubabaykan/crawlbox

CrawlBox

Easy way to brute-force web directory.

View Repository
163427 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CrawlBox |

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

Easy way to brute-force web directory.


Operating Systems Tested

  • MacOSX
  • Kali Linux
  • Ubuntu 16.04

Usage

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

positional arguments:

root@kitploit:~
url            specific target url, like domain.com

optional arguments:

root@kitploit:~
  -h, --help     show this help message and exit
  -v, --version  show program's version number and exit
  -w WORDLIST    specific path to wordlist file
  -d DELAY       add delay between requests

Example

web site scan with internal wordlist

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

web site scan with external wordlist

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

Install

(as root)

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

note: tested with python 2.7.6

Media Review

  • 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/
Download Tool