mxrch / GHunt

🕵️‍♂️ Offensive Google framework.
Other
15.7k stars 1.31k forks source link

Is GHunt still working? #197

Closed dontfckwithcatz closed 3 years ago

dontfckwithcatz commented 3 years ago

Hey there..

Need help at the check_and_gen.py step. I'm getting the error below:

Google Docs Token => AC4w5VhzsQZ_esfKnGcYSW4ZEqbycKC36w:1610590409216 Traceback (most recent call last): File "check_and_gen.py", line 159, in auth_token, hangouts_token = get_hangouts_tokens(cookies, driverpath) File "check_and_gen.py", line 68, in get_hangouts_tokens driver = webdriver.Chrome( File "/home/osint/.local/lib/python3.8/site-packages/seleniumwire/webdriver/browser.py", line 96, in init super().init(*args, **kwargs) TypeError: init() got an unexpected keyword argument 'options'

Did i miss something?

clyde64pobo commented 3 years ago

Can you break all that down in English for me?

On Wed, Jan 13, 2021, 8:20 PM dontfckwithcatz notifications@github.com wrote:

Hey there..

Need help at the check_and_gen.py step. I'm getting the error below:

Google Docs Token => AC4w5VhzsQZ_esfKnGcYSW4ZEqbycKC36w:1610590409216 Traceback (most recent call last): File "check_and_gen.py", line 159, in auth_token, hangouts_token = get_hangouts_tokens(cookies, driverpath) File "check_and_gen.py", line 68, in get_hangouts_tokens driver = webdriver.Chrome( File "/home/osint/.local/lib/python3.8/site-packages/seleniumwire/webdriver/browser.py", line 96, in init super().init(*args, *kwargs) TypeError: init*() got an unexpected keyword argument 'options'

Did i miss something?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mxrch/GHunt/issues/197, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANC3DVFLRAG33TKOAGHUTQLSZZIGNANCNFSM4WBXMPXQ .

mxrch commented 3 years ago

Hello, be sure to have the latest version of GHunt by doing git pull in the GHunt folder. And to answer you, yes it still working great.

dontfckwithcatz commented 3 years ago

hi, tried git pull and it states that i'm already up to date. but still getting the same error after i've put in all the correct browser cookies:

[+] The cookies seems valid ! Generating the Google Docs and Hangouts token...

Google Docs Token => AC4w5ViIG7BOHq5sj5hmDNOHEiA6zTUsxQ:1611201824960 Traceback (most recent call last): File "check_and_gen.py", line 159, in auth_token, hangouts_token = get_hangouts_tokens(cookies, driverpath) File "check_and_gen.py", line 68, in get_hangouts_tokens driver = webdriver.Chrome( File "/home/osint/.local/lib/python3.8/site-packages/seleniumwire/webdriver/browser.py", line 96, in init super().init(*args, **kwargs) TypeError: init() got an unexpected keyword argument 'options'

Any ideas? Thanks in advance

mxrch commented 3 years ago

@dontfckwithcatz try uninstalling seleniumwire and reinstalling it with the requirements.txt.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity on the last 18 days. It will be closed in 6 days if no further activity occurs.