Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

def log(shell,file='zoz4sec.res'): res = open(file, 'a') res.write("%s\n"%(shell)) ..

Decoded Output download

<?   
def log(shell,file='zoz4sec.res'): 
	res = open(file, 'a') 
	res.write("%s
"%(shell)) 
	res.close() 
 ?>

Did this file decode correctly?

Original Code


def log(shell,file='zoz4sec.res'):
	res = open(file, 'a')
	res.write("%s\n"%(shell))
	res.close()

Function Calls

None

Variables

None

Stats

MD5 0288f7ed752a8aa74bf22bac3ad90195
Eval Count 0
Decode Time 76 ms