
Ferramenta OSINT para encontrar perfis por nome de usuário

NExfil é uma ferramenta OSINT escrita em Python para encontrar perfis por nome de usuário. Os nomes de usuário fornecidos são verificados em mais de 350 sites em poucos segundos. O objetivo por trás desta ferramenta era obter resultados rapidamente, mantendo baixos índices de falsos positivos.
The Privacy, Security, and OSINT Show
Revista 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 - 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
Nome de usuário único
nexfil -u useranme
Vários nomes de usuário separados por vírgula
nexfil -l "user1,user2"
Lista de nomes de usuário em um arquivo
nexfil -f users.txt
