I have cloned the smabmap from https://github.com/ShawnDEvans/smbmap.git after cloning the same run the following command
python3 -m pip install -r requirements.txt
and successfully installed the requirement.
further when i am running the smbmap observed the following error in kali linux
smbmap
Traceback (most recent call last):
File "/usr/bin/smbmap", line 19, in
from impacket import version, smbserver
File "/usr/local/lib/python3.10/dist-packages/impacket/smbserver.py", line 172
except Exception, e:
^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
The exception seems to be related to the Impacket object 'smbserver'. I think you just need to update your Impacket. Better late than never solution haha.
I have cloned the smabmap from https://github.com/ShawnDEvans/smbmap.git after cloning the same run the following command python3 -m pip install -r requirements.txt and successfully installed the requirement.
further when i am running the smbmap observed the following error in kali linux smbmap Traceback (most recent call last): File "/usr/bin/smbmap", line 19, in
from impacket import version, smbserver
File "/usr/local/lib/python3.10/dist-packages/impacket/smbserver.py", line 172
except Exception, e:
^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
please help me to resolve the issue