Nexfil is a simple OSINT tool used to discover social media accounts connected to a username. It scans different platforms on the internet and shows where that username exists. You can install Nexfil in Termux and use easy commands to perform basic username tracking and reconnaissance tasks from your mobile phone.
Here’s what you can do with Nexfil in Termux:
- Find social media accounts using usernames.
- Perform username OSINT search.
- Check multiple platforms at once.
- Use single or multiple usernames for scanning.
- Learn basic OSINT techniques on Android.
- Practice reconnaissance using Termux.
Install Nexfil in Termux
Below are the simple commands to install Nexfil in Termux. Copy and run each command step by step to install Nexfil on your Android device.
Install Python package manager first.
pkg install python -yInstall Nexfil using pip.
pip install nexfilAfter installation, Nexfil will be ready to use in Termux.
Use Nexfil in Termux
Check Nexfil help menu.
nexfil -hDisplays all available options and usage commands.
Search a single username.
nexfil -u usernameSearch multiple usernames separated by commas.
nexfil -l user1,user2,user3Search usernames from a file.
nexfil -f users.txtChange timeout value.
nexfil -u username -t 20Check version of Nexfil.
nexfil -vUpdate Nexfil tool.
nexfil -UUse proxy mode for requests.
nexfil -u username -pm single -ph 127.0.0.1 -pp 8080Simply use -u command with the username and Nexfil will automatically scan different platforms and display all available social media profiles linked to the username in the Termux terminal.
End Note
Nexfil is a simple and useful OSINT tool for finding social media profiles linked to usernames. It can scan a username across 300+ social media platforms and websites and show all matching profiles with their URLs within a few minutes. It helps in quick username reconnaissance and basic OSINT investigations from Termux.

