-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexplained behavior #1
Comments
Hey there! The issue stems from how the tool determines “read permissions” for each share. Right now, it tries listPath(share_name, "/") on the share root and, if that fails (e.g. “Access Denied”), it assumes no read access at all. However, some shares block listing their root folder yet still allow reading subfolders. So we end up marking a share as “not readable” even though you can actually read inside certain directories. By adding a fallback to listPath(share_name, "") or handling the “Access Denied” error more gracefully, the tool won’t prematurely conclude there’s no read access just because the root listing fails. I would like to test this closely, can you contact me on Discord? |
Hey again! I released v1.4 fixing the way how the tool determines "read permissiones", so if you can try it again it will be helpful for me. Thanks again :) |
Oh! my discord is on the ASCII_ART (@3ky_sec). Add me and we can take a look together, thanks for the feedback again! |
hey, thanks for the great tool.
I tested the tool in my home lab, worked great.
tested it again on HTB Academy and it acted different, check the below output:
smbmap
andnetexec
are showing normal results,smbspider
for some reason can't find readable shares.Not sure if that means anything, but I am pivoting to
172.16.5.5
through Ligolo tunnel (which should be transparent to all tools)The text was updated successfully, but these errors were encountered: