Re: Crunch password generate
I would really suggest you read the crunch man, it really helps.
Re: Crunch password generate
Quote:
Originally Posted by
Zariel
Hello.
I want to generate an password list. Its like this: word number word number word number. And I know the word but dont know the number but its XY not X. How should I write a command in crunch to generate a password list with a word that I type ?
Thx for response.
Sickness is correct. You should read the man page. However I am in a good mood so I will help you out.
./crunch length of finished string length of finished string -t word%word%word%
so say the words were dog cat moose
./crunch 14 14 -t dog%cat%moose%
You get
dog0cat0moose0
...
dog9cat9moose9