Questions tagged [crunch]

crunch is a wordlist generator.

19 questions
0
votes
2 answers

Generate variable length wordlist with ! character at the end?

I am trying to create a variable length word list with crunch that guarantees a exclamation point (!) at the end of each word. I want a wordlist of all words of length 4 - 6, with the last character being an exclamation point and the rest being…
corneria
  • 103
  • 2
-1
votes
1 answer

Crunch wordlist with different number of words

I'm trying to generate a wordlist, but I need some help with it. Let's say I execute the command: crunch 1 1 -p cat dog cow Crunch will generate the following: catcowdog catdogcow cowcatdog cowdogcat dogcatcow dogcowcat But I also need permutation…
s3voch7
  • 101
-1
votes
2 answers

Limiting five letter string to only include words from dictionary in Crunch?

I am creating a word list for attacking a personal .dmg file on OS X. I'm using John the Ripper for the cracking, and Crunch to create the word list: ./crunch 13 13 abcdefghijklmnopqrstuvwxyz…
-2
votes
1 answer

Generating wordlists with upper and lower case with crunch

I'm new to crunch and I want to generate a specific wordlist but I need the appropriate code for it. Let's take 478, 1990, gmgm and first. I want all the combinations of these two numbers and two words without changing the order of their characters.…
john
  • 1
  • 1
1
2