File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed
Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,21 @@ sudo bash setup.sh
2626### Usage
2727```
2828positional arguments:
29- target Target server
29+ target Target server
3030optional 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+
3335Authentication:
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+
3639Enumeration:
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 ```
You can’t perform that action at this time.
0 commit comments