pwn0sec / PwnXSS

PwnXSS: Vulnerability (XSS) scanner exploit
MIT License
713 stars 136 forks source link

Error execution --> ModuleNotFoundError: No module named 'lib.helper' #28

Open tXambe opened 2 years ago

tXambe commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

When I run the script --> python3 pwnxss.py -u https://mysite.com I see this error:

Traceback (most recent call last):
  File "/opt/PwnXSS/pwnxss.py", line 7, in <module>
    from lib.helper.helper import *
ModuleNotFoundError: No module named 'lib.helper'

Desktop (please complete the following information):

A greeting and thanks

EthanOrlander commented 2 years ago

I'm running into this as well. Did you ever solve it?

tXambe commented 2 years ago

I'm running into this as well. Did you ever solve it?

Not for now