-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[feature request] Invoke-ShareFinder equivalent in impacket #1176
Comments
@CaledoniaProject I just implemented it: https://github.com/p0dalirius/FindUncommonShares Best regards, |
@p0dalirius Hi there! Invoke-ShareFinder is capable to find all shares in a domain, but FindUncommonShares targets specific computer only. Invoke-ShareFinder first launches LDAP query to find all computers, then enumerate all the shares on the target computer, can you add this logic? |
@CaledoniaProject Yes i can :) I'll add this in the next days :) |
@CaledoniaProject It's done now :) |
Environment:
On Linux it got stuck, and no result available:
On Windows the result is instantly available:
|
@CaledoniaProject you can open an issue in my project if you want. I think it was a DNS issue in your case. My latest commit should solve the problem since I perform DNS lookups directly from the domain controller in the script. |
I confirm this issue is resolved, I will report further problems in your repo instead, thanks p0dalirius! |
Is anyone interested in creating an equivalent of this Invoke-ShareFinder script? Looks quite useful to me.
P.S: please consider add a Feature Request to your bug report template.
The text was updated successfully, but these errors were encountered: