_____ _____ _ _ ____ _ _____ _ _ / ____/ ____| | | | | _ \ | | |_ _| | | | | (___| (___ | |__| | | |_) |_ __ _ _| |_ ___ | | | |_| | \__ \___ \ | __ | | _ <| '__| | | | __/ _ \ | | | __| | ____) |___) | | | | | |_) | | | |_| | || __/_| |_| |_|_| |_____/_____/|_| |_| |____/|_| \__,_|\__\___|_____|\__(_) \t\t\033[93m- By L0u51f3r007
The SSH-BruteIt tool is a Python-based security tool designed to test the security of SSH connections by attempting to guess login credentials. The tool takes IP addresses and usernames as arguments and uses brute force techniques to discover valid login credentials.
pip install -r requirements.txt
USE --help for help menu (python3 ssh-brute.py --help)
sudo python3 ssh-brute.py -i 192.168.137.2 -u root
sudo python3 ssh-brute.py --host 192.168.137.2 --username root