mirror of
https://github.com/qeeqbox/social-analyzer.git
synced 2026-09-17 15:17:41 +02:00
[auto-f] added extraction and metadata features to NodeJS CLI
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
[](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 +350 social media websites. It includes different string analysis and detection modules, you can choose which combination of modules to use during the investigation process.
|
||||
Social Analyzer - API, CLI & Web App for analyzing & finding a person's profile across +350 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 module intended to have less false positive and it's documented in this [Wiki](https://github.com/qeeqbox/social-analyzer/wiki) link
|
||||
|
||||
@@ -107,7 +107,7 @@ sudo apt-get install -y firefox-esr tesseract-ocr git
|
||||
git clone https://github.com/qeeqbox/social-analyzer.git
|
||||
cd social-analyzer
|
||||
npm install
|
||||
node app.js --cli --mode "fast" --username "johndoe" --websites "youtube pinterest tumblr" --output "pretty"
|
||||
node app.js --cli --mode "fast" --username "johndoe" --websites "youtube pinterest tumblr" --output "pretty" --metadata --extract --trim
|
||||
```
|
||||
|
||||
## Install and run as NodeJS Web App with a grid (docker-compose)
|
||||
@@ -148,4 +148,5 @@ docker build -t social-analyzer . && docker run -p 9005:9005 -it social-analyzer
|
||||
## Disclaimer\Notes
|
||||
- Make sure to download this tool from GitHub
|
||||
- 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
|
||||
- This tool meant to be used locally (It does not have any type of Access Control)
|
||||
- If you want your website to be excluded from this project list, please reach out to me
|
||||
|
||||
Reference in New Issue
Block a user