Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 702 Bytes

File metadata and controls

32 lines (17 loc) · 702 Bytes

PostBrute

With this script you can brute any login post requests. Screan View

Installation

git clone https://github.com/rialbat/PostBrute.git

pip install requests

pip install argparse

cd PostBrute

pico PostBrute.py

Change this parametrs to yours:

userField = 'username' - Name of User Field

passwordField = 'password' - Name of Password Field

BadReq = '' - What does the server return in case of incorrect authorization? (ex. Incorrect Password)

GoodReq = '' - What does the server return in case of correct authorization? (ex. Success)

Ctrl + S

Ctrl + X

python PostBrute.py 0