mirror of
https://github.com/qeeqbox/social-analyzer.git
synced 2026-09-17 23:27:42 +02:00
Update README.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<p align="center"> <img src="https://raw.githubusercontent.com/qeeqbox/social-analyzer/main/readme/socialanalyzerlogo_.png"></p>
|
||||
|
||||
#
|
||||
[](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/stargazers)
|
||||
[](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/blob/main/info) [](https://github.com/qeeqbox/social-analyzer/stargazers)
|
||||
|
||||
Social Analyzer - API, CLI & Web App for analyzing & finding a person's profile across +400 social media \ websites. It includes different string analysis and detection modules, you can choose which combination of modules to use during the investigation process.
|
||||
|
||||
@@ -66,7 +66,7 @@ Profile images **will not** be blurred. If you want them to be blurred, turn tha
|
||||
- Gmail (example@gmail.com)
|
||||
- Google (example@example.com)
|
||||
|
||||
## Install and run as NodeJS Web App (Linux + NodeJS + NPM + Firefox) <- preferred
|
||||
## Install and run as NodeJS Web App (Linux + NodeJS + NPM + Firefox)
|
||||
```bash
|
||||
# There will be status:good or rate:%100 for existing profiles
|
||||
# Do not mix FindUserProfilesFast, with FindUserProfilesSlow and ShowUserProfilesSlow
|
||||
@@ -112,7 +112,7 @@ cd social-analyzer
|
||||
docker build -t social-analyzer . && docker run -p 9005:9005 -it social-analyzer
|
||||
```
|
||||
|
||||
## Install and run as Python CLI (Windows, Linux, MacOS, Raspberry pi..) method 1
|
||||
## Install and run as Python Module CLI (Windows, Linux, MacOS, Raspberry pi..)
|
||||
```bash
|
||||
# You can scan all websites using --websites "all"
|
||||
# Remember the following runs as FindUserProfilesFast
|
||||
@@ -129,7 +129,7 @@ python3 -m social-analyzer --cli --username "johndoe" --metadata --extract --tri
|
||||
python3 -m social-analyzer --cli --mode "fast" --username "johndoe" --websites "all" --metadata --extract --trim --filter "good" --profile "detected"
|
||||
```
|
||||
|
||||
## Install and run as Python CLI (Windows, Linux, MacOS, Raspberry pi..) method 2
|
||||
## Install and run as Python CLI (Windows, Linux, MacOS, Raspberry pi..)
|
||||
```bash
|
||||
# You can scan all websites using --websites "all"
|
||||
# Remember the following runs as FindUserProfilesFast
|
||||
@@ -216,7 +216,6 @@ Listing websites & detections:
|
||||
- This is a security project (Treat it as a security project)
|
||||
- If you want your website to be excluded from this project list, please reach out to me
|
||||
- This tool meant to be used locally not as a service (It does not have any type of Access Control)
|
||||
- For issues related to modules that end with -private, reach out directly to me (do not open an issue on GitHub)
|
||||
|
||||
## Other Projects
|
||||
[](https://github.com/qeeqbox/analyzer) [](https://github.com/qeeqbox/chameleon) [](https://github.com/qeeqbox/honeypots) [](https://github.com/qeeqbox/osint) [](https://github.com/qeeqbox/url-sandbox) [](https://github.com/qeeqbox/mitre-visualizer) [](https://github.com/qeeqbox/woodpecker) [](https://github.com/qeeqbox/docker-images) [](https://github.com/qeeqbox/seahorse) [](https://github.com/qeeqbox/rhino)
|
||||
|
||||
Reference in New Issue
Block a user