ShawnDEvans / smbmap

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

remove configparser or add a condition #95

Open blshkv opened 7 months ago

blshkv commented 7 months ago

https://github.com/ShawnDEvans/smbmap/blob/master/setup.py#L30 configparser is a backport for python 2 and old python 3 versions. Please add < python 3.x condition or remove it completely.

ShawnDEvans commented 7 months ago

Thanks you for reporting!! I'll look into this and keep you posted.