
사용자 이름으로 프로필을 찾는 OSINT 도구

NExfil은 사용자 이름으로 프로필을 찾기 위해 Python으로 작성된 OSINT 도구입니다. 제공된 사용자 이름은 몇 초 안에 350개 이상의 웹사이트에서 확인됩니다. 이 도구의 목표는 낮은 수준의 오탐지를 유지하면서 빠르게 결과를 얻는 것이었습니다.
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
