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
WhatsApp-OSINT — 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. | Kitploit
Tools/GitHubGitHub/kinghacker0/whatsapp-osint
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringMobile SecurityPrivacySocial Engineering
GitHubkinghacker0/whatsapp-osint

WhatsApp-OSINT

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.

View Repository
88617110 months 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

WHATS OSINT 🕵️‍♂️

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.

WHATS OSINT

Python version License


🚀 Features

  • Retrieve WhatsApp profile photos via phone number
  • Verify WhatsApp Business accounts
  • Check user status and basic info
  • Analyze linked devices
  • Full OSINT information retrieval
  • View privacy settings
  • Automatic validation of phone number formats
  • Supports international numbers (with country code)
  • Interactive terminal interface with colors and menus
  • Auto-save images in JPG format
  • Detect hidden or missing profile pictures

📌 Requirements

  • Python 3.8+
  • Libraries: requests, python-dotenv, colorama

🔑 API Key (RapidAPI)

NAMEKEY
Whatsapp OSINT🔑 (Required)
  • Choose a plan → Basic
  • Copy your API Key
  • Rename the .env.example file to .env
  • Add your API Key inside the .env file

🛠️ Step 1: Configure your API in the .env file

In your project root, run:

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


🛠️ Step 2: Open the .env file for editing

Use nano (or any editor you prefer, such as vim or VS Code):

root@kitploit:~
nano .env

🛠️ Step 3: Edit the variables

Inside nano you’ll see something like:

root@kitploit:~
RAPIDAPI_KEY=your_api_key_here

👉 Replace it with your actual key, for example:

root@kitploit:~
RAPIDAPI_KEY=yysnssksls536m3mdlldldmdddlld

🛠️ Step 4: Save the changes in nano

  • Press Ctrl + O → “Write Out” (save)
  • Confirm the filename .env → press Enter
  • Exit editor with Ctrl + X

🛠️ Step 5: Verify it’s saved

root@kitploit:~
cat .env

⚠️ Usage Warning

This tool is created only for:

  • Legitimate cybersecurity investigations
  • Authorized security audits
  • Educational OSINT projects
  • Analysis with explicit consent

🔴 Do NOT use this tool for illegal activity, harassment, or without consent. 🟢 The author is not responsible for any misuse.


⚙️ Installation

Clone the repository:

root@kitploit:~
git clone https://github.com/kinghacker0/whatsapp-osint
cd whatsapp-osint
python3 -m venv myvenv
source myvenv/bin/activate
pip3 install -r requirements.txt


🐍 Basic Usage

Run the script:

root@kitploit:~
python3 whatsapp-osint.py
  • Choose an option from the menu (1–6)
  • Enter the phone number including country code (e.g. 51987654321)
  • The tool validates the number format and performs the lookup
  • Results are displayed according to the selected query type

Results

The project is open for contributors.


💻 Supported Distributions


💬 Support & Credit

Thanks & Credit to → HackUnderway


Download Tool
DistributionVerified VersionSupported?Status
Kali Linux2025.2✅Working
Parrot Security OS6.3✅Working
Windows11✅Working
BackBox9✅Working
Arch Linux2024.12.01✅Working