ShawnDEvans / smbmap

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

Detailed error messages #93

Closed xkill closed 9 months ago

xkill commented 10 months ago

During a scan I found the following errors:

The NETBIOS connection with the remote host timed out.
[!] Something weird happened: [Errno 104] Connection reset by peer on line 1077
[!] Something weird happened: The NETBIOS connection with the remote host timed out. on line 1077
[!] Something weird happened: The NETBIOS connection with the remote host timed out. on line 1104
[!] Something weird happened: 'bool' object has no attribute 'listPath' on line 1077

But I cannot know the IP address that fails, is it possible to add more detailed error messages.

ShawnDEvans commented 9 months ago

Solid idea! I'll add that in

ShawnDEvans commented 9 months ago

I added some more detailed error output. I hope it helps! Please let me know if you notice anything else. Thanks!