Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked CrawlBox


dEEpEst

Recommended Posts

 

Easy way to brute-force web directory.

This is the hidden content, please

 

Operating Systems Tested

  • MacOSX
  • Kali Linux
  • Ubuntu 16.04

Usage

python crawlbox.py [-h] [-v] [-w WORDLIST] url

positional arguments:

url            specific target url, like domain.com

optional arguments:

  -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

python crawlbox.py www.domain.com

web site scan with external wordlist

python crawlbox.py www.domain.com -w wordlist.txt

Install

(as root)

  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

Download:

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.