Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
social-analyzer — 用于在1000个社交媒体\网站中分析和查找个人资料的API、CLI和Web应用 | Kitploit
工具/GitHubGitHub/qeeqbox/social-analyzer
OSINT (开源情报)侦察社会工程学OSINT信息收集渗透测试社会工程学电子邮件收集红队网络爬虫
GitHubqeeqbox/social-analyzer

social-analyzer

用于在1000个社交媒体\网站中分析和查找个人资料的API、CLI和Web应用

查看仓库
23.7k2.3k7个月前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Social Analyzer - 用于在 +1000 个社交媒体 \ 网站上分析和查找个人资料的 API、CLI 和 Web 应用程序。它包含不同的分析和检测模块,您可以在调查过程中选择使用哪些模块。

检测模块采用了基于不同检测技术的评级机制,产生的评分值从 0 到 100(否-可能-是)。该模块旨在减少误报。

来自此 OSINT 工具的分析和公开提取信息可帮助调查与可疑或恶意活动相关的资料,例如网络霸凌、网络诱骗、网络跟踪和传播虚假信息。

该项目目前被一些资源有限的国家执法机构使用 - 检测数据库与此处共享的不同..

社交媒体

使创建和分享内容或参与社交网络的网站和应用程序 - 牛津词典

结构

APP(首选!)

标准 localhost WEB APP URL:http://0.0.0.0:9005/app.html

CLI

功能

  • 字符串与名称分析(排列与组合)
  • 使用多种技术查找资料(HTTPS 库和 Webdriver)
  • 多资料搜索(用于关联 - 任意组合,以“,”分隔)
  • 多层检测(OCR、普通、高级和特殊)
  • 使用 Ixora 可视化资料信息(元数据与模式)
  • 元数据与模式提取(来自 Qeeqbox OSINT 项目)
  • 元数据的力导向图(需要 ExtractPatterns)
  • 按顶级排名或国家/地区搜索(Alexa 排名)
  • 按类型搜索(成人、音乐等 - 自动化网站统计)
  • 资料统计和静态信息(类别国家/地区)
  • 跨元数据统计(来自 Qeeqbox OSINT 项目)
  • 自动过滤不必要输出(启用 javascript 等)
  • 搜索引擎查找(Google API - 可选)
  • 自定义搜索查询(Google API 和 DuckDuckGo API - 可选)
  • 资料截图、标题、信息和网站描述
  • 按语言查找名称来源、名称相似性和常见词
  • 查找可能的资料/人物年龄(有限分析)
  • 自定义 user-agent、代理、超时和隐式等待
  • Python CLI 和 NodeJS CLI(仅限于 FindUserProfilesFast 选项)
  • 检测到的资料截图(必须安装最新版本的 Chrome)
  • 用于更快检查的 Grid 选项(仅限于 docker-compose)
  • 将日志转储到文件夹或终端(美化)
  • 调整查找/获取资料 worker(默认 15)
  • 对失败资料提供重新检查选项
  • 按好、可能或坏筛选资料
  • 将分析保存为 JSON 文件
  • 简化的 Web 界面和 CLI
  • 以及更多!!

特殊检测

  • Facebook(电话号码、姓名或资料名称)
  • Gmail ([email protected])
  • Google ([email protected])

安装与运行

Linux(作为 Node WebApp)

root@kitploit:~
sudo apt-get update
#Depedning on your Linux distro, you may or may not need these 2 lines
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common
sudo add-apt-repository ppa:mozillateam/ppa -y
sudo apt-get install -y firefox-esr tesseract-ocr git nodejs npm
git clone https://github.com/qeeqbox/social-analyzer.git
cd social-analyzer
npm update
npm install
npm start

Linux(作为 Node CLI)

root@kitploit:~
sudo apt-get update
#Depedning on your Linux distro, you may or may not need these 2 lines
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common
sudo add-apt-repository ppa:mozillateam/ppa -y
sudo apt-get install -y firefox-esr tesseract-ocr git nodejs npm
git clone https://github.com/qeeqbox/social-analyzer.git
cd social-analyzer
npm install
nodejs app.js --username "johndoe"
#or
nodejs app.js --username "johndoe,janedoe" --metadata
#or
nodejs app.js --username "johndoe,janedoe" --metadata --top 100
#or
nodejs app.js --username "johndoe" --type "adult"

