gotr00t0day / spyhunt

recon for bug hunters
567 stars 119 forks source link

issue importing wayback #58

Closed Kolden12 closed 1 month ago

Kolden12 commented 1 month ago

Everytime I try to run anything I get the error regarding wayback seen below. I verified that all Requirements were installed.

Traceback (most recent call last):
  File "/opt/spyhunt/spyhunt.py", line 16, in <module>
    from waybackpy import WaybackMachine
ImportError: cannot import name 'WaybackMachine' from 'waybackpy' (/opt/spyhunt/venv/lib/python3.12/site-packages/waybackpy/__init__.py)
gotr00t0day commented 1 month ago

Everytime I try to run anything I get the error regarding wayback seen below. I verified that all Requirements were installed.

Traceback (most recent call last):
  File "/opt/spyhunt/spyhunt.py", line 16, in <module>
    from waybackpy import WaybackMachine
ImportError: cannot import name 'WaybackMachine' from 'waybackpy' (/opt/spyhunt/venv/lib/python3.12/site-packages/waybackpy/__init__.py)

Fixed!

Kolden12 commented 1 month ago

Works now thank you so much! Been playing with it all day thanks for such a fast response!