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.
If you like my work please star this project 😀
If you find any errors or false positives or if you want to suggest more websites feel free to open an issue.
git clone https://github.com/thewhiteh4t/nexfil.git
cd nexfil
pip3 install -r requirements.txt
Usage
python3 nexfil.py -h
usage: nexfil.py [-h] [-u U] [-d D [D …]] [-f F] [-l L] [-t T] [-v]
nexfil – Find social media profiles on the web | v1.0.0
optional arguments:
-h, –help show this help message and exit
-u U Specify username
-d D [D …] Specify DNS Servers [Default : 1.1.1.1]
-f F Specify a file containing username list
-l L Specify multiple comma separated usernames
-t T Specify timeout [Default : 20]
-v Prints version
#Single username
python3 nexfil.py -u username
#Multiple comma separated usernames
python3 nexfil.py -l “user1, user2”
#Username list in a file
python3 nexfil.py -f users.txt
Demo
Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…
This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…
GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…
Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…
The free and open-source security platform SecHub, provides a central API to test software with…
Don't worry if there are any bugs in the tool, we will try to fix…