Linux(作为 python 包)

root@kitploit:~
sudo apt-get update
sudo apt-get install python3 python3-pip
pip3 install social-analyzer
python3 -m social-analyzer --username "johndoe"
#or
python3 -m social-analyzer --username "johndoe" --metadata
#or
python3 -m social-analyzer --username "johndoe" --metadata --top 100
#or
python3 -m social-analyzer --username "johndoe" --type "adult"
#or
python3 -m social-analyzer --username "johndoe" --websites "car" --logs --screenshots

Linux(作为 python 脚本)

root@kitploit:~
sudo apt-get update
sudo apt-get install git python3 python3-pip
git clone https://github.com/qeeqbox/social-analyzer
cd social-analyzer
pip3 install -r requirements.txt
python3 app.py --username "janedoe"
#or
python3 app.py --username "johndoe" --metadata
#or
python3 app.py --username "johndoe" --metadata --top 100
#or
python3 app.py --username "johndoe" --type "adult"
#or
python3 app.py --username "johndoe" --websites "car" --logs --screenshots

作为对象导入(python)

root@kitploit:~

#E.g. #1
from importlib import import_module
SocialAnalyzer = import_module("social-analyzer").SocialAnalyzer()
results = SocialAnalyzer.run_as_object(username="johndoe",silent=True)
print(results)

#E.g. #2
from importlib import import_module
SocialAnalyzer = import_module("social-analyzer").SocialAnalyzer()
results = SocialAnalyzer.run_as_object(username="johndoe,janedoe",silent=True,output="json",filter="good",metadata=False,timeout=10, profiles="detected")
print(results)

Linux、Windows、MacOS、Raspberry pi..

  • 查看此 wiki 了解所有可能的安装方法
  • 查看此 wiki 了解如何将 social-analyzer 与您的 OSINT 工具、订阅源等集成

social-analyzer --h

root@kitploit:~
Required Arguments:
  --username   E.g. johndoe, john_doe or johndoe9999

Optional Arguments:
  --websites    A website or websites separated by space E.g. youtube, tiktokor tumblr
  --mode        Analysis mode E.g.fast -> FindUserProfilesFast, slow -> FindUserProfilesSlow or special -> FindUserProfilesSpecial
  --output      Show the output in the following format: json -> json outputfor integration or pretty -> prettify the output
  --options     Show the following when a profile is found: link, rate, titleor text
  --method      find -> show detected profiles, get -> show all profiles regardless detected or not, all -> combine find & get
  --filter      Filter detected profiles by good, maybe or bad, you can do combine them with comma (good,bad) or use all
  --profiles    Filter profiles by detected, unknown or failed, you can do combine them with comma (detected,failed) or use all
  --countries   select websites by country or countries separated by space as: us br ru
  --type        Select websites by type (Adult, Music etc)
  --top         select top websites as 10, 50 etc...[--websites is not needed]
  --extract     Extract profiles, urls & patterns if possible
  --metadata    Extract metadata if possible (pypi QeeqBox OSINT)
  --trim        Trim long strings
  --gui         Reserved for a gui (Not implemented)
  --cli         Reserved for a cli (Not needed)

Listing websites & detections:
  --list        List all available websites

Setting:
  --headers     Headers as dict
  --logs_dir    Change logs directory
  --timeout     Change timeout between each request
  --silent      Disable output to screen

打开 Shell

Open in Cloud Shell Open in repl.it Shell

资源

  • DuckDuckGo API、Google API、NodeJS、bootstrap、selectize、jQuery、Wikipedia、font-awesome、selenium-webdriver 和 tesseract.js
  • 如果我遗漏了某个参考或资源,请告诉我!

免责声明\备注

  • 从 GitHub 下载此项目,并将其视为安全项目
  • 如果您希望将您的网站从此项目列表中排除,请联系我
  • 此工具仅限本地使用,不提供服务(它没有访问控制)
  • 对于以 -private 结尾或位于 private 组下的模块问题 ,请直接联系我(不要在 GitHub 上打开 issue)

其他项目

下载工具