Telnet
- brute force
1
hydra -l username -P ~/Documents/rockyou.txt ssh://$IP
- enumeration
1
nmap -n -sV -Pn --script "*telnet* and safe" -p 23 $IP -oN recon/nmap.telnet
This post is licensed under CC BY 4.0 by the author.
1
hydra -l username -P ~/Documents/rockyou.txt ssh://$IP
1
nmap -n -sV -Pn --script "*telnet* and safe" -p 23 $IP -oN recon/nmap.telnet