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

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

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

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

工具目录

分类

查看所有分类
Loading categories
InSpy — 一个基于Python的LinkedIn枚举工具 | Kitploit
工具/GitHubGitHub/jobroche/inspy
OSINT (开源情报)侦察信息收集电子邮件收集
GitHubjobroche/inspy

InSpy

一个基于Python的LinkedIn枚举工具

查看仓库网站
5711273年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

InSpy

⛔ [已弃用]。此仓库不再维护。

简介


InSpy 是一款基于 Python 的 LinkedIn 枚举工具。

3.0 版本引入了域名与电子邮件的自动化检索功能,同时新增了随机化请求头及 XML 输出支持。

安装


在克隆的 InSpy 目录内运行 pip install -r requirements.txt。

从 HunterIO 获取 API 密钥,并将其填入 InSpy.py 中的 hunterio 变量(第 29 行)。

帮助


root@kitploit:~
InSpy - A LinkedIn enumeration tool by Jonathan Broche (@LeapSecurity)

positional arguments:
  company          Company name to use for tasks.

optional arguments:
  -h, --help       show this help message and exit
  -v, --version    show program's version number and exit
  --domain DOMAIN  Company domain to use for searching.
  --email EMAIL    Email format to create email addresses with. [Accepted
                   Formats: [email protected], [email protected],
                   [email protected], [email protected], [email protected],
                   [email protected], [email protected], [email protected]]
  --titles [file]  Discover employees by title and/or department. Titles and
                   departments are imported from a new line delimited file.
                   [Default: title-list-small.txt]

Output Options:
  --html file      Print results in HTML file.
  --csv file       Print results in CSV format.
  --json file      Print results in JSON.
  --xml file       Print results in XML.
下载工具