Results 1 to 7 of 7

Thread: Crunch ? creating specific word lists

  1. #1
    Join Date
    2014-Oct
    Posts
    24

    Crunch ? creating specific word lists

    I am trying to figure out how to generate a word list like:

    XDF90-AR3J4-PCE4L

    with the 5 - 5 - 5
    no repeating numbers like:

    AAAAA-AAAAA-AAAAA
    AAAAA-AAAAA-AAAAB
    AAAAA-AAAAA-AAAAC

    I know I can use crunch like:

    crunch 15 15 charset.txt alpha-numeric | perl -ne 'print unless /([A-Z]).*\1/' > wordlist.txt

    how do i create one that will have the dashes in it as well as the random w/o repeating?

    Thanks in advanced
    #1 Rule: ALWAYS check SH1!

  2. #2
    Join Date
    2013-Jul
    Posts
    844
    The King of wordlists is certainly Tape amd his tutorials are beyond excellant.

    We have not used this program but it looks like it will do what you want. You could also print with crunch and then alter with worlist manipulator but I would guess wordlist manipulator will do it all.

    Go here for data and download

    https://code.google.com/p/wordlist-m...ki/WLM_OPTIONS

    Notice in the menu item 5:

    5. Include characters;
    1.Include characters from a certain postion from start of word.
    2.Include characters from a certain postion from end of word.

    You will be able to insert your dash with a little effort.

    Test some short strings and once you get the process you can print your 17 character strings

  3. #3
    Join Date
    2014-Oct
    Posts
    24
    Errors out on install so basically that just edits lists correct?
    #1 Rule: ALWAYS check SH1!

  4. #4
    Join Date
    2013-Jul
    Posts
    844
    As noted we have not tested this program, just read the menu list of options. We downloaded it. We will give it a spin and get back to you. It was a BT5 program so you might just make a persistent usb install of BT5R3 and run the program from the usb.

    MTC
    Last edited by mmusket33; 2014-11-06 at 07:11.

  5. #5
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by Jayden_Blade View Post
    Errors out on install so basically that just edits lists correct?
    hi
    a Mithical script by TAPE installed correctly in my kali-vm
    http://www.imagestime.com/show.php/9...ttura.PNG.html

  6. #6
    Join Date
    2013-Jul
    Posts
    844
    Here is your command line in crunch BUT you are going to have to learn how to start, stop, and maybe divide the files into sizes AND you probably will want to pump these files to a large external usb cd /media will get into the usb. We dump large amounts of cowpatty pmk and wordlists into usbs contantly.

    crunch 17 17 "ABCDEFGHIJKLMNOPQRSTUVWXYZ" -t @@@@@-@@@@@-@@@@@ -o filename


    We HIGHLY Suggest you google Crunch A Day With Tape - There are two posting pick the later one.

    Also

    http://www.irongeek.com/i.php?page=b...n-pages/crunch

    Have Fun

  7. #7
    Join Date
    2014-Oct
    Posts
    24
    Great links Thank you very much!
    Last edited by Jayden_Blade; 2014-11-06 at 09:46.
    #1 Rule: ALWAYS check SH1!

Posting Permissions

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