metasploit (msf)

打开终端并进入管理员用户

1
sudo su

进入metasploit 命令行

1
msfconsole

msf使用法则

使用模块 —-> 配置模块必选项 —-> 运行模块

metasploit 攻击 windows 操作系统

  1. 使用模块

    1
    use 模块
  2. 配置模块必选项

    1
    show options

    required 为 yes 的为必选项

    1
    2
    set RHOSTS 目标IP地址 
    set lport 监听端口号
  3. 运行模块

    1
    run