【笔记】Nexfil学习笔记

前言

NExfil is an OSINT tool written in python for finding profiles by username. The provided usernames are checked on over 350 websites within few seconds. The goal behind this tool was to get results quickly while maintaining low amounts of false positives.(Github

本文仅用于网络信息防御学习

准备工作

  • python3

下载项目

1
2
https://github.com/thewhiteh4t/nexfil
cd nexfil

编译项目

1
pip3 install -r requirements.txt

基本命令

查询单个用户名

<username>:用户名

1
python3 nexfil.py -u <username>

查询多个用户名

  • 多个用户名用逗号隔开
1
python3 nexfil.py -l "<username_1>,<username_2>"

查询用户名列表

<username>.txt:用户名列表文件

1
python3 nexfil.py -f <username>.txt

完成

参考文献

微信公众号——白帽子左一