Alanghj / Brute-Force-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brute Force

Overview

  • A brute-force application to get credentials of user and password in a website.

Run locally

Install dependencies in a virtual environment is recommended.

Virtual environment and Libraries in Linux/Windows:

Linux:
  python3 -m venv env
  source ./env/bin/activate
  pip3 install -r requirements.txt
  deactivate
  
Windows:
  python3 -m venv env
  .\env\Scripts\activate
  pip3 install -r requirements.txt
  deactivate

How to run:

  • Git clone https://github.com/Alanghj/Brute-Force-app.git.
  • You will see the analysis in: python3 run.py.
  • Do no forget to Install the requirements.txt.

License

  • See the LICENSE file for license rights and limitations (MIT).

🎓 Author

Image Alanghj
Alanghj

Made by Alanghj

About

License:MIT License


Languages

Language:Python 100.0%