Skip to content

Commit 48cf394

Browse files
authored
Update README.md
1 parent 04ca542 commit 48cf394

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,21 @@ sudo bash setup.sh
2626
### Usage
2727
```
2828
positional arguments:
29-
target Target server
29+
target Target server
3030
optional arguments:
31-
-h, --help show this help message and exit
32-
-v Verbose output
31+
-h, --help show this help message and exit
32+
-v Verbose output
33+
-o OUTPUT_FILE Output users to the specified file
34+
3335
Authentication:
34-
-u USERNAME, -U USERNAME Username
35-
-p PASSWORD, -P PASSWORD Password
36+
-u USERNAME, -U USERNAME Username
37+
-p PASSWORD, -P PASSWORD Password
38+
3639
Enumeration:
37-
-shares Enumerate shares only
38-
-users Enumerate users only
39-
-q, -quick Fast user enumeration
40-
-r, -rid Perform RID cycling only
41-
-range RID_RANGE Set Custom RID cycling range (Default: '500-550')
42-
-T MAX_THREADS Max threads for RID cycling (Default: 15)
40+
-shares Enumerate shares only
41+
-users Enumerate users only
42+
-q, -quick Fast user enumeration
43+
-r, -rid Perform RID cycling only
44+
-range RID_RANGE Set Custom RID cycling range (Default: '500-550')
45+
-T MAX_THREADS Max threads for RID cycling (Default: 15)
4346
```

0 commit comments

Comments
 (0)