BruteForce SSH Login Credentials much Faster...!
Thor Uses Threading in Order to Speed-up the Bruteforce_Process
$ git clone https://github.com/SxNade/Thor
$ cd Thor
$ chmod +x install.sh
$ ./install.sh
To run Thor Simply Execute the Following Command....with respective values....
python3 thor.py <target-ip> <ssh-username> <password_wordlist_/complete path>
you can run thor in background if thor finds password it will send a notification on screen
python3 thor.py IP USER PASS-FILE&
If we want by adding "&" at the end we can background the process
Use Python3 to run the Program
Note: The time.sleep value is set to 0.5 by default you may change it to 0.2 for maximum performance and speed but this may raise some errors but will still manage to Discover the password
WHO SO EVER RUNS THIS IF HE/SHE IS WORTHY SHALL FIND THE SSH PASSWORD
To make Thor Even Better Contribute to it Or use and Report Any Bugs or fixes Required..
git clone https://github.com/SxNade/Thor