Skip to content

xy3/bruteman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bruteman

Configurable brute forcer for login forms

Requirements

  • Python 3.6

Installation

git clone https://github.com/xy3/bruteman.git 

cd bruteman

pip3 install .

Usage

bruteman [-h] [-c CONFIG] [-o OUTPUT DIR] combos

Making configs

Configs are written in YAML.

If the config argument is not set, you will be asked to choose a config from the config directory. You may make your own configs by following the format as layed out in configs/example_config.yml.

To gather the necessary headers and data for the config, go to the login page you wish to test and perform some requests while looking at the network tab in a browser debugger.

About

Configurable brute forcer for login forms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages