jasperan / whatsapp-osint

WhatsApp spy - logs online/offline events from ANYONE in the world
MIT License
863 stars 111 forks source link

python3 whatsappbeacon.py --username Ese --language "en" #28

Closed cyberfam closed 2 months ago

cyberfam commented 1 year ago

python3 whatsappbeacon.py --username Ese --language "en" In order to make this program to work, you will need to log-in once in WhatsApp. After that, your session will be saved until you revoke it. The version of chrome cannot be detected. Trying with latest driver version /usr/lib/python3/dist-packages/requests/init.py:89: RequestsDependencyWarning: urllib3 (2.0.4) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " Traceback (most recent call last): File "whatsappbeacon.py", line 247, in main() File "whatsappbeacon.py", line 240, in main driver = whatsapp_login() File "whatsappbeacon.py", line 197, in whatsapp_login driver = webdriver.Chrome(options=options) File "/home/cyberfam/.local/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 49, in init super().init( File "/home/cyberfam/.local/lib/python3.8/site-packages/selenium/webdriver/chromium/webdriver.py", line 54, in init super().init( File "/home/cyberfam/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 206, in init self.start_session(capabilities) File "/home/cyberfam/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 291, in start_session response = self.execute(Command.NEW_SESSION, caps)["value"] File "/home/cyberfam/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 346, in execute self.error_handler.check_response(response) File "/home/cyberfam/.local/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary Stacktrace:

0 0x55b2c0c504e3

1 0x55b2c097fc76

2 0x55b2c09a6757

3 0x55b2c09a5029

4 0x55b2c09e3ccc

5 0x55b2c09e347f

6 0x55b2c09dade3

7 0x55b2c09b02dd

8 0x55b2c09b134e

9 0x55b2c0c103e4

10 0x55b2c0c143d7

11 0x55b2c0c1eb20

12 0x55b2c0c15023

13 0x55b2c0be31aa

14 0x55b2c0c396b8

15 0x55b2c0c39847

16 0x55b2c0c49243

17 0x7fa5553e3609 start_thread

github-actions[bot] commented 1 year ago

Thank you for your first issue to whatsapp-osint! I really appreciate your interest and hope you enjoy the repository.

jasperan commented 1 year ago

Hello @cyberfam, it's not locating your chromedriver binary. Make sure you put it somewhere where your PATH variable recognizes it.

Follow this tutorial if you're in Windows: YouTube Tutorial

jasperan commented 1 year ago

If you're in Linux, add the location of your chromedriver binary to your PATH variable in your ~/.bashrc file (or whichever way you want)