update post (adds URLs of tools)

main
Dominic Reich 1 year ago
parent af694356d0
commit 81a99ce113
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -2,8 +2,9 @@
title: Wordlist Generation
summary: Just for the record. These results may not mean anything...
date: 2021-10-03
lastmod: 2023-06-04T21:30:28+0200
categories: [computerstuff]
tags: [linux,pentest]
tags: [linux,pentest,hashcat,john]
---
@ -15,6 +16,8 @@ The two don't work the same, the files were different in terms of sorting.
## John
- <https://www.openwall.com/john/>
~~~console
$ john --mask='05253?d?d?d?d?d' --min-length=9 --max-length=10 --stdout > john_file
@ -26,6 +29,8 @@ Executed in 261,54 millis fish external
## Maskprocessor
- <https://github.com/hashcat/maskprocessor>
~~~console
$ mp -i 9:10 '05253?d?d?d?d?d' -o mp_file
@ -36,3 +41,4 @@ Executed in 6,72 millis fish external
~~~
Tests were made with [fish ><(((°>](https://fishshell.com/).

Loading…
Cancel
Save