
Un outil d'énumération LinkedIn basé sur Python
⛔ [DÉPRÉCIÉ]. Ce dépôt n'est plus maintenu.
InSpy est un outil d'énumération LinkedIn basé sur Python.
La version 3.0 introduit l'automatisation de la récupération des domaines et des e-mails, en plus des en-têtes aléatoires et du support de sortie XML.
Exécutez pip install -r requirements.txt dans le répertoire InSpy cloné.
Obtenez une clé API depuis HunterIO et insérez-la dans la variable hunterio dans InSpy.py (ligne 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.