Skip to content

This tool is meant to be used to test default SSH credentials on a big number of machines.

Notifications You must be signed in to change notification settings

hacknation-anonops/SSHer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSHer version 1.0

This program has been developed by * to crack SSH default login credentials. SSHer uses paramiko as its main module. It also works with multithreading to speed the process.

Dependencies: - paramiko

Default settings: - Port: 22 - Threads: 10 - Output: cracked-ips.txt - Verbose: False

Examples: python -u root -p toor -M ips.txt -t 20 python -u usernames.txt -p passwords.txt -M ips.txt -o kaliMachines.txt python -u admin -p admin -M ips.txt --verbose --port=1000

About

This tool is meant to be used to test default SSH credentials on a big number of machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages