social-analyzer在300多个社交媒体网站上分析和查找个人资料

social-analyzer在300多个社交媒体网站上分析和查找个人资料

社会工程学工具之social-analyzer,用于在300多个社交媒体网站上分析和查找个人资料的API和网络应用程序

API和Web应用程序,用于在+300个社交媒体网站上分析和查找个人资料。它包括不同的字符串分析和检测模块,您可以选择在调查过程中使用哪些模块组合。检测模块利用基于不同检测技术的评级机制,从而产生从0到100的比率值(否-可能-是)

项目地址

GitHub: github.com/qeeqbox/social-analyzer

-------------------------------------              ---------------------------------
|        安全性测试                 |              |        社会工程分析仪          |
-------------------------------------              ---------------------------------
|        被动信息收集               |     <-->     |         查找社交媒体资料       |
|                                   |              |                                |
|        主动信息收集               |     <-->     |          文章活动分析          |
-------------------------------------              ---------------------------------

查找个人资料Web app(最快)

social-analyzer在300多个社交媒体网站上分析和查找个人资料

查找资料WEB APP(缓慢)

social-analyzer在300多个社交媒体网站上分析和查找个人资料

个人资料图像不会模糊。如果您希望它们模糊,请打开该选项

新-查找配置文件CLI(快速)

social-analyzer在300多个社交媒体网站上分析和查找个人资料

特征

  • 字符串分析
  • 搜索引擎查询
  • 多层检测
  • 最常用的名字和单词
  • 将数字转换为字母
  • 查找配置文件正常(快速)
  • 查找个人资料高级(慢)
  • 查找资料特别(慢)
  • 个人资料截图
  • 和更多!
social-analyzer在300多个社交媒体网站上分析和查找个人资料

特殊检测

  • Facebook

安装并以网络应用程序运行(NodeJS + NPM + Firefox)

sudo add-apt-repository ppa:mozillateam/ppa
sudo apt-get update
sudo apt-get install -y firefox-esr tesseract-ocr git
git clone https://github.com/qeeqbox/social-analyzer.git
cd social-analyzer
rm -rf package-lock.json node_modules
npm install lodash
npm install
npm start

安装并作为CLI运行(NodeJS + NPM + Firefox)

sudo add-apt-repository ppa:mozillateam/ppa
sudo apt-get update
sudo apt-get install -y firefox-esr tesseract-ocr git
git clone https://github.com/qeeqbox/social-analyzer.git
cd social-analyzer
rm -rf package-lock.json node_modules
npm install lodash
npm install
# If you want to list all websites use node app.js -c -l
# Remember the following runs as FindUserProfilesFast
node app.js -c -m "fast" -u "username" -w "youtube pinterest tumblr"

作为CLI安装并运行(Python3 + NPM + Firefox)

sudo add-apt-repository ppa:mozillateam/ppa
sudo apt-get update
sudo apt-get install -y firefox-esr tesseract-ocr git
git clone https://github.com/qeeqbox/social-analyzer.git
cd social-analyzer
pip3 install lxml BeautifulSoup4 tld
# If you want to list all websites use python3 app.py -c -l
# Remember the following runs as FindUserProfilesFast
python3 app.py -c -m "fast" -u "username" -w "youtube pinterest tumblr"

使用网络安装并作为Web应用程序运行(docker-compose)

git clone https://github.com/qeeqbox/social-analyzer.git
cd social-analyzer
docker-compose -f docker-compose.yml up --build

作为Web应用安装并运行(docker)

git clone https://github.com/qeeqbox/social-analyzer.git
cd social-analyzer
docker build -t social-analyzer . && docker run -p 9005:9005 -it social-analyzer

运行问题

确保更新到最新的nodejs和npm

通过端口号关闭应用

sudo kill -9 $(sudo lsof -t -i:9005)

目标

  • 添加通用网站检测(这些检测需要一些检查,但是我会尝试在2021年添加)

资源资源

  • DuckDuckGo API,Google API,NodeJS,引导程序,选择,jQuery,维基百科和超棒的字体

下载地址

①GitHub: github.com/qeeqbox/social-analyzer
②雨苁网盘: w.ddosi.workers.dev

Leave a Reply

您的电子邮箱地址不会被公开。 必填项已用*标注