Skip to content

Commit be7be91

Browse files
authored
Update README.md
1 parent 961155e commit be7be91

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)