

NExfil は、ユーザー名でプロフィールを検索するための OSINT ツールで、Python で書かれています。指定されたユーザー名は、数秒以内に350以上のウェブサイトでチェックされます。このツールの目標は、誤検出(false positives)を低く抑えながら、迅速に結果を得ることです。
The Privacy, Security, and OSINT Show
Hakin9 Magazine
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 - Find social media profiles on the web | v1.0.5
options:
-h, --help show this help message and exit
-u U Specify username
-f F Specify a file containing username list
-l L Specify multiple comma separated usernames
-t T Specify timeout [Default : 10]
-v Prints version
-U Check for Updates
-pm PM Proxy mode [Available : single, file] [Default : single]
-proto PROTO Proxy protocol [Available : http, https] [Default : http]
-ph PH Proxy Hostname
-pp PP Proxy port -U Check for Updates
単一ユーザー名
nexfil -u useranme
カンマ区切りの複数ユーザー名
nexfil -l "user1,user2"
ファイル内のユーザー名リスト
nexfil -f users.txt
