Sinisterly
Tutorial Download and get information from people you have added in facebook - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: General (https://sinister.ly/Forum-General)
+--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge)
+--- Thread: Tutorial Download and get information from people you have added in facebook (/Thread-Tutorial-Download-and-get-information-from-people-you-have-added-in-facebook)



Download and get information from people you have added in facebook - conspir4cy - 11-09-2019

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

Code:
pip2 install requests

then we must clone the script repository and get into the folder

Code:
git clone https://github.com/xHak9x/fbi.git cd fbi

then run
Code:
python fbi.py
and something like this will appear
[Image: 68747470733a2f2f696d6167652e6962622e636f...692e706e67]

run following commands to see and dump all information from all of your friends:

Code:
get_data
for getting all information available in every profile we had added.

note: if this appears...

Code:
[*] Load Access Token [!] failed to open cookie/token.log [!] type 'token' to generate access token

you 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 :
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:

Code:
get_info dump_id dump_phone dump_mail

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.


RE: Download and get information from people you have added in facebook - Botany - 11-09-2019

Wow this is some quality stuff here. Thanks for sharing. Def keeping this in handy for my own security Wink Thanks for sharing!


RE: Download and get information from people you have added in facebook - SCARIO - 11-09-2019

Can you do this for instagram? I need


RE: Download and get information from people you have added in facebook - conspir4cy - 11-10-2019

(11-09-2019, 10:16 PM)Botany Wrote: Wow this is some quality stuff here. Thanks for sharing. Def keeping this in handy for my own security Wink Thanks for sharing!

i'm glad you liked it! i'm trying to do my best! Wink


RE: Download and get information from people you have added in facebook - conspir4cy - 11-10-2019

(11-09-2019, 10:38 PM)SCARIO Wrote: Can you do this for instagram? I need

i had posted some tricks for information gathering inside instagram, but is not too much info.
it works more like a profile dumper.

any way, i'm doing a research because i'm also interested in doing full info gathering of ig profiles


RE: Download and get information from people you have added in facebook - Botany - 11-10-2019

(11-10-2019, 05:13 PM)conspir4cy Wrote:
(11-09-2019, 10:16 PM)Botany Wrote: Wow this is some quality stuff here. Thanks for sharing. Def keeping this in handy for my own security Wink Thanks for sharing!

i'm glad you liked it! i'm trying to do my best!  Wink

SO is there a way to do this on users that are not friends? That would be epic Wink2


RE: Download and get information from people you have added in facebook - conspir4cy - 11-10-2019

(11-10-2019, 05:39 PM)Botany Wrote:
(11-10-2019, 05:13 PM)conspir4cy Wrote:
(11-09-2019, 10:16 PM)Botany Wrote: Wow this is some quality stuff here. Thanks for sharing. Def keeping this in handy for my own security Wink Thanks for sharing!

i'm glad you liked it! i'm trying to do my best!  Wink

SO is there a way to do this on users that are not friends? That would be epic  Wink2

yes... but not like this... is more like using own facebook tools like groups or pages to so something similar to Social Engineering

https://www.campaignmonitor.com/resources/knowledge-base/how-do-i-collect-emails-from-facebook/

then even using phising you will get a big combolist in the time.

i never did that, so i have no experience dumping that kind of information.

any way, i will try to do a research.


RE: Download and get information from people you have added in facebook - Botany - 11-10-2019

(11-10-2019, 05:48 PM)conspir4cy Wrote:
(11-10-2019, 05:39 PM)Botany Wrote:
(11-10-2019, 05:13 PM)conspir4cy Wrote: i'm glad you liked it! i'm trying to do my best!  Wink

SO is there a way to do this on users that are not friends? That would be epic  Wink2

yes... but not like this... is more like using own facebook tools like groups or pages to so something similar to Social Engineering

https://www.campaignmonitor.com/resources/knowledge-base/how-do-i-collect-emails-from-facebook/

then even using phising you will get a big combolist in the time.

i never did that, so i have no experience dumping that kind of information.

any way, i will try to do a research.
Ok, thanks for your feedback, keep it up!


RE: Download and get information from people you have added in facebook - Drako - 11-10-2019

Thanks for providing a good tutorial. Most people will just leave a download link and leave it up to you to figure out how to use the program.


RE: Download and get information from people you have added in facebook - conspir4cy - 11-10-2019

(11-10-2019, 07:04 PM)Drako Wrote: Thanks for providing a good tutorial. Most people will just leave a download link and leave it up to you to figure out how to use the program.

thanks, i tried to do it as simple as i found, just to give to anyone the possibility to do it by itself Biggrin