CrawlBox - Easy Way To Brute-Force Web Directory. - KitPloit - PenTest Tools for your Security Arsenal ☣
2018-03-16 16:20:59 Author: www.kitploit.com(查看原文) 阅读量:83 收藏

Easy way to brute-force web directory.

Operating Systems Tested

  • MacOSX
  • 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

Video

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

CrawlBox - Easy Way To Brute-Force Web Directory. CrawlBox - Easy Way To Brute-Force Web Directory. Reviewed by Lydecker Black on 10:30 AM Rating: 5


文章来源: https://www.kitploit.com/2018/03/crawlbox-easy-way-to-brute-force-web.html?utm_source=dlvr.it&utm_medium=twitter
如有侵权请联系:admin#unsafe.sh