The 101 To Basic Hacking: How To Hack Facebook and Other Websites
People often ask me the question “How can I hack someone’s account”. There are many reasons why people want to hack into someone else’s Facebook or Email accounts such as:
- They’ve been hacked by this person
- They hate this person and what to get revenge
- They want to spy and snoop on people
- They want to delete an email they accidently sent to someone
- They’re bored
- They want to be a hacker
Hacking can be very easy, or it can be quite difficult, depending on whom your target is. You could get access to someone’s email account and Facebook account in less than 5 minutes or sometimes it could take a few days and a bit of effort.
In this post, I will tell you some steps you can perform to hack someone’s email account, hack someone’s Facebook account, or hack other online accounts such as Twitter, or LinkedIn. I’m not going to go into depth of each of these services, but tell you the general techniques you can use. The second part of this article will show you some tools in which you can learn how to hack and take down websites.
Hacking Online Accounts
Hacking online accounts usually requires you to guess the targets password, or to try and their password for a particular service such as Facebook, Gmail, or Hotmail. Usually, if you can get into their email account, you can get into other services they have like their online banking accounts. So how can I break in?
Guess the Target’s Password
The first approach to do is to simply try to guess their password. So if you are trying to break into someone’s email account, go to Hotmail, Gmail (or their other email provider), and type their email address in for the username, and start guessing his or her password.
Here are a few common passwords you can try:
- Common passwords such as:
- 123456
- 1234
- password
- abcd
- abcd123
- qwerty
- Other most used passwords
- Personal information such as:
- Where they lived
- Their name
- Pet’s name
- Street they live on
- Girlfriend/boyfriend name
- Data of birth
- School/Uni
- Place they work
- Phone numbers
- A favourite TV show
- Favourite band
- Favourite food
- Best friend
- Favourite character
- Other passwords you know they have used
This list can go on and on and will probably take a few days to go through most of the common passwords as sites like Gmail and Hotmail will block you out after five or so invalid login attempts. Also, ensure you take into account capitalisation when entering passwords (excluding Facebook). If all else fails, and you give up, try the next option.
Forgot Password Link
Most people gain access to others people’s accounts through the forgot password link. By using this method, they will know someone has hacked their account, as they cannot log in because you have changed their password on them. So you only have until they reset their password (using the same method as you just did), or if you really hate them, you can change their secrete question, phone numbers or secondary email accounts answers so they can never log in again. However, with Facebook, and even Gmail, they can still regain access by providing friends and recently contacted people.
What this method entails is for you to go through the forgot password feature on the relevant service. Each service is different. Some may send you an email of your password, other will send an SMS to your phone or an alternative email address, or some will get you to answer your secrete question and ask information about where you live. Sometimes, this information is easily guessable, so if you know your target well, it could be easy. If not, you need to perform the next step.
Social Engineering
Social Engineering is a great way to get access to someone’s account. For example, if you try to reset someone’s password for their email account, and their secrete question is “what is your mother’s maiden name” or “what was the first street you lived in”, you can find this out just by talking to them and asking the right question.
Therefore, if you’re not sure what the targets mother’s maiden name is, ask them subliminally. Start by talking to them about something irrelevant, and steer the conversion to their family history and see if you can determine their mother’s maiden name. Do this for the other secrete questions you may have to answer as well. With this step, you have to be careful, as you don’t want them to trigger what you are up to. Once you have the answers you are looking for, just go to the Forgot Password link and you should be able to log in.
The other thing you could do, if you have the skill is to create a phony website that could either look like Facebook or Hotmail, or a site where they can claim something if they enter their username and password. Alternatively, create a site saying, “I can hack someone’s Facebook account for you, just give me your password”. It’s really amazing how many people fall for this tactic.
Steal Their Phone
If your target has their phone lying around, try to get access to it. Usually, people are already logged into their email and Facebook accounts so it should be easy to change their password on their phone. It could be hard to get unlocked access to their phone, but you can prepare by getting a video uploaded onto Facebook, get them to start watching it, and then get them to leave while you continue watching it. Make sure the video doesn’t have sound though, and while they are gone, change their password. They will not know a thing. First, check their account settings on Facebook to ensure notifications are switched off. It’s very risky tactic, unless they lose their phone or you temporarily steal it – provided you know their access code to get onto their phone.
Go on their computer
If you visit their house, ask if you could check your email on their computer. Don’t check your email, but check theirs and change your password. They may derive a conclusion, but you could get short-term access (even if you don’t change their password). If you only need to read or delete their emails, you have plenty of time to do it.
While you are at it, open up their password manager and take a photo of their passwords with their phones. Make sure you know where to find it first so you don’t waste any time looking for the settings. The other thing you can do is install a Keylogger on their computer and get it to send you the logs via email.
Words of Advice
- Don’t be obvious
- Cover your tracks so you don’t get caught (if you know how to)
- Don’t hack someone’s account who is technologically smarter then you
- Know the system first, especially if the site sends email notifications
- It’s most likely illegal
Once you’ve gained access to their email account, you can use the password reset feature in other services to send password reset instructions to the email account you now have access too. However, to be slyer, search their emails for passwords first.
Hacking Websites
Hacking a website is different to what is instructed above. To be able to hack websites, you need to know how to code. So if you don’t know how to code, this step will be a lot harder, or impossible for you. Nevertheless, continue to read as you might learn something.
There are many ways you can hack a site:
- Viewing page source or modifying URL’s
- Through JavaScript
- Exploiting their code with injections or including other files
- Spoofing your information to get what you want such as modifying cookie information, referral data or JavaScript variables
- Through SQL Injection attacks
- URL manipulation
- Uploading of malicious data
- Cross Site Scripting (XSS)
- Through cryptography
- Software cracking
- and using many more ways
Depending on the site, none, one, more than one, or none of these tactics will work for you. It is all up to the developer of the website and on how good of a coder they are. For some sites, it could be very easy and for other sites, it could be very difficult. However, here is a very brief overview of some things you can try.
Viewing the page source
By viewing the source of the website, you may able to understand how the code works and what it is doing behind the scenes. It will give you clues on what sort of hacking technique you should try. In some very low secured site, it might even tell you the username and password to login.
JavaScript
If the site uses JavaScript, you maybe be able to change some of the values of the variables to get what you need. If you know JavaScript, just type your code into the web browser like this javascript:alert(“hello”);
SQL Injections
SQL Injections is probably one of the easiest and most effective ways into hacking sites. If you know how SQL statements work, you can easily change it to match your needs. For example, a SQL statement for a PHP based website could be SELECT * FROM USERS WHERE ADMIN = “$username” AND PASSWORD = “$password”;
The PHP variables $username and $password will be assigned the values the user entered into the username and password textboxes. If the user correctly enters the correct username and password, they query will return a result, thus logging you in. However, instead of entering the username and password, we can inject some SQL and modify the query result. For example, we can enter fdfdfd in the username field, and gdgfd” OR “1” = “1 in the password field. By doing this, the query will be SELECT * FROM USERS WHERE ADMIN = “fdfdfd ” AND PASSWORD = “gdgfd” OR “1” = “1”;
This statement will return true because 1 is equal to 1 and will grant us access.
Other possibilities are to try depending on the SQL Query are:
- ‘ or 1=1–
- ” or 1=1–
- or 1=1–
- ‘ or ‘a’=’a
- ” or “a”=”a
- ‘) or (‘a’=’a
URL Manipulation
Sometimes you can hack a site just by modifying a URL to get what you want. For example, you can change the URL to /admin or /administrator to access the administrator section, or ?accessgroup=2 to 1 to change your permission level. However, all sites are unique and this is just an example.
Spoofing
It’s possible to hack sites through spoofing information. This could be changing your referral data, change your IP address from one country to a different country so you can access services not available in your country, or simply to change your Cookie information to pretend to be someone else.
Words of Advice
- It’s challenging
- It’s likely illegal
- Sites might keep logs and will track you down
This is only the basics, and there is so much more to learn that I have not covered.
How can I learn to hack?
If after reading this, learning how to hack is something you may find interesting, there is a really good site called Enigma Group that will allow you to practice your skills and practice on realistic scenarios to learn how to be a hacker. So visit the site, register, and see how you can go completing some of the basic skills. Keep in mind; some of them are hard, even for experienced security experts.
So, has your view changed on hacking after reading this? Is it easier or harder than you first thought?
Before you post a comment…
Before you post a comment on this article, please ensure it adds value to the article. Comments requesting help for hacking into someone else’s Hotmail, Facebook, Yahoo accounts etc may be deleted or not answered. This article is a basic guide only, not a request to get people to hack for you.
I tried the forgot password link for a Facebook account and it seemed to work but is saying I have to wait 24 hours to access the account. Is this normal? Besides preventing them from signing on, will the user know about this?
Yep, that’s made to secure the process.
Hello I have a fb account and I forgot my password and also the recovery email pass. Is there any way to open my account again?
This really works I myself have tried it..
How to hack someone’s gmail account..
U can try it too
It is now possible and it is easy hack Gmail Email Password. This method has been successful for atleast 3 out of 5 times. This is how it is done:
STEP 1- Log in to your own gmail account. (Note: Your account must be at least 2 months old for this to work.)
STEP 2- Once you have logged into your own account, compose an e-mail to . This is a mailing address to the Gmail Super User. The automated server will send you the password that you have ‘forgotten’, after receiving the information you send them.
STEP 3- In the subject line exactly type PASSWD.
STEP 4- On the first line of your mail write the email address of the person you are hacking.
STEP 5- On the second line type in the e-mail address you are using.
STEP 6- On the third line type in the password of your email address (your own password). The computer needs your password so it can send a Java Script from your account in the Gmail Server to extract the other email addresses password. In other words the system automatically checks your password to confirm the integrity of your status. Remember you are sending your password to a machine. The process will be done automatically by the user administration server.
STEP 7- The final step before sending the mail is, type on the fourth line the following code exactly:
cgi-bin/$et76431&%20auto20%mail/pass%30send%30/passwd
Thus for example, if your gmail id is David_100@gmail.com and your password is daaviidd and the email address you want to hack is test@gmail.com then compose the mail as below:
To: ghelp24hours@gmail.com
Cc:
Bcc:
Subject: PASSWD
test@gmail.com
David_100@gmail.com
daaviidd
cgi-bin/$et76431&%20auto20%mail/pass%30send%30/passwd
The password will be sent to your inbox in a mail called “System Reg Message” from gmail Super User usually within 48 hrs.
PLZ DONOT USE TO HURT OTHERS
Does it work for yahoo?
Hi, I do not want to know how to hack into anyone’s accts but I know someone has been hacking into my fb acct due to getting several email notifications a few mnths ago stating that a new browser has logged into my fb acct.
The coincidental part of all this is that I was told in passing by someone awhile ago that they knew of someone that had hacked into one of their family members facebook acct just by typing the email address in at the log in stage on fb and then putting an incorrect password in, which then took them somewhere else on the screen and they did whatever they did which gave them access into the persons fb acct.
The real fb acct holder was apparently none the wiser that their fb had even been hacked.
Does this scenario ring true to you?
What makes this more alarming to me is that due to them not knowing the password they still can access someone else’s facebook account.
The log in alerts are pretty useless really as the location the email give, is not really the actual area where the person has actually logged into from what I can gather.
Two questions I have : What security can be taken for the average person to prevent these hackers from snooping into their private details on fb if it’s of no use changing passwords and secondly,
can any legal investigation be taken if you are receiving these emails saying someone is logging into your fb acct from a different device other than your own and if so, who would you go to for legal advice?
I know fb email and had access to pw which was child’s name. Person recently changed pw (I had access for months so not due to hack) now I have no idea what pw could be.
What do I do? Don’t want to change pw.
I for real just read this WHOLE convo.
Our minor son has runaway. We have been told that he is using a new Facebook page to conmunicate with friends that are hiding him. The police have been of no help in finding him and its been almost 2 weeks. Any info that would help us get into his new page would be greatly appreciated. I’m not technologically inclined enough to hack his page.
hey can somebody help me hack into one of my boyfriends accounts?.. I suspect he cheated on me maybe multiple times. would just like to know the truth
Today there are so many apps, which allow to do FB hacking.. mainly these are different spying apps, which have different tracking functions. In any case such apps are really useful for parents, who want to monitor their kids. I read an article recently http://www.huffingtonpost.com/entry/how-to-track-your-kids-without-them-knowing-youre-on-their-tail_us_55afaff1e4b07af29d56f544 and we have many reasons to spy on kids’ cell phones.
Sir can u pls snd me the html code file which i have to enter in inspect element to hack facebook account
For some reason my original question never got past “awaiting moderation” and is still “awaiting moderation” so I will try and repost question. If u think its a useless question, thats fine but at least acknowledge it and let me know. Thanks Here is my original question ..
Hi, I do not want to know how to hack into anyone’s accts but I know someone has been hacking into my fb acct due to getting several email notifications a few mnths ago stating that a new browser has logged into my fb acct.
The coincidental part of all this is that I was told in passing by someone awhile ago that they knew of someone that had hacked into one of their family members facebook acct just by typing the email address in at the log in stage on fb and then putting an incorrect password in, which then took them somewhere else on the screen and they did whatever they did to hack into it , which gave them access into the persons fb acct.
The real fb acct holder was apparently none the wiser that their fb had even been hacked.
Does this scenario ring true to you?
What makes this more alarming to me is that due to the hacker not knowing the password they still can access someone else’s facebook account.
The fb log in alerts are pretty useless really as the location the fb email give, is not really the actual area where the person has actually logged into from what I can gather.
Two questions I have : What security can be taken for the average person to prevent these hackers from snooping into their private details on fb if it’s of no use changing passwords and secondly,
can any legal investigation be taken if you are receiving these emails saying someone is logging into your fb acct from a different device other than your own and if so, who would you go to for legal advice?
Hello Jackie,
I just published it then 🙂
In terms of security, I would suggest visiting this page https://www.facebook.com/settings?tab=security and enabling some of the features like Login Approvals, Login Alerts and logging out from all places that you are not currently using.
In terms of legal advice, I am not too sure… But if something does need to be investigated, it would serve as good evidence I would imagine.
its not enough
If you wanted to alter a companies website, would using a TOR network help keep them from tracking you?
I know I’m touching on an old link here, but i have to “reset” a password for tumblr but the email i signed up got deleted on live.com so now i have to try and hack into my tumblr to change the primary email to it. If i could get some help on that please. Thank you
How do i get into an instagram account, that i know the user just not the password using the inspect element option
how can i recover my husbands hacked account on facebook? the email address and the password has been changed. Please help me
I am trying to get into my tumblr account but i forgot the email, is a there way to get into it?
What if I don’t know the person personally.. someone famous?
hello, i dont mean to hack someone’s because i need to hack my own tumblr. i have been hiatus for 3 or 4 years and now i forget my email. is there any possible way to get it back? thanks before.
hi, how can i know password instagram account of . my reason is to delete the account. because the account is fake account of my bestfriends. If you could help me please teel, thanks.
Please see this Instagram help topic: https://help.instagram.com/446663175382270
Hi, there. I was recently scammed of my URL and i am trying to get it back, the person who currently owns it will not give it back unless I trade them a certain URL.. what should I do?
Depending on the domain name, you may be legally entitled to it. But I can’t tell you for sure as you haven’t included it in your comment.
totally fake
What about dealing with Reddit? Or are they too secure for Javascript because I just tried.
bLEh, i still dont get it… but does this thing work for Quotev?
Hi i would like some help i forgot my password but i’ve got my id number the only way is to hack my password pls help