Monday 12 October 2015

On 23:15 by Himanshu Joshi in , ,    2 comments

Note: This Article Is Not For Noobs! Learners Are Welcomed! This Article Is For Educational Purposes Only, Any Misuse Of Information Given Below Is Prohibited! 

Hi Guys! I am back with a fresh tutorial here, and this time its on hacking facebook! The method I am going to use here will be brute forcing, Using World’s Best Passwords Dictionary, CrackStation,
So, First lets know something about Brute force attacks,
“A brute force attack is a trial-and-error method used to obtain information such as a user password or personal identification number (PIN). In a brute force attack, automated software is used to generate a large number of consecutive guesses as to the value of the desired data.”
But, In our case I’ll be using a Python script and a Long Dictionary Of passwords. I have personally tried it on myself and it really works :) .
Here’s the list of what we need:
  • A Kali Machine / Or Any Python Engine Will work!
  • Facebook.py ( v1 only)
  • And, A FaceBook id Of course :p
  • CrackStation Word List! (Download Here)
Now, Lets Start The Work!
step 1. Install Python-mechanize using command mention below
[*] root@HaCoder:~#apt-get install python-mechanize
step 4.
Add facebook.py using the command below
[*] root@HaCoder~# chmod +x facebook.py
[*] root@HaCoder:~# python facebook.py

step 5.
Now enter |Email| or |Phone number| or |Profile ID number| or |Username| of the victim,     You can use graph.facebook.com for more information!
Step 6 .
Now Give The Path Of Your CrackStation Word list !
step 7.
Now it will try all passwords present in the word list, So relax and have a cup of coffee because it will take time depending on speed of your processor and password strength of your victim!
Hope this article was helpful :) Any feedback or Questions? Leave a Comment And I’ll be Happy To Help :)

2 comments: