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.
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…