social-analyzer v2.32 releases: API for analyzing & finding a person profile across +300 social media websites
social-analyzer
API, CLI & Web App for analyzing & finding a person profile across +300 social media websites. It includes different string analysis and detection modules, you can choose which combination of modules to use during the investigation process
The detection modules utilize a rating mechanism based on different detection techniques, which produces a rate value that starts from 0 to 100 (No-Maybe-Yes)
This project is currently used by some law enforcement agencies in countries where resources are limited.
The results from the analysis could help in investigating profiles related to suspicious or malicious activities such as cyberbullying, cybergrooming & cyberstalking, spreading misinformation
Make sure to download this tool from GitHub – (ONLY) ⚠️
Updates
- Optimized slow scan & fast scan
- Added Windows support
- Added detection levels
- Added dynamic language detections for profiles
Features
- String & name analysis
- Find profile using multiple techniques (HTTPS library & Webdriver)
- Multi layers detections (OCR, normal, advanced & special)
- Search engine lookup (Google API – optional)
- Custom search queries (Google API & DuckDuckGo API – optional)
- Profile screenshot, title, info and website description
- Find name origins, name similarity & common words by language
- Custom user-agent, proxy, timeout & implicit wait
- Python CLI & NodeJS CLI (limited to FindUserProfilesFast option)
- Grid option for faster checking (limited to docker-compose)
- Dump logs to folder or terminal (prettified)
- Wiki
Install and run (Nodejs + NPM + Firefox)
add-apt-repository ppa:mozillateam/ppa
apt-get update
apt-get install -y firefox-esr tesseract-ocr
git clone https://github.com/qeeqbox/social-analyzer.git
cd social-analyzer
npm install
npm start
Install and run (docker)
git clone https://github.com/qeeqbox/social-analyzer.git
cd social-analyzer
sudo docker build -t social-analyzer . && sudo docker run -p 9005:9005 -it social-analyzer
Source: https://github.com/qeeqbox/