ShawnDEvans / smbmap

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

Replace pycrypto with pycryptodome #86

Open reversebrain opened 1 year ago

reversebrain commented 1 year ago

pycrypto dependency is dead, the last version was released in 2013 and pycryptodome is the actual mantained fork. Using pycrypto can cause compatibility issues, in this case I am unable to run the software.

I already built and tested the smbmap module with the updated dependency and it works as expected.

Fix #82