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

ROADTools: The Modern Azure AD Exploration Framework

ROADTools is a powerful framework designed for exploring and interacting with Microsoft Azure Active Directory…

1 day ago

How to Enumerate Microsoft 365 Groups Using PowerShell and Python

Microsoft 365 Groups (also known as M365 Groups or Unified Groups) are at the heart…

1 day ago

SeamlessPass: Using Kerberos Tickets to Access Microsoft 365

SeamlessPass is a specialized tool designed to leverage on-premises Active Directory Kerberos tickets to obtain…

2 days ago

PPLBlade: Advanced Memory Dumping and Obfuscation Tool

PPLBlade is a powerful Protected Process Dumper designed to capture memory from target processes, hide…

2 days ago

HikPwn : Simple Scanner For Hikvision Devices With Basic Vulnerability Scanning

HikPwn: Comprehensive Guide to Scanning Hikvision Devices for Vulnerabilities If you’re searching for an efficient…

3 days ago

Comments in Bash Scripts

What Are Bash Comments? Comments in Bash scripts, are notes in your code that the…

1 week ago