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

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

发表评论