Giter Site home page Giter Site logo

bruteforce_algorithm_on_web_project's Introduction

bruteforce_algorithm_on_web_project

Web secuirity - Bruteforce Algorith in action.

# Brute Force Password Cracker

This project is a simple brute force password cracker implemented in Python using the `httpx` library. It attempts to crack a user's password by iterating through a list of possible passwords and making HTTP requests to a login endpoint.

## Prerequisites

To run this project, you need to have Python installed on your machine. Additionally, you'll need to install the `httpx` library. You can install it using the following command:

pip install httpx


## Usage

1. Clone the repository or download the `bruteforce1.py` file.
2. Open the file in a text editor or IDE of your choice.
3. Uncomment lines 8-10 to read passwords from a file if you have a password list stored in `password_new.txt`. Alternatively, use the generated passwords list.
4. Run the script using the command `python bruteforce1.py`.
5. Enter the username you want to target for the password cracking.
6. The script will start making HTTP requests to the login endpoint with different passwords.
7. If a correct password is found, it will be displayed, and the script will stop.

**Note:** This project is provided for educational purposes only. Unauthorized access to systems or accounts is illegal and unethical. Use this script responsibly and with proper authorization.

## License

This project is licensed under the [MIT License](LICENSE).

bruteforce_algorithm_on_web_project's People

Contributors

kirubel-web avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.