Skip to content

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.

Notifications You must be signed in to change notification settings

Abhinandan-Khurana/SSH-BruteIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages