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

Playwright-MCP : A Powerful Tool For Browser Automation

Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…

2 weeks ago

JBDev : A Tool For Jailbreak And TrollStore Development

JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…

2 weeks ago

Kereva LLM Code Scanner : A Revolutionary Tool For Python Applications Using LLMs

The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…

2 weeks ago

Nuclei-Templates-Labs : A Hands-On Security Testing Playground

Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…

2 weeks ago

SSH-Stealer : The Stealthy Threat Of Advanced Credential Theft

SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…

2 weeks ago

ollvm-unflattener : A Tool For Reversing Control Flow Flattening In OLLVM

Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…

2 weeks ago