-
Notifications
You must be signed in to change notification settings - Fork 332
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
from pyasn1.type.univ import noValue - impacket #48
Comments
I have the exact same issue, can we have a discussion to resolve this? |
Hi, |
Hi guys, just done a 2 minute Google and have found the bug. It's with impacket(a module) Thanks |
solution rm -rf /usr/local/lib/python2.7/dist-packages/impacket* |
hye guys, reguards, |
i follow the step, then re install it with the ./setup.sh -r ... and stil get this error when strt running the python file.
what seem be the probleme ?
the error response after running the file :
'XXXXXXX'~/pentest/Winpayloads# ./WinPayloads.py
Traceback (most recent call last):
File "./WinPayloads.py", line 2, in
from lib.main import *
File "/root/pentest/Winpayloads/lib/main.py", line 19, in
import psexec
File "/root/pentest/Winpayloads/lib/psexec.py", line 27, in
from impacket import version, smb
File "/usr/local/lib/python2.7/dist-packages/impacket/smb.py", line 49, in
from pyasn1.type.univ import noValue
ImportError: cannot import name noValue
The text was updated successfully, but these errors were encountered: