metasploit (msf)
打开终端并进入管理员用户
1 | sudo su |
进入metasploit 命令行
1 | msfconsole |
msf使用法则
使用模块 —-> 配置模块必选项 —-> 运行模块
metasploit 攻击 windows 操作系统
使用模块
1
use 模块
配置模块必选项
1
show options
required 为 yes 的为必选项
1
2set RHOSTS 目标IP地址
set lport 监听端口号运行模块
1
run
打开终端并进入管理员用户
1 | sudo su |
进入metasploit 命令行
1 | msfconsole |
使用模块 —-> 配置模块必选项 —-> 运行模块
使用模块
1 | use 模块 |
配置模块必选项
1 | show options |
required 为 yes 的为必选项
1 | set RHOSTS 目标IP地址 |
运行模块
1 | run |
Author: QUANQUAN
License: Copyright (c) 2019 CC-BY-NC-4.0 LICENSE
Slogan: Make the world MORE PERFECT !