[Request]How to make a Phishing Website
Hey guys, I am requesting a How To Make A Phishing Website tutorial..
A video from another person would be fine.
I won't spoonfeed you, but...
Copy the page you want to phish's source code to your servers and search for "action=" in the source code of that page. Change the action to "phish.php" or whatever. (HAS TO BE PHP)
Then get the $POST values from the Username and Password textbox and create a PHP file that gets the $POST values and writes to a .TXT on your server.
Done.