Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/abaykan/CrawlBox

Easy way to brute-force web directory.
https://github.com/abaykan/CrawlBox

admin-finder crawler python web-crawler wordlist

Last synced: 3 months ago
JSON representation

Easy way to brute-force web directory.

Lists

README

        

# CrawlBox |
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
[![GitHub forks](https://img.shields.io/github/forks/abaykan/CrawlBox.svg)](https://github.com/abaykan/CrawlBox/network)
[![GitHub stars](https://img.shields.io/github/stars/abaykan/CrawlBox.svg)](https://github.com/abaykan/CrawlBox/stargazers)
[![HitCount](http://hits.dwyl.io/abaykan/crawlbox.svg)](http://hits.dwyl.io/abaykan/crawlbox)
[![GitHub license](https://img.shields.io/github/license/abaykan/CrawlBox.svg)](https://github.com/abaykan/CrawlBox/blob/master/LICENSE)
[![TypeScript](https://badges.frapsoft.com/typescript/love/typescript.png?v=101)](https://github.com/ellerbrock/typescript-badges/)


[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![bitHound](https://img.shields.io/bithound/code/github/rexxars/sse-channel.svg)](https://github.com/abaykan/CrawlBox/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Django.svg?style=plastic)](https://github.com/abaykan/CrawlBox/)
[![Build Status](https://semaphoreci.com/api/v1/abaykan/crawlbox-2/branches/add-license-1/shields_badge.svg)](https://semaphoreci.com/abaykan/crawlbox-2)

Easy way to brute-force web directory.


# 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

# 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/