ShawnDEvans / smbmap

SMBMap is a handy SMB enumeration tool
GNU General Public License v3.0
1.79k stars 347 forks source link

Error - Raspberry Pi 3b #41

Closed Ulysses-101 closed 4 years ago

Ulysses-101 commented 4 years ago

I get the following error when I try to run smbmap:

Traceback (most recent call last): File "./smbmap.py", line 19, in from impacket import version, smbserver File "/usr/local/lib/python3.5/dist-packages/impacket/smbserver.py", line 48, in from impacket import smb, nmb, ntlm, uuid File "/usr/local/lib/python3.5/dist-packages/impacket/smb.py", line 49, in from pyasn1.type.univ import noValue ImportError: cannot import name 'noValue'

I have tried removing/reinstalling impacket and pyasn1 but to no avail.

Any help would be greatly appreciated.

Thanks.

ShawnDEvans commented 4 years ago

On it! Thanks for letting me know.

On Fri, Jan 17, 2020, 9:55 AM Ulysses-101 notifications@github.com wrote:

I get the following error when I try to run smbmap:

Traceback (most recent call last): File "./smbmap.py", line 19, in from impacket import version, smbserver File "/usr/local/lib/python3.5/dist-packages/impacket/smbserver.py", line 48, in from impacket import smb, nmb, ntlm, uuid File "/usr/local/lib/python3.5/dist-packages/impacket/smb.py", line 49, in from pyasn1.type.univ import noValue ImportError: cannot import name 'noValue'

I have tried removing/reinstalling impacket and pyasn1 but to no avail.

Any help would be greatly appreciated.

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ShawnDEvans/smbmap/issues/41?email_source=notifications&email_token=AA6SKWCEUB2HV55O4GAMITLQ6HBH5A5CNFSM4KIJPY4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IG6UB3Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6SKWCC5TXU3FKNLTRMMYDQ6HBH5ANCNFSM4KIJPY4A .

ShawnDEvans commented 4 years ago

I think this was related to the incorrect version of Impacket. Going to close it for now, I'm not able to reproduce. Update Impacket and let me know if it persists.