Hacking Tools

WhatsApp OSINT Tool : Advanced Digital Investigation Capabilities

The WhatsApp OSINT Tool is a specialized open-source intelligence (OSINT) tool designed for gathering information from WhatsApp.

Initially developed in 2019, it has since been refined to enhance its functionality and usability.

This tool is particularly useful for digital investigations, providing insights into user activities and metadata while leveraging the capabilities of Selenium for web scraping.

Features And Functionality

  1. User Activity Monitoring: The tool tracks online/offline statuses of users in your WhatsApp contacts using Selenium. It captures the duration of online activity and logs this data in real-time.
  2. Multi-Language Support: It supports multiple languages, including English (en), Spanish (es), French (fr), and Turkish (tr). This makes it adaptable to different WhatsApp web interface languages.
  3. Excel Data Export: The tool allows exporting gathered data into an Excel format for further analysis using the -e flag during execution.
  4. Profile Data Retrieval: With advanced versions like the WhatsApp OSINT API, users can fetch profile pictures, status updates, and other metadata in bulk or individually.
  5. Integration with Automation Tools: Developers can integrate the tool with other applications via APIs to enhance security applications, social analytics platforms, or research tools.
  • Clone the repository from GitHub.
  • Install dependencies using: bashpip install -r requirements.txt
  • Ensure you have a compatible web driver like ChromeDriver or GeckoDriver installed.

Run the script with:

bashpython3 whatsappbeacon.py --username <username_to_track> --language "<language_code>"

For Excel output:

bashpython3 whatsappbeacon.py --username <username_to_track> --language "<language_code>" -e

Replace <username_to_track> with the contact name in your WhatsApp and <language_code> with your preferred language abbreviation (e.g., “en” for English).

The developer emphasizes that this tool is intended for educational purposes, such as showcasing Selenium’s potential and aiding legitimate digital investigations. Misuse for stalking or fraudulent activities is strongly discouraged.

In summary, the WhatsApp OSINT Tool is a powerful resource for investigators and developers seeking to analyze user behavior on WhatsApp while adhering to ethical guidelines.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

PatchWerk : A Tool For Cleaning NTDLL Syscall Stubs

PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…

18 hours ago

Modern Network Fingerprinting : HASSH And JA4+SSH Tools

Network fingerprinting is a critical technique for identifying and analyzing network traffic patterns, particularly in…

18 hours ago

HowToHunt : Unleashing The Power Of Advanced Hunting Tools

"HowToHunt" is a platform designed to assist hunters in improving their skills, planning their expeditions,…

18 hours ago

SkyFall-Pack : Infrastructure Automation For C2 Operations

SkyFall-Pack is an advanced infrastructure automation toolkit designed for Command and Control (C2) operations. It…

18 hours ago

LummaC2 Stealer : Unpacking The Threats Of A Marketed ‘Premium’ Malware

LummaC2 is a commodity malware designed as an information stealer, targeting browsers, cryptocurrency wallets, and…

18 hours ago

RustOwl : A Visualization Tool For Ownership And Lifetime

RustOwl is an innovative tool designed to enhance the Rust programming experience by visualizing ownership…

18 hours ago