You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this error with running "C:\wfuzz-2.1.2\wfuzz.py" in windows
Traceback (most recent call last):
File "C:\wfuzz-2.1.2\wfuzz.py", line 6, in
from framework.fuzzer.Fuzzer import Fuzzer
File "C:\wfuzz-2.1.2\framework\fuzzer\Fuzzer.py", line 12, in
from framework.utils.myqueue import MyPriorityQueue
File "C:\wfuzz-2.1.2\framework\utils\myqueue.py", line 1, in
import resource
ImportError: No module named resource
The text was updated successfully, but these errors were encountered:
I have this error with running "C:\wfuzz-2.1.2\wfuzz.py" in windows
Traceback (most recent call last):
File "C:\wfuzz-2.1.2\wfuzz.py", line 6, in
from framework.fuzzer.Fuzzer import Fuzzer
File "C:\wfuzz-2.1.2\framework\fuzzer\Fuzzer.py", line 12, in
from framework.utils.myqueue import MyPriorityQueue
File "C:\wfuzz-2.1.2\framework\utils\myqueue.py", line 1, in
import resource
ImportError: No module named resource
The text was updated successfully, but these errors were encountered: