Custom Wordlist Concatentation
#5
(10-30-2017, 03:50 AM)royce Wrote: princeprocessor can generate all possible combinations so quickly, and hashcat can (usually) use them so quickly, there's no real value in trying to narrow down the range of possibilities.

Code:
$ cat words.list
a
to
eye
tie
get
dawn
olds
desk

$ pp64 words.list | head
ato
toa
aaa
eye
tie
get
toto
aato
atoa
toaa

$ pp64 words.list | hashcat -w 4 -O -a 3 target.hashes

(Also, which wiki was blank? If it was on the hashcat website, let me know the URL and I'll take a look)

Ugggggggh - amazing! This is EXACTLY what I am looking for. Thank you.

This is the blank wiki link(maybe I should have clarified it just says TBD) : https://hashcat.net/wiki/doku.php?id=princeprocessor


Messages In This Thread
Custom Wordlist Concatentation - by somernr - 10-30-2017, 03:14 AM
RE: Custom Wordlist Concatentation - by royce - 10-30-2017, 03:23 AM
RE: Custom Wordlist Concatentation - by somernr - 10-30-2017, 03:44 AM
RE: Custom Wordlist Concatentation - by royce - 10-30-2017, 03:50 AM
RE: Custom Wordlist Concatentation - by somernr - 10-30-2017, 03:56 AM
RE: Custom Wordlist Concatentation - by royce - 10-30-2017, 04:04 AM
RE: Custom Wordlist Concatentation - by Nester10 - 10-31-2017, 12:17 PM