Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
InSpy — Ein Python-basiertes LinkedIn-Enumerationstool | Kitploit
Tools/GitHubGitHub/jobroche/inspy
OSINT (Open-Source-Intelligence)AufklärungInformationsbeschaffungE-Mail-Sammlung
GitHubjobroche/inspy

InSpy

Ein Python-basiertes LinkedIn-Enumerationstool

Repository anzeigenWebseite
571127vor 3 JahrenVon Kitploit geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

InSpy

⛔ [VERALTET]. Dieses Repository wird nicht mehr gewartet.

Einführung


InSpy ist ein auf Python basierendes LinkedIn-Enumerationstool.

Version 3.0 führt die Automatisierung des Abrufs von Domains und E-Mails sowie randomisierte Header und Unterstützung für XML-Ausgabe ein.

Installation


Führen Sie pip install -r requirements.txt im geklonten InSpy-Verzeichnis aus.

Besorgen Sie einen API-Schlüssel von HunterIO und fügen Sie ihn in die hunterio-Variable in InSpy.py (Zeile 29) ein.

Hilfe


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