Closed Chantal2019 closed 2 years ago
and python3
Traceback (most recent call last):
File "pywerview.py", line 21, in
Hi, On your first post, impacket (python 2 version) seems not be installed on your machine. On your second post, you try to execute a python 2 script with python 3, hence the error.
:sunflower:
Thank you so much guys ::)
Hi @Chantal2019,
pywerview
is now Python 3 compatible and works in Kali 2022. Closing.
it does not work with either python 2.7 or 3 in new kali
raceback (most recent call last): File "pywerview.py", line 21, in
from pywerview.cli.main import main
File "/root/HADES/pywerview-fix_preauth/pywerview/cli/main.py", line 22, in
from pywerview.cli.helpers import *
File "/root/HADES/pywerview-fix_preauth/pywerview/cli/helpers.py", line 21, in
from pywerview.functions.net import NetRequester
File "/root/HADES/pywerview-fix_preauth/pywerview/functions/net.py", line 22, in
from impacket.dcerpc.v5.ndr import NULL
ImportError: No module named impacket.dcerpc.v5.ndr