Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php $command = 'ls -la'; $output = shell_exec($command); echo "$output"; ?>..
Decoded Output download
<?php
$command = 'ls -la';
$output = shell_exec($command);
echo "$output";
?>
Did this file decode correctly?
Original Code
<?php
$command = 'ls -la';
$output = shell_exec($command);
echo "$output";
?>
Function Calls
| shell_exec | 1 |
Stats
| MD5 | 0ab0586bcd056ec322b7832f6b725ebc |
| Eval Count | 0 |
| Decode Time | 58 ms |