File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,10 @@ Optional Arguments:
2828
2929## Execute Assembly
3030```
31- execute-assembly /path/to/SharpShares.exe
31+ execute-assembly /path/to/SharpShares.exe /ldap:all /filter:sysvol,netlogon,ipc$,print$
3232```
3333## Example Output
3434```
35- [+] LDAP Search Description: All enabled computers with primary group 'Domain Computers'
36- [+] LDAP Search Results: 10
3735[+] Parsed Aguments:
3836 threads: 25
3937 ldap: all
@@ -48,6 +46,12 @@ execute-assembly /path/to/SharpShares.exe
4846[r] = Readable Share
4947[w] = Writeable Share
5048[-] = Unauthorized Share (requires /verbose flag)
49+ [?] = Unchecked Share (requires /stealth flag)
50+
51+ [+] Performing LDAP query for all enabled computers with "primary" group "Domain Computers"...
52+ [+] This may take some time depending on the size of the environment
53+ [+] LDAP Search Results: 10
54+ [+] Starting share enumeration against 10 hosts
5155
5256[r] \\DC-01\CertEnroll
5357[r] \\DC-01\File History Backups
You can’t perform that action at this time.
0 commit comments