Skip to content

Commit

Permalink
getST.py: fixed wrong example in usage output
Browse files Browse the repository at this point in the history
  • Loading branch information
exploide committed Sep 13, 2021
1 parent 50c7695 commit ee86a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/getST.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def run(self):
if len(sys.argv)==1:
parser.print_help()
print("\nExamples: ")
print("\t./getTGT.py -hashes lm:nt contoso.com/user\n")
print("\tgetST.py -hashes lm:nt -spn cifs/contoso-dc contoso.com/user\n")
print("\tit will use the lm:nt hashes for authentication. If you don't specify them, a password will be asked")
sys.exit(1)

Expand Down

0 comments on commit ee86a6d

Please sign in to comment.