knetic0 / bruteforce-attacker

Brute Force Attacker With Python-Selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bruteforce-attacker

Brute Force Attacker With Python-Selenium

How to Use?

First, you must determine your site of you attack and Change row 65 (url) to this site.

Later, inspect site and copy id's of username, password entry's and button of Login and Change row's 49, 53, 57.

After, open terminal and write 'python3 index.py -u USERNAME -p WORDLIST

=> WORDLIST - password.txt, wordlist.txt or etc.

and Press Enter. Program try to all passwords.

Also you must download Chromedriver. https://chromedriver.chromium.org/

Be careful to version of Google Chrome and your OS.

newvideo.mp4

About

Brute Force Attacker With Python-Selenium


Languages

Language:Python 100.0%