Skip to content
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

Open
smoklessfire opened this issue Nov 26, 2017 · 5 comments
Open

from pyasn1.type.univ import noValue - impacket #48

smoklessfire opened this issue Nov 26, 2017 · 5 comments
Assignees
Labels

Comments

@smoklessfire
Copy link

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

@Closecallexception
Copy link

I have the exact same issue, can we have a discussion to resolve this?

@Charliedean Charliedean self-assigned this Nov 30, 2017
@Charliedean
Copy link
Contributor

Hi,
I will look into this when I have some time.
Is this a fresh install for you? If so what distro?

@Charliedean
Copy link
Contributor

Hi guys, just done a 2 minute Google and have found the bug. It's with impacket(a module)
Please see the following
fortra/impacket#355

Thanks

@Charliedean Charliedean reopened this Nov 30, 2017
@Charliedean Charliedean changed the title run probleme from pyasn1.type.univ import noValue - impacket Nov 30, 2017
@Charliedean Charliedean mentioned this issue Dec 3, 2017
@Himan6
Copy link

Himan6 commented Dec 28, 2017

solution rm -rf /usr/local/lib/python2.7/dist-packages/impacket*

@smoklessfire
Copy link
Author

hye guys,
sorry, wasn't able to spend time this 2 last week, was in exams sessions ...
but really thanks for the help, i moved to other payload gen, and still learning in more deep how all this work. !

reguards,
smokless-fire.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants