Skip to main content

Wordlist Generation

··120 words·1 min
Table of Contents

I’ve done a simple comparison back in April and never pushed this to the website. Now I think I won’t write much about it, but I don’t want to loose those results either.

The two don’t work the same, the files were different in terms of sorting.

John #

$ john --mask='05253?d?d?d?d?d' --min-length=9 --max-length=10 --stdout > john_file

________________________________________________________
Executed in  261,54 millis    fish           external
   usr time   96,01 millis   11,00 micros   96,00 millis
   sys time   38,02 millis  993,00 micros   37,03 millis

Maskprocessor #

$ mp -i 9:10 '05253?d?d?d?d?d' -o mp_file

________________________________________________________
Executed in    6,72 millis    fish           external
   usr time    2,19 millis  314,00 micros    1,88 millis
   sys time    2,86 millis   54,00 micros    2,81 millis

Tests were made with fish ><(((°>.

Dominic Reich
Author
Dominic Reich
40, male, he/him, construction worker since 2016, electrician before, likes tech stuff and nature. Amateur radio operator since 2019. Uses this website as a digital notebook.

Related Posts

  • Recover Your Lost Password On The Command Line // 2024, September 8
    If you are like me and use many different passwords you may come to that point when you can’t think of a password for a specific service (or (zip)file). This is how I recover most of them. The thumbnail was taken from jaydeep_.
  • Show processes that block umount // 2021, October 26
    A quick oneliner to list running processes that prevent a filesystem from being unmounted. Using lsof or fuser for this.
  • Running Winlink and VARA on Linux // 2021, October 3
    A quick and dirty summary of my Winlink installation on my linux laptop.
  • Win10, Grub 2 and UEFI // 2021, August 8
    I finally got my broken Grub configuration fixed. Booting Windows from Grub wasn’t very hard back in the days, but the old “version” doesn’t work with the newer UEFI-typed computers. Now… looking at it… it does not look very complicated either ;-)
  • FLEcli on OpenBSD // 2023, September 24
    Quickly create ADIF or CSV files to import into any logging program later. Also creates logfiles for the SOTA program.