Nexfil in Termux – Search Usernames Across 300+ Websites

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 -y

Install Nexfil using pip.

pip install nexfil

After installation, Nexfil will be ready to use in Termux.

Use Nexfil in Termux

Check Nexfil help menu.

nexfil -h

Displays all available options and usage commands.

Search a single username.

nexfil -u username

Search multiple usernames separated by commas.

nexfil -l user1,user2,user3

Search usernames from a file.

nexfil -f users.txt

Change timeout value.

nexfil -u username -t 20

Check version of Nexfil.

nexfil -v

Update Nexfil tool.

nexfil -U

Use proxy mode for requests.

nexfil -u username -pm single -ph 127.0.0.1 -pp 8080

Simply 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.

SHARE THIS POST: