Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
nexfil — OSINT tool for finding profiles by username | Kitploit
Tools/GitHubGitHub/thewhiteh4t/nexfil
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringSocial Engineering
GitHubthewhiteh4t/nexfil

nexfil

OSINT tool for finding profiles by username

View Repository
2.6k25672 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

   


NExfil is an OSINT tool written in python for finding profiles by username. The provided usernames are checked on over 350 websites within few seconds. The goal behind this tool was to get results quickly while maintaining low amounts of false positives.

Available In

blackarch finalrecon

Featured

  • The Privacy, Security, and OSINT Show

    • https://soundcloud.com/user-98066669/237-the-huge-osint-show
  • Hakin9 Magazine

    • https://hakin9.org/product/socmint-for-hackers/

Features

  • Fast, lookup can complete under 20 seconds
  • Over 300 platforms are included
  • Batch processing
    • Usernames can be provided from command-line
    • List of usernames can be provided from a file
  • Results are automatically saved in txt file
  • JSON and CSV file formats [Coming Soon]
  • Proxy support [Coming Soon]
  • Tor support [Coming Soon]

Installation

root@kitploit:~
pip install nexfil

Usage

root@kitploit:~
$ 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

Single username

root@kitploit:~
nexfil -u useranme

Multiple comma separated usernames

root@kitploit:~
nexfil -l "user1,user2"

Username list in a file

root@kitploit:~
nexfil -f users.txt

Demo

v1.0.0

Download Tool