Skip to content

Commit

Permalink
Update USAGE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWnuk committed Nov 17, 2024
1 parent 7b94e5c commit 8f17ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Where `<mask_characters>` can be any of the following:

The default value is `uldsb` for all characters. The `-v` flag is optional and, if provided, will print the length of the original string, the length, the complexity, and the remaining mask keyspace. The format will be `:length:complexity:mask-keyspace` appended to the end of the output. The mask keyspace is the number of possible combinations for the masked portion of the string.
```
$ echo 'HelloWorld!I<3ThePasswordTransformationToolPr0j3ct' | go run . -t mask -rm ds -v
$ echo 'HelloWorld!I<3ThePasswordTransformationToolPr0j3ct' | ptt -t mask -rm ds -v
[*] All input loaded.
[*] Task complete with 1 unique results.
1 HelloWorld?sI?s?dThePasswordTransformationToolPr?dj?dct:50:4:94
Expand Down

0 comments on commit 8f17ec3

Please sign in to comment.