Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jobroche/InSpy
A python based LinkedIn enumeration tool
https://github.com/jobroche/InSpy
Last synced: 3 months ago
JSON representation
A python based LinkedIn enumeration tool
- Host: GitHub
- URL: https://github.com/jobroche/InSpy
- Owner: jobroche
- License: mit
- Created: 2016-02-14T18:50:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T03:16:28.000Z (over 1 year ago)
- Last Synced: 2024-06-21T07:34:43.324Z (6 months ago)
- Language: Python
- Homepage: https://www.leapsecurity.io/blog/linkedin-enumeration-inspy/
- Size: 43.9 KB
- Stars: 533
- Watchers: 48
- Forks: 128
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - jobroche/InSpy - A python based LinkedIn enumeration tool (Python)
README
# 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](https://hunter.io/) and insert it into the hunterio variable within InSpy.py (line 29).
## Help
-----```
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.
```