3ae988169bdfbc4f76855f77f5089ca1.mp4
Video credits go to linkfydev (thanks for the awesome explanation).
Welcome to the first WhatsApp OSINT tool. This was developed in early 2019 but I decided to restart the project now for fun.
First, install requirements:
pip install -r requirements.txt
- You will need chromedriver, or you can modify the code and use GeckoDriver or any other drivers for Selenium.
- You will need a GUI to execute the code since it interacts with web.whatsapp.com to get statuses
- Replace the name in the file with whichever name you want to track
python3 whatsappbeacon.py --username <username_to_track> --language "<language_code>"
python3 whatsappbeacon.py --username <username_to_track> --language "<language_code>" -e
where language_code is either 'en' 'tr' 'es' for English,Turkish and Spanish languages. Future language support will be added.
This tool was developed by myself in my free time. It's a tool that demonstrates the power of Selenium and web scraping. I don't endorse using this tool for stalking people or any other fraudulent purposes. If you have suggestions on how to expand or improve the functionality, please submit a PR and I'll gladly review changes
3ae988169bdfbc4f76855f77f5089ca1.mp4
Video credits go to linkfydev (thanks for the awesome explanation).
İlk WhatsApp Osint(Casusluk) aracına Hoş Geldiniz.Bu araç 2019 senesinde geliştirilmeye başlandı ancak şimdi zevkine tekrardan geliştirmeye karar verdim.
git clone https://github.com/jasperan/whatsapp-osint.git
Sonra 'requirements.txt' dosyasını indirmemiz gerekiyor Terminale aşağıdaki kod satırını yapıştırınız:
pip install -r requirements.txt
- Chrome Driver'a ihtiyacımız olacaktır.Repoda Chrome Driver mevcuttur.Eğer repo güncel değilse kendiniz indiriniz.
- WhatsApp Osint aracı şuanlık sadece Google Chrome desteklemektedir.Chrome yüklü değilse hata alırsınız.Kendi driverinizi oluşturarak "Brave,Edge,Safari" vs çalıştırabilirsiniz.
- Google açıldıktan sonra WhatsApp Web'e tek seferlik giriş yapmanız gerekmektedir.QR kodu okutarak giriş yapınız.
- Dosyadaki adı, izlemek istediğiniz adla değiştirin
python3 whatsappbeacon.py --username <Bu kısma rehberinizdeki kullanıcı adını yazınız> --language "tr"
python3 whatsappbeacon.py --username <Bu kısma rehberinizdeki kullanıcı adını yazınız> --language "tr" -e
Bu araç benim tarafımdan boş zaman aktivitesi olarak geliştirildi.Aracın insanları "Stalklamınız" ve "Dolandırmanız" için kullanmamanızı rica ediyorum çünkü ben bu aracı "Selenium" ve "Web Scrayping" önemini göstermek için geliştirdim.Eğer projeye destek vermek istiyorsanız pull requestlerinizi bekliyorum.Memnuniyetle gözden geçireceğim.