No project description provided
Project description
Brute Force Login Script(--BRUTI-5--)
This Python script performs a basic username-password brute force attack on a target URL's login page using a provided wordlist.
Description
The script is designed to automate the process of attempting different username and password combinations from a wordlist against a specified target URL's login page. It uses the requests library to simulate login attempts and checks for successful login responses.
Prerequisites
- Python 3.x
requestslibrary (Install usingpip install requests)
Usage
- Clone the repository or download the Python script
bruti5.py. - Run the script from the command line, passing the required arguments:
python bruti5.py -t <target_url> -w <wordlist_file>
-t <target_url>or--target <target_url>: Specifies the target URL where the login form exists.-w <wordlist_file>or--wlist <wordlist_file>: Specifies the file containing username:password pairs.
Example
username1 : password1
username2 : password2
You can alter the below python script for data values. In this part you take data from using inpect element or brupsuit. chang user_name to your_target_user_name_field and password to your_target_user_password_field
Example
data = {'user_name': user, 'user_pwd': password, 'login': 'Sign+In'}
Command
python bruti_5.py -t https://example.com/login -w wordlist.txt
Authors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bruti_5-0.0.3.tar.gz.
File metadata
- Download URL: bruti_5-0.0.3.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6eb6ce83aba9cea1d1dad6778c2d7144106e62876a8741cf6931db9e7e5deb5
|
|
| MD5 |
5168cd3c89fed5d116d53f340090055c
|
|
| BLAKE2b-256 |
58483350262ab200327c1d0071b4d8ab51a3d272449ca3ee94cd519e26da936a
|
File details
Details for the file bruti_5-0.0.3-py3-none-any.whl.
File metadata
- Download URL: bruti_5-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e844a2e7cf412d4ad44bea980189a1892ae6f198c103f13bc7c273fd767e721
|
|
| MD5 |
f01a4c17c750eafed71c5a38d123ded4
|
|
| BLAKE2b-256 |
295f1b0f5128319cf3f3ee505dd08c9d63b978362c516751feced1ff3e5d6132
|