Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 333 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 333 Bytes

Brute-Force Auth

Brute forcing auth with random passwords.

Setup your python env

For POSIX:

python -m venv .venv
source .venv/bin/activate
# source .venv/bin/activate.fish

or Windows:

python -m venv .venv
.\.venv\Scripts\activate.bat

Install dependencies

pip install -r requirements.txt