Skip to content

rialbat/PostBrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages