Download and get information from people you have added in facebook 11-09-2019, 09:09 PM
#1
REQUIREMENTS: python 2.x
requests module
we're going to use fbi python script (facebook account information gathering) to get data from all of our friends.
it includes phones, emails...
first we must install request module for python 2
then we must clone the script repository and get into the folder
then run
and something like this will appear
![[Image: 68747470733a2f2f696d6167652e6962622e636f...692e706e67]](https://camo.githubusercontent.com/573d821bd9980927a8c609d63c41842268c60198/68747470733a2f2f696d6167652e6962622e636f2f694c466844392f6662692e706e67)
run following commands to see and dump all information from all of your friends:
for getting all information available in every profile we had added.
note: if this appears...
you must run this:
and create a temporal token to access to the desired account (after, you will remove the token by running rm_token command inside fbi script.
let's go...
if you use following commands:
you will get information, id, phones and mails...
dump_ works by dumping the information into an output folder with a plain text file like sinister_mails.txt or sinister_phone.txt or sinister_id.txt where sinister is the First Name of the account you logged in when you created the token file.
This tool made in python is the easyest way i found to get sensitive information from accounts i added in the past into my facebook profile.
requests module
we're going to use fbi python script (facebook account information gathering) to get data from all of our friends.
it includes phones, emails...
first we must install request module for python 2
Code:
pip2 install requeststhen we must clone the script repository and get into the folder
Code:
git clone https://github.com/xHak9x/fbi.git
cd fbithen run
Code:
python fbi.pyrun following commands to see and dump all information from all of your friends:
Code:
get_datanote: if this appears...
Code:
[*] Load Access Token
[!] failed to open cookie/token.log
[!] type 'token' to generate access tokenyou must run this:
Code:
Hak9 >> token
 [*] Generate Access token facebook [*]Â
[Warn] please turn off your VPN before using this feature !!!
[*] login to your facebook account   Â
[?] Username :let's go...
if you use following commands:
Code:
get_info
dump_id
dump_phone
dump_mailyou will get information, id, phones and mails...
dump_ works by dumping the information into an output folder with a plain text file like sinister_mails.txt or sinister_phone.txt or sinister_id.txt where sinister is the First Name of the account you logged in when you created the token file.
This tool made in python is the easyest way i found to get sensitive information from accounts i added in the past into my facebook profile.
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)


Thanks for sharing!














![[Image: KmPTi6b.png]](https://i.imgur.com/KmPTi6b.png)