Skip to content

vusalaxndzde/brute-force-attack-kali-linux-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"