
WhatsApp OSINT tool for retrieving profile photos, verifying Business accounts, checking user status, analyzing linked devices, and reviewing privacy settings via RapidAPI. Supports 6 endpoints with automatic number validation.
OSINT tool for WhatsApp that allows you to obtain profile photos, verify Business accounts, check status and user information, analyze linked devices, review privacy settings, and access full data using the WhatsApp OSINT API from RapidAPI.
Supports 6 endpoints: about, base64, business, devices, doublecheck, privacy.
requests, python-dotenv, colorama| NAME | KEY |
|---|---|
| Whatsapp OSINT | 🔑 (Required) |
.env.example file to .env.env fileIn your project root, run:
cp .env.example .env
🔹 This creates a new .env file with the same content as .env.example.
🔹 .env.example remains untouched (serves as a template).
Use nano (or any editor you prefer, such as vim or VS Code):
nano .env
Inside nano you’ll see something like:
RAPIDAPI_KEY=your_api_key_here
👉 Replace it with your actual key, for example:
RAPIDAPI_KEY=yysnssksls536m3mdlldldmdddlld
.env → press Entercat .env
This tool is created only for:
🔴 Do NOT use this tool for illegal activity, harassment, or without consent. 🟢 The author is not responsible for any misuse.
Clone the repository:
git clone https://github.com/kinghacker0/whatsapp-osint
cd whatsapp-osint
python3 -m venv myvenv
source myvenv/bin/activate
pip3 install -r requirements.txt
Run the script:
python3 whatsapp-osint.py
The project is open for contributors.
Thanks & Credit to → HackUnderway
| Distribution | Verified Version | Supported? | Status |
|---|
| Kali Linux | 2025.2 | ✅ | Working |
| Parrot Security OS | 6.3 | ✅ | Working |
| Windows | 11 | ✅ | Working |
| BackBox | 9 | ✅ | Working |
| Arch Linux | 2024.12.01 | ✅ | Working |