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
- Fast, lookup can complete under 20 seconds
- Over 350 platforms are included
- Batch processing
- Usernames can be provided from the command line
- A list of usernames can be provided from a file
- Results are automatically saved in text file
- JSON and CSV file formats [Coming Soon]
- Proxy support [Coming Soon]
- Tor support [Coming Soon]
This is an Alert
This tool is only for educational purposes. If you use this tool for other purposes except for education we will not be responsible in such cases
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
Step 2:
Now change the directory to nexfil so type the following
cd nexfil
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
How to run
Now type the below command to run the tool to find the usernames
python3 nexfil.py -u (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
Post a Comment