
How to Hack & Extract facebook account data using OSIF
Many people thanks to the ease of internet access and the laziness of not implementing privacy controls has lead people to completely ignore facebook settings. In this tutorial, we will be showing you how you can hack facebook and extract facebook account data. We will be using the tool called OSIF(Open Source Information Facebook), It is written in Python and created by GitHub user Ciku370
So now with that out of the way, let’s start hacking facebook with OSIF.
Requirements:
- The target should be your friend
- You need to have a facebook account
- You need internet access and Kali Linux installed
Table of contents
Step 1: Clone the tool from Github
Open a Kali Linux terminal and type the following command
git clone https://github.com/CiKu370/OSIF.git

Step 2: Install dependencies
First, change to the OSIF directory. Once you are in the directly execute the requirements script. Commands for this are as follows:
cd OSIF/
pip install -r requirements.txt
Step 3: Run the OSIF script
To open and run the script on kali Linux type the following command
python osif.py
Step 4: Check all the OSIF commands
To check all the commands available in OSIF type the help command. All the commands will be listed as shown:
help

Step 5: Connect your facebook account
To hack and gather data. Your account is needed for the friend level access. You need to be friends with the target account.
Log in with your username and password.

Step 6: Start hacking and gathering info:
Use the following commands to dump data:
To dump all the facebook emails use the following command. The output will be as shown:
dump_email

To dump all the phone numbers of your friends use this command:
dump_phone

If you want to save all the ids of your friends then use the dump_id command:
dump_id
Step 6: The BOT
There is also a bot that can be fun to play with and has a lot of options as shown below. However, use extreme caution. We are not responsible if the bot breaks your Facebook account permanently. Only for educational purposes.
This bot can perform the following functions:
[ 01 ]auto reactions
[ 02 ] auto comment
[ 03 ] auto poke
[ 04 ] accept all friend requests
[ 05 ] delete all posts in your timeline
[ 06 ] delete all friends
[ 07 ] stop following all friends
[ 08 ] delete all photo albums

As you can see those functions are pretty extreme. If you delete any of your data you will not be able to recover it. Even if you can recover it will take a long time. That’s why I will not recommend you to use this.
How does it work?
This tool uses facebooks own graphing algorithm to find and retrieve data. To put it in simple terms its an automated bot that will fetch data such as email and mobile numbers as shown in the above examples. The moment people give their data and phone number to Facebook it can be easily accessed unless you explicitly put restrictions on data access.
This tool simply shows how hackers can misuse data on Facebook and how insecure your privacy is on Facebook. As simple as it may seem. This hack has shown how easily hackers can hack Facebook. Keep visiting the site for the latest updates regarding hacking.
Commonly Asked Questions about hacking facebook with OSIF
Below are some of the questions which may come into your mind while using this tool. If your question is not present then kindly mention it in the comment section.
Q1. Is this hacking tool legal to use on anyone?
No, you should not use this tool to hack people. If you use it to hack someone’s Facebook account, then it is considered a criminal offense. But you can use it for testing and gaining knowledge about how hackers hack Facebook
Q2. Is This a Safe tool?
Yes, it is a safe tool. It is a hacking tool made for white hat pentesting. If you want to know if it is safe for illegal hacking, then no it is not meant for illegal black hat hacking. You should only use it for ethical hacking.