https://github.com/vital-vuillaume/brut-force
A script and a site to train at brute force.
https://github.com/vital-vuillaume/brut-force
brute-force brute-force-attacks python python-bruteforce website
Last synced: 5 months ago
JSON representation
A script and a site to train at brute force.
- Host: GitHub
- URL: https://github.com/vital-vuillaume/brut-force
- Owner: Vital-Vuillaume
- Created: 2024-08-15T12:14:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T20:57:30.000Z (over 1 year ago)
- Last Synced: 2025-06-17T04:39:22.573Z (about 1 year ago)
- Topics: brute-force, brute-force-attacks, python, python-bruteforce, website
- Language: Python
- Homepage:
- Size: 3.68 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## **Description**
This project consists of two main components:
- **A website**: A basic login interface allowing users to authenticate with a username and password.
- **A Python script**: A script designed to perform a brute-force attack on the site in an attempt to guess the login credentials.

## **Features**
- **Website**:
- Simple login interface.
- Basic user session management.
- **Python Script**:
- Performs a brute-force attack to attempt to guess passwords.
- Supports dictionary files for password attempts.
- Displays the results of the attack (whether credentials were found or not).
