HomeOSINT TOOLNexfil - OSINT tool for finding profiles by username

Nexfil – OSINT tool for finding profiles by username

Nexfil is an OSINT tool written in Python, used to find profiles by user name. The specified username can be verified against more than 350 websites in a few seconds. The goal of this tool is to get results quickly and minimize false positives.

Features

  1. Fast, lookup can complete under 20 seconds

  2. Over 350 platforms are included

  3. Batch processing

    1. Usernames can be provided from the command line

    2. A list of usernames can be provided from a file

  4. Results are automatically saved in text file

  5. JSON and CSV file formats [Coming Soon]

  6. Proxy support [Coming Soon]

  7. Tor support [Coming Soon]

How to install Nexfil OSINT Tool

Step 1:

First, we need to download the nexfil osint tool so type the below command

				
					git clone https://github.com/thewhiteh4t/nexfil.git
				
			
Nexfil – OSINT tool for finding profiles by username

Step 2:

Now change the directory to nexfil so type the following

				
					cd nexfil
				
			
change the directory

Step 3:

Permit to read, write and execute the python files so type the below command

				
					chmod +x *.py
				
			

Step 4:

After that install the requirements of osint tool so type the following

				
					pip3 install -r requirements.txt
				
			
Nexfil – OSINT tool for finding profiles by username

How to run

Now type the below command to run the tool to find the usernames

				
					python3 nexfil.py -u (username)
				
			
Nexfil – OSINT tool for finding profiles by username

I hope this tool helps you. if yes means please share your friends also. have any doubts and errors please inform me the command section. thank you

RELATED ARTICLES

Leave A Reply

Please enter your comment!
Please enter your name here

Most Popular