Questions tagged [crunch]
6 questions
1
vote
0 answers
Adjust length of generated password with crunch
I am creating a wordlist with crunch for Bruteforce is easy since you can define what character would be used. But with words for some reason I can't figure out how to set the length of the generated passwords so that the password doesn't have to…

alessio
- 31
- 4
0
votes
1 answer
Creating wordlist with no more than 2 repeating characters
I'm creating a wordlist with uppercase letters A-Z and numbers 0-9. The length is exactly 8 characters long. Using the tool crunch, preinstalled in Kali, I was able to generate a wordlist that doesn't contain any consecutive characters, for example:…
zeromeia
0
votes
1 answer
how to make crunch create no repeating digits,letters,symbols,... wordlist
I am trying to create a wordlist of 16 positions words using the charset mixalpha-numeric-all from the charset list came with crunch (/usr/share/crunch/).
I tried this command:
crunch 16 16 -f /usr/share/crunch/charset.lst mixalpha-numeric-all -d…

Infofly
- 1
- 3
0
votes
1 answer
C# output string to aircrack-ng
I'm doing some tests related to information security, and I came across the following situation, I apologize if I'm posting this in the wrong place, any problems let me know and I'll fix it!
Researching about cracking WIFI passwords, I found the…

Antonio Cury
- 1
- 2
0
votes
1 answer
use crunch to generate all the possible IATA codes comsbination
I don't really know how to formulate this, but I have a bunch of IATA codes, and I want to generate all the possible combinations ex : JFK/LAX, BOS/JFK, ...etc, separated by a character such as "/" or "|".

Ash
- 59
- 6
-1
votes
1 answer
How to get Crunch output line by line in bash script?
I've found an old multibit.key wallet but it is ciphered and I want to try to brute force it since I know the first 6 or 7 characters of the password. I'm generating words with a fixed begin and only vary in the end to try to find the password of…

Fnr
- 2,096
- 7
- 41
- 76