update post (adds URLs of tools)
This commit is contained in:
parent
af694356d0
commit
81a99ce113
1 changed files with 7 additions and 1 deletions
|
@ -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…
Reference in a new issue