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.
-e
flag during execution.pip install -r requirements.txt
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.
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…
Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…