Quantcast
Channel: Scanner – Security List Network™
Viewing all articles
Browse latest Browse all 271

Bronson is a HTTP brute force path scanner tool.

$
0
0

Bronson is a HTTP brute force path scanning tool. It uses wordlists and permutations of those lists to discover objects on a target webserver. Support is offered for generation of permutations of filenames, by using the filename and extension lists. All filenames are combined with all extensions to generate a complete list.

Bronson uses requests-futures to very quickly cover a large number of requests in parallel and as a result is quite fast.

Bronson

Dependencies:
+ Python 2.7.x
+ Python module:
-+- certifi==2017.4.17
-+- chardet==3.0.4
-+- idna==2.5
-+- PyYAML==3.12
-+- requests==2.18.1
-+- requests-futures==0.9.7
-+- urllib3==1.21.1

Usage:

git clone https://github.com/nosmo/Bronson && cd bronson
pip install -r requirements.txt
python bronson.py -h

python bronson.py --domain site-to-attack.example.com --config ./config.example.yaml

Source: https://github.com/nosmo


Viewing all articles
Browse latest Browse all 271

Trending Articles