Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
InSpy — A python based LinkedIn enumeration tool | Kitploit
Tools/GitHubGitHub/jobroche/inspy
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringEmail Harvesting
GitHubjobroche/inspy

InSpy

A python based LinkedIn enumeration tool

View RepositoryWebsite
5711273 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

InSpy

⛔ [DEPRECATED]. This repo is no longer being maintained.

Introduction


InSpy is a python based LinkedIn enumeration tool.

Version 3.0 introduces the automation of domain and email retrieval in addition to randomized headers and xml output support.

Installation


Run pip install -r requirements.txt within the cloned InSpy directory.

Obtain an API key from HunterIO and insert it into the hunterio variable within InSpy.py (line 29).

Help


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.
Download Tool