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