
Una herramienta de enumeración de LinkedIn basada en Python
⛔ [OBSOLETO]. Este repositorio ya no se mantiene.
InSpy es una herramienta de enumeración de LinkedIn basada en Python.
La versión 3.0 introduce la automatización de la recuperación de dominios y correos electrónicos, además de cabeceras aleatorias y soporte de salida XML.
Ejecute pip install -r requirements.txt dentro del directorio clonado de InSpy.
Obtenga una clave API de HunterIO e insértela en la variable hunterio dentro de InSpy.py (línea 29).
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.