plamglotis / BruteForceAttack

Brute Force attack with Python in Kali Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BruteForceAttack

If you don't know about PyAutoGui Python library - https://pyautogui.readthedocs.io/en/latest/ This script automates brute forcing a text field through the gui for sites that do not have an invalid credentials timeout response.

Installation (Only test on Kali Linux)

$ pip install PyAutoGUI
$ git clone https://github.com/cann66dev/BruteForceAttack.git
$ cd BruteForceAttack/BruteForce
$ python BruteForceAttack.py --help
$ python BruteForceAttack.py --file "file name or file directory"

About

Brute Force attack with Python in Kali Linux

License:MIT License


Languages

Language:Python 100.0%