Look up a person across 350 social networks using Social Analyzer

Mutt

Professional
Messages
1,458
Reaction score
1,296
Points
113
This is a command line interface for searching a person's profile on over 350 social networks, websites and further analysis. It includes a huge number of modules for collecting and analyzing the information received, and also allows you to choose which combination of modules to use in the investigation process.

The detection modules themselves use a special mechanism based on various detection methods, which is designed to reduce the number of false positives. This project is currently being used by some law enforcement agencies in countries with limited resources.

Instructions:
Install Kali Linux (https://www.kali.org/downloads/) and write in it
Code:
$ pip3 install social-analyzer

Using:
Code:
$ python3 -m social-analyzer --cli --mode "fast" --username "darkmask" --websites "youtube pinterest tumblr" --output "pretty" --metadata --extract --trim

? Link to Github (https://github.com/qeeqbox/social-analyzer) - for a better understanding, I advise you to read the instructions.
 
Top