
एक Python-आधारित LinkedIn एनुमरेशन टूल
⛔ [DEPRECATED]. यह रिपॉजिटरी अब बनाए नहीं रखी जा रही है।
InSpy एक पायथन आधारित LinkedIn गणना उपकरण है।
संस्करण 3.0 में यादृच्छिक हेडर और xml आउटपुट समर्थन के अलावा डोमेन और ईमेल पुनर्प्राप्ति का स्वचालन प्रस्तुत किया गया है।
क्लोन किए गए InSpy निर्देशिका के अंदर pip install -r requirements.txt चलाएं।
HunterIO से एक API कुंजी प्राप्त करें और इसे InSpy.py (लाइन 29) के अंदर hunterio चर में डालें।
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.