
Strumento OSINT per trovare profili tramite username

NExfil è uno strumento OSINT scritto in python per trovare profili tramite nome utente. I nomi utente forniti vengono controllati su oltre 350 siti web in pochi secondi. L'obiettivo di questo strumento era ottenere risultati rapidamente mantenendo bassi tassi di falsi positivi.
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
Singolo nome utente
nexfil -u useranme
Nomi utente multipli separati da virgola
nexfil -l "user1,user2"
Lista di nomi utente in un file
nexfil -f users.txt
