Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 634 Bytes

File metadata and controls

15 lines (12 loc) · 634 Bytes

brute-force-attack-kali-linux-python

Brute Force attack with Python in Kali Linux

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 - Kali Linux

$ pip install PyAutoGUI
$ git clone https://github.com/vusalaxndzde/brute-force-attack-kali-linux-python.git
$ cd brute-force-attack-kali-linux-python/BruteForce
$ python brute-force-kali-linux.py --help
$ python brute-force-kali-linux.py --file "file name or file directory"