Issue Generating WordLists

Discussion in 'Xiaopan Support' started by mampwamp, 11 Sep 2013.

  1. mampwamp

    mampwamp Active Member

    Joined:
    18 Aug 2013
    Messages:
    43
    Likes Received:
    12
    I want to create a 4 character password that form from abcd1234.
    i want to generate the first 1000 passwords.

    the command that i insert is ./crunch 4 4 abcd1234 -s 1000 -o text.txt
    it can't generate the first 1000 passwords.
    [​IMG]
     
  2. estimacamry

    estimacamry Tracker
    VIP

    Joined:
    3 Aug 2012
    Messages:
    556
    Likes Received:
    169
  3. mampwamp

    mampwamp Active Member

    Joined:
    18 Aug 2013
    Messages:
    43
    Likes Received:
    12
    thank.

    another question,
    if my last generated passwords is 4444.
    i want to generate the rest of the passwords start from 4444, and generate the next 1000 lines password. how to command it?
    IS THAT LIKE THIS?
    ./crunch 4 4 abcd1234 -s 4444 -c 1000 -o text.txt
     
    #3 mampwamp, 12 Sep 2013
    Last edited: 12 Sep 2013
  4. estimacamry

    estimacamry Tracker
    VIP

    Joined:
    3 Aug 2012
    Messages:
    556
    Likes Received:
    169
    Read what I've suggested and do some research yourself. Once you have succeeded please share the outcome with the rest. This way everyone benefits from it including you and me;) Agree?:D
     
  5. mampwamp

    mampwamp Active Member

    Joined:
    18 Aug 2013
    Messages:
    43
    Likes Received:
    12
    FIRST TRY:
    [​IMG]
    ./crunch 4 4 abcd1234 -s 3333 -o text99.txt START
    the command is working for generate wordlist start from 3333 to 4444.
    [​IMG]

    SECOND TRY:
    [​IMG]
    ./crunch 4 4 abcd1234 -s 3333 -c 10 -o text100.txt START
    this time i want to generate 10 wordlist that start from 3333, but it failed. the result come as image below:
    start from 444c to 4444, only 6 wordlist and not start from 3333.
    [​IMG]

    is there anything wrong command writed?
     
  6. estimacamry

    estimacamry Tracker
    VIP

    Joined:
    3 Aug 2012
    Messages:
    556
    Likes Received:
    169
    Use this command
    Code:
    Select All
    ./crunch 4 4 abcd1234 -s 3333 -c 10 -o START
    With this, crunch will generate 4 digit all possible combination from "abcd1234" and it will be broken into 1246 text files with 10 lines each. Get me?
    crunch10list.png
     
  7. mampwamp

    mampwamp Active Member

    Joined:
    18 Aug 2013
    Messages:
    43
    Likes Received:
    12

    how to create 1 text file with 10 lines only?
     
  8. estimacamry

    estimacamry Tracker
    VIP

    Joined:
    3 Aug 2012
    Messages:
    556
    Likes Received:
    169
    Not possible at this moment but not too sure in future as "crunch" is not written by me:rolleyes:
    For 10 lines I would suggest you open up editor and key in yourself:p
     
  9. mampwamp

    mampwamp Active Member

    Joined:
    18 Aug 2013
    Messages:
    43
    Likes Received:
    12
    thank you very much.
     

Share This Page

Loading...