
Uno strumento di enumerazione di LinkedIn basato su Python
⛔ [DEPRECATO]. Questo repository non è più mantenuto.
InSpy è uno strumento di enumerazione per LinkedIn basato su Python.
La versione 3.0 introduce l'automazione del recupero di domini ed email, oltre a header randomizzati e supporto per output XML.
Esegui pip install -r requirements.txt nella directory di InSpy clonata.
Ottieni una chiave API da HunterIO e inseriscila nella variabile hunterio all'interno di InSpy.py (riga 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.