InSpy – 用于渗透测试仪的Linkedin信息收集工具

华盟原创文章投稿奖励计划

InSpy - 用于渗透测试仪的Linkedin信息收集工具

此信息收集工具的目的是根据组织,职位描述或电子邮件地址提取Linkedin用户.InSpy由gojhonny在python中编写。

多功能
TechSpy
EmpSpy
TechSpy - 为提供商公司使用的技术抓取 LinkedIn职位列表。它尝试通过将作业描述与来自新行分隔文件的关键字进行匹配来识别技术。

EmpSpy - 为在所提供公司工作的员工抓取 LinkedIn。它按标题和/或部门从新行分隔文件中搜索员工。如果用户指定电子邮件格式,它还可以为所识别的员工创建电子邮件。

该工具在GitHub上发布了2年,随着Kali Linux 2017.3的发布,它被添加到了repo中。在这个Kali Linux教程中,我们展示了如何使用InSpy从Linkedin收集信息。

安装
git clone https://github.com/gojhonny/InSpy.git
pip install -r requirements.txt在克隆的InSpy目录中运行。

命令
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: first.last@xyz.com, last.first@xyz.com,
                 firstl@xyz.com, lfirst@xyz.com, flast@xyz.com,
                 lastf@xyz.com, first@xyz.com, last@xyz.com]
  --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.

文章来源及下载
https://github.com/leapsecurity/InSpy

本文原创,作者:张,其版权均为华盟网所有。如需转载,请注明出处:https://www.77169.net/download/240553.html

发表回复