Crunch: advanced wordlist for sentence passwords
Hi everyone,
i'm searching for a possibility to generate a sentence wordlist, or a possibility to generate such these wordlists with "crunch". I have already read the crunch man page, but with no usefull result.
So you have several words and want to add these words in a "bruteforce"-like order.
payload: monkey, dog, read, book, fun
and maybe <space>'s between these words and at the ending a symbol like ! . ?
so the result should be e.g.:
without space:
monkeydogreadbookfun
monkeydogreadbookfun.
monkeydogreadbookfun!
monkeydogreadbookfun?
with space:
monkey dog read book fun
monkey dog read book fun.
monkey dog read book fun!
monkey dog read book fun?
and now the random order like:
dog monkey book read fun!
read fun monkey book dog.
and at least just with some words:
monkey book
dog read fun book
---so if you have a length from 8 to 20: the result could be:
l08: "monkey dog" (8 symbols)
<- advanced sentence wordlist ->
l20: "monkey dog read fun!" (20 symbols)
thats my actual syntax is just:
Code:
crunch 8 20 -o output.lst -p monkey dog read book fun ! . \
\ - is for space, but just once
Thank you for reading and for any advice.
Best Regards
scapegrace
Re: Crunch: advanced wordlist for sentence passwords
You might be interested in Hashcat. http://ob-security.info/?p=56
I may be mistaken, but I believe it will do exactly what you're asking. Crunch seems to be more geared towards permuting characters, not word sets in sentences.
AW: Crunch: advanced wordlist for sentence passwords
Hi Morkai,
thanks for your help! I found an other tool named RSMangler (ruby script), which made a 20mb wordlist out of 6 source words. I just have one problem instead of Monkey it writes ["Monkey"] in the text file.
I write a response for hashcat asap.
Best
scape
Re: Crunch: advanced wordlist for sentence passwords
without spaces:
./crunch 6 6 \!\,\?\ -t ddddd@ -o output -p dog monkey read book fun
with spaces:
./crunch 11 11 \!\,\?\ \ -t d,d,d,d,d,@ -p dog monkey read book fun