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

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

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

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

工具目录

分类

查看所有分类
Loading categories
osint-scraper — Social Recon | Kitploit
工具/GitHubGitHub/famavott/osint-scraper
OSINT (开源情报)侦察信息收集社会工程学
GitHubfamavott/osint-scraper

osint-scraper

Social Recon

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Build Status

Coverage Status

社交侦察

该应用程序通过用户名和/或电子邮件地址定位并收集网络人物的信息。利用它来调查自己的在线足迹,总结熟人的数字足迹,或揭示特定用户名背后的人物。

开始使用

  • 克隆或复刻仓库到本地。
  • 下载后,cd 进入 osint-scraper 目录。
  • 用 Python 3 创建新的虚拟环境并激活。
    • python3 -m venv ENV
    • source ENV/bin/activate
  • cd 进入下一个 osint-scraper 目录,它与 setup.py 文件同级。
  • 在命令行中运行 pip install -e . 或 pip install -r requirements.txt 安装所有依赖。
  • 运行 $ pserve development.ini --reload 在 http://localhost:6543 上启动应用。

依赖项

  • Python 3.5
  • 详见 requirements.txt 和 setup.py

作者

Kavdi Hodgson

Gabriel Meringolo

Chris Closser

Matt Favoino

Bernard Bass - 法语翻译。

许可协议

本项目基于 MIT 许可协议授权——详见 LICENSE.md 文件。

致谢

  • Beautiful Soup / Crummy
  • Requests 库
  • Pypwned
  • Inteltechniques.com

法语翻译

Social Recon

在 Debian Stretch 和 Kali Linux 2018 上

git clone https://github.com/famavott/osint-scraper.git
cd osint-scraper

对于 Debian Stretch

apt-get install python-pip
apt-get install python3
apt-get install python3-pip

对于 Kali Linux

apt-get install python3-venv

用 Python 3 创建虚拟环境并在安装必要组件前激活它。
切换到 root
python3 -m venv ENV
source ENV/bin/activate
pip install -r requirements.txt
pip install -e .
pserve development.ini

Starting server in PID 2408.
Serving on http://localhost:6543
Serving on http://localhost:6543

一旦机器重启,按以下方式重新启动服务:
进入 osint-scraper 目录
python3 -m venv ENV
source ENV/bin/activate
pserve development.ini

下载工具