mxrch / GHunt

🕵️‍♂️ Offensive Google framework.
Other
15.65k stars 1.3k forks source link

Error #337

Closed fraspace5 closed 2 years ago

fraspace5 commented 2 years ago

Traceback (most recent call last): File "/home/fs45/ghunt/check_and_gen.py", line 255, in driver = webdriver.Chrome( File "/home/fs45/.local/lib/python3.10/site-packages/seleniumwire/webdriver.py", line 211, in init super().init(*args, **kwargs) File "/home/fs45/.local/lib/python3.10/site-packages/selenium/webdriver/chrome/webdriver.py", line 70, in init super(WebDriver, self).init(DesiredCapabilities.CHROME['browserName'], "goog", File "/home/fs45/.local/lib/python3.10/site-packages/selenium/webdriver/chromium/webdriver.py", line 93, in init RemoteWebDriver.init( File "/home/fs45/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 269, in init self.start_session(capabilities, browser_profile) File "/home/fs45/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 360, in start_session response = self.execute(Command.NEW_SESSION, parameters) File "/home/fs45/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 425, in execute self.error_handler.check_response(response) File "/home/fs45/.local/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary Stacktrace:

0 0x564cac905533

1 0x564cac6641e8

2 0x564cac685469

3 0x564cac682c4a

4 0x564cac6bdd0a

5 0x564cac6b7e33

6 0x564cac68d71a

7 0x564cac68e875

8 0x564cac949e1d

9 0x564cac94d751

10 0x564cac93407e

11 0x564cac94e388

12 0x564cac928fe0

13 0x564cac96a748

14 0x564cac96a8c8

15 0x564cac98470d

16 0x7ff549485d80

PangwenE commented 2 years ago

Do you have Google Chrome installed?

fraspace5 commented 2 years ago

Obviously, i always use it.

Il Gio 5 Mag 2022, 17:10 Pangwen @.***> ha scritto:

Do you have Google Chrome installed?

— Reply to this email directly, view it on GitHub https://github.com/mxrch/GHunt/issues/337#issuecomment-1118674423, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMSKY2XKX5OK7XXVIKFD2IDVIPQEVANCNFSM5VBSS33A . You are receiving this because you authored the thread.Message ID: @.***>

mxrch commented 2 years ago

Maybe you have Chromium and not Chrome, anyway this is an issue related to webdriver-manager.