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.

LEAVE A REPLY

Please enter your comment!
Please enter your name here