Skip to content

Commit 0518a0c

Browse files
authored
chore: Update help text for workstation name argument
Clarify help text for NTLM authentication workstation name.
1 parent 97d6639 commit 0518a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyadrecon_adws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7040,7 +7040,7 @@ def main():
70407040
parser.add_argument('--spn', type=str, default=None,
70417041
help='Service Principal Name override (default: HTTP/dc.fqdn)')
70427042
parser.add_argument('--workstation', default='',
7043-
help='NTLM authentication workstation name (default: empty)')
7043+
help='NTLM authentication workstation name (default: empty string, bypasses userWorkstations restrictions)')
70447044

70457045
# Collection options
70467046
parser.add_argument('-c', '--collect', default='default',

0 commit comments

Comments
 (0)