FireFly v2 is a lightweight and elegant phone number intelligence tool that leverages the NumVerify API to extract detailed information such as location, carrier, line type, and more! β‘
- π Get detailed phone number info:
- Country & Country Code
- Location
- Carrier (Network Provider)
- Line Type (Mobile/Landline/etc.)
- β Easy to Use CLI
- π§© API-based Lookup
- π‘ Educational & Research Purposes
- π¦ Lightweight and Fast
- Visit NumVerify.com
- Sign up for a free account
- Copy your API key
Create a file named config.json in the root directory and paste your API key like this:
{
"api_key": "your_api_key_here"
}pip install -r requirements.txtpython3 FireFly-v2.py <phone_number>Example:
python3 FireFly-v2.py +13213707446[+] Phone number information gathering
- Getting Country [ OK ]
- Getting Country Name [ OK ]
- Getting Location [ OK ]
- Getting Carrier [ OK ]
- Getting Device [ OK ]
[+] Information Output
- Phone Number: +13213707446
- Country: US
- Country Name: United States
- Location: New York
- Carrier: AT&T
- Device: mobile
FireFly-v2/
β
βββ FireFly-v2.py # Main script
βββ config.json # Contains your API key
βββ requirements.txt # Python dependencies
βββ README.md # This file
This tool is for educational and research purposes only.
I am not responsible for any misuse or damage caused by this tool.
- Ninja-Yubaraj
- GitHub: @Ninja-Yubaraj
If you find this project useful, give it a β on GitHub!
Pull requests and suggestions are always welcome.