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 error_reporting (E_ALL ^ E_NOTICE); //========================================..
Decoded Output download
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://ip-info.ff.avast.com/v2/info?ip=".$_GET['ip']);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
$ipxa_data_in = curl_exec($ch);
curl_close($ch);
$ipxa_data = json_decode($ipxa_data_in,true);
$country = $ipxa_data['countryName'];
$organization = $ipxa_data['organization'];
$timezone = $ipxa_data['timezone'];
$city = $ipxa_data['city'];
Did this file decode correctly?
Original Code
<?php
error_reporting (E_ALL ^ E_NOTICE);
//===================================================================================
$viSGsAgzhmlmMkHCrtp="AQAB//4B+wAE/wH2AAn/AfEADv+Fj9FXwzAUhu8F3yGMTyfUSbxnDBka3cWoEtOrMU9VRmpxWk97Ouae3meYrc6L5Sbwn+/7D4dRd1qmUWjNU4ABHN9Zrq+If4ek1XUdjj2TkKeCLd7eufBfT1N4Udc+cRm4WzCVWqsqlVvZb6p5nXrvsz58BDcdpZFrpXwZg4tKF7vnZ/ZZTE/uLpKM8oLlnM3yj5fe4KygTorA7aQoJVd/RThB77TqK/40q4169TA9qd77d60RpUm29MywM8Gm01RS2c5g8+2FE7SMf9Nc1jpeBdQ2n9LAXiJLZsYPVE6IEHe9t1OfsSE+ZQrw334fHeY/";
@eval(gzinflate(str_rot13(gzinflate(str_rot13(gzinflate(str_rot13(gzinflate(str_rot13(gzinflate(str_rot13(base64_decode($viSGsAgzhmlmMkHCrtp))))))))))));
Function Calls
gzinflate | 5 |
str_rot13 | 5 |
base64_decode | 1 |
error_reporting | 1 |
Stats
MD5 | daf72072eab00aa63ad5699df21114b8 |
Eval Count | 1 |
Decode Time | 53 ms |