LinkedIn 一款枚举工具
2019-10-10 11:18:43 Author: mp.weixin.qq.com(查看原文) 阅读量:57 收藏

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

你可能喜欢

镰刀框架 - 一个帐户枚举工具

Sublist3r:子域名快速枚举工具


文章来源: http://mp.weixin.qq.com/s?__biz=MzAxMjE3ODU3MQ==&mid=2650457623&idx=4&sn=12613588dbd59c4b22a91b241594cb2e&chksm=83bba3f3b4cc2ae505b58fb93cfa9e9e89fe7c14600d3ce8f5f9539c2e2f403327a79df4786e#rd
如有侵权请联系:admin#unsafe.sh