Skip to content

HackUnderway/WhatsOSINT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

WhatsOSINT

View data of a WhatsApp number, including its status, photo, etc. πŸ•΅πŸ½β€β™‚οΈ

Join our Fanpage

πŸ”‘ API Key

Get your API key.

Name Key
WP Data β€ŠπŸ”‘ (Necessary)
  • Select the free plan.

When you have your API key, you can add it to the .env file Replacing "Your_Api_Key" with your actual RapidAPI key and save the changes.

The project is open to partners.

βš™οΈ Checking modes (save cost)

By default WhatsOSINT does a full live check on every lookup. You can switch to cheaper strategies via environment variables in your .env:

CHECK_MODE What it does Cost
live (default) Always performs a fresh live WhatsApp check Highest
cache_first Reads the cached database first; only falls back to a live check when the number isn't cached yet Medium
cache_only Only reads the cached database, never does a live check Lowest

You can also choose the transport with CHECK_PROVIDER:

CHECK_PROVIDER Host Auth
rapidapi (default) RapidAPI marketplace RAPIDAPI_KEY
native Direct checkleaked.cc endpoint NATIVE_API_KEY (a separate, non-RapidAPI credential)

Example .env for the cheapest possible checks:

RAPIDAPI_KEY=your_rapidapi_key
CHECK_MODE=cache_only

All settings are optional β€” omitting them reproduces the original live-check behavior exactly. You can also set CHECK_TIMEOUT_SECONDS (default 60) to bound how long a request waits before giving up.

⚠️ Never commit a real key. The tracked .env ships with the Your_Api_Key placeholder β€” replace it locally, but do not git commit your real key back into the repo.

SUPPORTED DISTRIBUTIONS

Distribution Version Check supported status
Kali Linux 2024.3 yes working
Parrot Security OS 6.0 yes working
Windows 11 yes working
BackBox 8.1 yes working
Arch Linux 2024.06.01 yes working

USAGE

git clone https://github.com/HackUnderway/WhatsOSINT.git
cd WhatsOSINT
python3 WhatsOSINT.py

REQUIREMENTS

pip install -r requirements.txt

DEVELOPMENT / TESTS

Install the dev tooling and run the unit tests (all HTTP is mocked β€” no API key or network needed):

pip install -r requirements-dev.txt
python -m pytest tests/ -v

SUPPORT

Questions, bugs or suggestions to : info@hackunderway.com

LICENSE

  • WhatsOSINT is licensed.
  • See LICENSE for more information.

We need partners and sponsors, if you're interested in support or help contact.

SECURITY RESEARCHER

πŸ”— LINKS

PATREON

Fanpage: https://www.facebook.com/HackUnderway
X: https://twitter.com/JeyZetaOficial
Web site: https://hackunderway.com
Youtube: https://www.youtube.com/@JeyZetaOficial

Kali Linux Badge

β˜•οΈ Support the project

Buy Me a Coffee

from made in with by: Victor Bancayan

Β© 2026

About

View data of a WhatsApp number, including its status, photo, etc. πŸ•΅πŸ½β€β™‚οΈ

Topics

Resources

License

Stars

305 stars

Watchers

5 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages