Results 1 to 4 of 4

Thread: creating wordlist without repetition in crunch

  1. #1
    Join Date
    2013-Sep
    Posts
    1

    creating wordlist without repetition in crunch

    Hi, I want create in crunch wordlist where are only some low letters without repetition. It should be in in range from 6 to 6 letters.
    I have used thiss command, but it didn`t work. It have created wordlist with range as wide as number of letters in my charset.
    So i have written:
    Crunch 6 6 -p abcdefghijklmnopqrstuvwxyz
    And as result was something like this:
    qwertzuiopasdfghjklyxcvbnm
    mnbvcxylkjhgfdsapoiuztrewq
    etc.

    What i am doing wrong?

  2. #2
    Join Date
    2013-Jul
    Location
    United States
    Posts
    520
    Quote Originally Posted by spider-x View Post
    Hi, I want create in crunch wordlist where are only some low letters without repetition. It should be in in range from 6 to 6 letters.
    I have used thiss command, but it didn`t work. It have created wordlist with range as wide as number of letters in my charset.
    So i have written:
    Crunch 6 6 -p abcdefghijklmnopqrstuvwxyz
    And as result was something like this:
    qwertzuiopasdfghjklyxcvbnm
    mnbvcxylkjhgfdsapoiuztrewq
    etc.

    What i am doing wrong?
    If you are trying to crack WPA, your first problem is that the passwords are between 8-63 characters. Second, if you are trying to crack WPA, use this command.
    Code:
     crunch 8 25 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX YZ0123456789 | aircrack-ng --bssid aa:aa:aa:aa:aa:aa -w- handshakefile.cap
    Change various parts of the code to your liking.
    Try this post.
    https://forums.kali.org/showthread.p...ings-up)/page2

    If you are just trying to make a wordlist, try
    Code:
     crunch 8 25 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX YZ0123456789
    You can also change the letters to your liking. Try doing a little searching next time.

  3. #3
    Thank you. Found this by searching.

  4. Quote Originally Posted by spider-x View Post
    Hi, I want create in crunch wordlist where are only some low letters without repetition. It should be in in range from 6 to 6 letters.
    I have used thiss command, but it didn`t work. It have created wordlist with range as wide as number of letters in my charset.
    So i have written:
    Crunch 6 6 -p abcdefghijklmnopqrstuvwxyz
    And as result was something like this:
    qwertzuiopasdfghjklyxcvbnm
    mnbvcxylkjhgfdsapoiuztrewq
    etc.

    What i am doing wrong?
    You probably want to check out the -d switch which can be used to limit the number of consecutive characters.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •