Skip to content

SSH bruteforce for cheking default passwords on my servers

Notifications You must be signed in to change notification settings

itJunky/SSHtor.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSH bruteforce for cheking default passwords on my servers

Command to create targets list:

nmap --open -n -p 22 192.168.1.1/24 | grep open -B 3 | grep -vE "Host|PORT|ssh" | awk '{print $NF}' | grep -v '--' >> targets.lst

About

SSH bruteforce for cheking default passwords on my servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages