LinkedIn 一款枚举工具

LinkedIn枚举工具,通过搜索引擎抓取从组织中提取有效的员工姓名。可以在定义的命名约定中格式化名称,以进行进一步的安全性测试。

自动草稿

安装
git clone 

https://github.com/m8r0wn/crosslinked
cd crosslinked
pip3 install -r requirements.txt

例子
python3 crosslinked.py -f ‘{first}.{last}@domain.com’ company_name
python3 crosslinked.py -f ‘domain\{f}{last}’ -t 45 -j 0.5 company_name

用法

  -h, –help    show this help message and exit
  -t TIMEOUT    Timeout [seconds] for search threads (Default: 25)
  -j JITTER     Jitter for scraping evasion (Default: 0)
  -o OUTFILE    Change name of output file (default: names.txt
  -f NFORMAT    Format names, ex: ‘domain\{f}{last}’, ‘{first}.{last}@domain.com’
  -s, –safe    Only parse names with company in title (Reduces false positives)
  -v            Show names and titles recovered after enumeration

文章来源及下载:

https://github.com/m8r0wn/CrossLinked

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
相关推荐
  • 暂无相关文章
  • 评论 抢沙发

    请登录后发表评论

      暂无评论内容