
Python 기반 LinkedIn 열거 도구
⛔ [DEPRECATED]. 이 저장소는 더 이상 유지 관리되지 않습니다.
InSpy는 파이썬 기반 LinkedIn 열거 도구입니다.
버전 3.0에서는 무작위 헤더 및 XML 출력 지원 외에도 도메인 및 이메일 검색 자동화 기능이 도입되었습니다.
복제된 InSpy 디렉토리 내에서 pip install -r requirements.txt를 실행하세요.
HunterIO에서 API 키를 받아 InSpy.py의 hunterio 변수(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.