An open API service indexing awesome lists of open source software.

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.

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.

![](https://wallpaperaccess.com/full/2541028.jpg)

## **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).

![](https://builtin.com/sites/www.builtin.com/files/styles/og/public/2022-06/lock-key-best-password-manager_7.png)