Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.07 KB

SSH-BruteIt

  _____ _____ _    _   ____             _       _____ _   _
 / ____/ ____| |  | | |  _ \           | |     |_   _| | | |
| (___| (___ | |__| | | |_) |_ __ _   _| |_ ___  | | | |_| |
 \__  \___ \ |  __  | |  _ <| '__| | | | __/ _ \ | | | __| |
 ____) |___) | |  | | | |_) | |  | |_| | ||  __/_| |_| |_|_|
|_____/_____/|_|  |_| |____/|_|   \__,_|\__\___|_____|\__(_)
                       \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.



NOTE: Run this command before using the tool.

pip install -r requirements.txt

How to use?

USE --help for help menu (python3 ssh-brute.py --help)

Example -->

sudo python3 ssh-brute.py -i 192.168.137.2 -u root
sudo python3 ssh-brute.py --host 192.168.137.2 --username root