0% found this document useful (0 votes)
262 views2 pages

FB Hacking Kali Linus-1

This document provides instructions for using a brute force attack to hack into a Facebook account. It explains that brute force attacks use automated software to generate a large number of consecutive password guesses. The steps include installing Python modules, running a Python script called facebook.py, and providing the target account details and path to a password wordlist. The script will then attempt to log in to the Facebook account using all the passwords in the wordlist, which can take a significant amount of time depending on the password strength.

Uploaded by

example xx
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
262 views2 pages

FB Hacking Kali Linus-1

This document provides instructions for using a brute force attack to hack into a Facebook account. It explains that brute force attacks use automated software to generate a large number of consecutive password guesses. The steps include installing Python modules, running a Python script called facebook.py, and providing the target account details and path to a password wordlist. The script will then attempt to log in to the Facebook account using all the passwords in the wordlist, which can take a significant amount of time depending on the password strength.

Uploaded by

example xx
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Hack Facebook Account Password Using Brute Force

🏵SEE SOMTHING NEW🏵

1⃣. 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).

2⃣. 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.

Requirement

A Kali Machine / Or Any Python Engine Will work!

Facebook.py ( v1 or v2 )

A FaceBook id

CrackStation Word List! Which I'll upload shortly.

STEPS

Step 1. Install Python-mechanize using command mention below

~#apt-get install python-mechanize


Step 2. Add facebook.py using the command below

~# chmod +x facebook.py [*]

~# python facebook.py

Step 3. Now enter |Email| or |Phone number| or |Profile ID number| or |Username| of the victim,

Step 4. Now Give The "Path" Of Your CrackStation Word list

Step 5. Now it will try all passwords present in the word list, So relax as it will take time depending on
speed of your processor and password strength of your victim!

🏵🏵🏵🏵🏵🏵🏵🏵

You might also like