Skip to content
/ PyBrute Public

This project uses Python and Selenium to simulate brute force attacks on websites. It locates username and password input fields, using credentials from a yaml file to test the site's authentication strength.

Notifications You must be signed in to change notification settings

Vibeyy/PyBrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What PyBrute is and how it works:
A project designed to perform brute force attacks on specific websites. The program uses Python and Selenium to open the target website and web scraping techniques to locate the username and password input boxes. It then uses credentials from a details.yaml file to execute the brute force attack.

Tested vulnerability of :
https://demo.testfire.net/login.jsp

Required Libraries:
1.selenium
2.yaml
3.pandas
4.sys

About

This project uses Python and Selenium to simulate brute force attacks on websites. It locates username and password input fields, using credentials from a yaml file to test the site's authentication strength.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages