/autoRdpCracker

an auto RDP Cracker On Python3 Based on Hydra THC

Primary LanguagePython

autoRdpCracker

A python3 full automatic rdp cracker based on hydra THC

HOW TO COMPILE

At first you need to install hydra THC on your terminal

sudo add-apt-repository ppa:pi-rho/security

sudo apt-get update

sudo apt-get install hydra

Then you need to install python3 required library

pip3 install netaddr

Finally you can run script

python3 auto.py

Notice that you can use own passwords and usernames, just with replacing passwords.txt and usernames.txt

Hope Enjoy!