Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Brute post requests

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages