Skip to main content

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
  • requests library (Install using pip install requests)

Usage

  1. Clone the repository or download the Python script bruti5.py.
  2. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bruti_5-0.0.3.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

bruti_5-0.0.3-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page