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.
Originally Posted by user782106
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.
This is a great way to give an overview of it, but also make sure you encrypt where it outputs too with atleast a MD5 or SHA1 encryption because if the phishing site gets popular people usually go to the index of the site and find the text document, therefore its better to export stolen information to a protected php file If you need more assistence please notify me