
NExfil 是一款用 Python 编写的 OSINT 工具,用于通过用户名查找个人资料。提供的用户名会在几秒钟内在超过 350 个网站上进行检测。开发此工具的目标是快速获取结果,同时保持较低的误报率。
隐私、安全和 OSINT 秀
Hakin9 杂志
pip install nexfil
$ nexfil --help
usage: nexfil [-h] [-u U] [-f F] [-l L] [-t T] [-v] [-U] [-pm PM] [-proto PROTO] [-ph PH] [-pp PP]
nexfil - 在网络上查找社交媒体资料 | v1.0.5
options:
-h, --help 显示此帮助信息并退出
-u U 指定用户名
-f F 指定包含用户名列表的文件
-l L 指定多个逗号分隔的用户名
-t T 指定超时时间 [默认值 : 10]
-v 打印版本
-U 检查更新
-pm PM 代理模式 [可用选项 : single, file] [默认值 : single]
-proto PROTO 代理协议 [可用选项 : http, https] [默认值 : http]
-ph PH 代理主机名
-pp PP 代理端口
单个用户名
nexfil -u useranme
多个逗号分隔的用户名
nexfil -l "user1,user2"
文件中的用户名列表
nexfil -f users.txt
