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

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

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

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

工具目录

分类

查看所有分类
Loading categories
SocialPath — OSINT工具,通过用户名搜索、API集成和去匿名化技术,追踪并关联用户在多个社交媒体平台上的身份。 | Kitploit
工具/GitHubGitHub/woj-ciech/socialpath
OSINT (开源情报)侦察信息收集社会工程学
GitHubwoj-ciech/socialpath

SocialPath

OSINT工具,通过用户名搜索、API集成和去匿名化技术,追踪并关联用户在多个社交媒体平台上的身份。

查看仓库
169305年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

SocialPath

跨社交媒体平台追踪用户

通过用户名复用去匿名化暗网用户

研究第2项进行中

支持的服务:

  • Facebook
  • Twitter + 详细信息
  • Stackoverflow + 详细信息
  • Instagram + 详细信息
  • Reddit + 详细信息
  • Steam
  • Pinterest
  • Tumblr
  • Pastebin
  • Github

依赖:

  • Django
  • Tweepy
  • PRAW
  • Celery
  • Redis

安装

  • 将你的 API 密钥粘贴到 backend/keys.json 中。注意:在 JSON 中,Instagram cookie 中的双引号 (") 需要使用反斜杠 \ 转义。

  • 安装并运行 Redis

root@kitploit:~
apt-get install redis-server
redis-server
  • 克隆仓库
root@kitploit:~
https://github.com/woj-ciech/SocialPath
  • 安装依赖
root@kitploit:~
pip3 install -r requirements.txt
  • 迁移数据库(在主目录下运行)
root@kitploit:~
python3 manage.py makemigrations social
python3 manage.py migrate social
python3 manage.py migrate
python3 manage.py runserver
  • 启动 Celery(在主目录下运行)
root@kitploit:~
celery worker -A socialpath --loglevel=debug

对于 Celery 5.x
celery --app socialpath worker

之后,SocialPath 可通过 localhost:8000/search 访问。

为每个用户创建目录,其中包含 CSV 文件,存放在 /static/ 下,用于可视化。

截图

许可证

本项目采用 MIT 许可证。

下载工具