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 In cybersecurity and IT operations, logging fundamentals form the backbone of monitoring, forensics, and…
What is Networking? Networking brings together devices like computers, servers, routers, and switches so they…
Introduction In the world of Open Source Intelligence (OSINT), anonymity and operational security (OPSEC) are…
Introduction As cyber threats grow more sophisticated, organizations need more than just firewalls and antivirus…
Introduction When it comes to cybersecurity and ethical hacking, one of the most effective ways…
Introduction In the world of cybersecurity, knowledge is power. One of the most powerful skillsets…