Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while driver setup #3

Closed
Graf63 opened this issue Jan 28, 2024 · 4 comments
Closed

Error while driver setup #3

Graf63 opened this issue Jan 28, 2024 · 4 comments

Comments

@Graf63
Copy link

Graf63 commented Jan 28, 2024

Hi,
I've got error with -p in Kali (-a too).
[?] What's your browser? Chrome or Firefox? (c/f): f
[-] Error while driver setup

Traceback (most recent call last):
File "/home/XX/Desktop/Phunter/phunter.py", line 8, in
asyncio.run(parser())
File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/XX/Desktop/Phunter/lib/cli.py", line 104, in parser
Annuaire.annuaire(args.person)
File "/home/XX/Desktop/Phunter/lib/annuaire.py", line 46, in annuaire
driver.get('https://www.pagesjaunes.fr/annuaireinverse')
^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'

With -t it's good.
Thanks

@diehard88
Copy link

I had the same issue.

I solved it by installing google's chrome driver.

https://chromedriver.chromium.org/getting-started

@Graf63
Copy link
Author

Graf63 commented Feb 1, 2024

Indeed, it works on Chrome which is not originally planned on Kali.

@aurlipat
Copy link

Hello when I try to open the program it closes immediately

@N0rz3
Copy link
Owner

N0rz3 commented Apr 6, 2024

Hello, I'm sorry, since I had a small problem with my kali VM, I haven't worked with Firefox. Now I noticed that on Amazon there is a Captcha. I will make a patch note later so that the user can validate it

@N0rz3 N0rz3 closed this as completed Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants