who can tell me a script for linux to make a 10 digits dictionary?

Discussion in 'Dictionary, Password & Wordlists' started by punk, 10 Sep 2012.

  1. punk

    punk New Member

    Joined:
    6 Aug 2012
    Messages:
    2
    Likes Received:
    0
    who can tell me a script for linux to make a 10 digits dictionary? or a program that make it easy?
    i typed
    this in terminal
    seq 0000000001 9999999999 > dictionary.txt
    but it starts from 1 not from 0000000001
     
  2. scorpius

    scorpius Well-Known Member

    Joined:
    12 Jul 2012
    Messages:
    32
    Likes Received:
    22
    seq -f %010.f 1 9999999999
     
    • Like Like x 1
  3. karni64

    karni64 Well-Known Member

    Joined:
    25 Aug 2012
    Messages:
    12
    Likes Received:
    4
    my god this is a HUGE file haha... (like 35 gigs) and its still going. ima see if/how much perl can condense that size.. since it usually does.
     
  4. ImJoJo

    ImJoJo The One & Only
    VIP

    Joined:
    25 Jun 2012
    Messages:
    257
    Likes Received:
    121
    use Crunch in Backtrack
    Watch this video on YouTube.
     
  5. vampiricbunny1800

    vampiricbunny1800 Well-Known Member
    Dev Team VIP

    Joined:
    8 Oct 2012
    Messages:
    242
    Likes Received:
    69
    so the full code would be | crunch 10 10 0123456789 -0 wordlist.txt seq 0000000000 9999999999 > dictionary | or did i mess that up ?
     
  6. Shareef

    Shareef Member

    Joined:
    22 Jun 2013
    Messages:
    6
    Likes Received:
    1
    also i need to make a numeric word list starting from 3 digits and max 10 from 0123456789. how cn i do this? any help
    --- Double Post Merged, 23 Jun 2013 ---
    and where it saves the file once completed?. any way to know the size of the file before it complete?
     
  7. karni64

    karni64 Well-Known Member

    Joined:
    25 Aug 2012
    Messages:
    12
    Likes Received:
    4
    I can tell you that the 10 digit will get up to over 35 gigs as i have tried it before . Honestly it could get VERY large. I would recommend instead to make a script that instead just pipes the generated numbers to whatever program you'd be trying to use it with. I will hopefully have some time after work to write a quick script that you wanted above but should should have at least 100 gigs available because it could very well get that big.
     
  8. mykive

    mykive Member

    Joined:
    29 Apr 2014
    Messages:
    1
    Likes Received:
    0
    hashcat ftw :3
     
  9. Actisys

    Actisys New Member

    Joined:
    3 Sep 2014
    Messages:
    1
    Likes Received:
    0
    Hi, i tried to save the wordlist.txt to /home/tc but it seems doesn't work.

    Here is my command
    crunch 10 10 0123456789 seq 0000000000 9999999999 -0 /home/tc/wordlist.txt

    But I can't find it even I used below command
    updatedb
    locate wordlist.txt

    Anyone can help? Thanks
     
  10. santaclos2008

    santaclos2008 Well-Known Member

    Joined:
    27 Jun 2012
    Messages:
    99
    Likes Received:
    73
    Elcomsoft wireless auditor > Mask Attack ( ?d?d?d?d?d?d?d?d?d?d) is 10 digit numeric thats all U need...grab elcomsoft wireless auditor and open your captured cap file with it...go to mask attack and use the following combination ... wer ?d = any number from 0 to 9
     
  11. hugetom342

    hugetom342 Member

    Joined:
    27 May 2018
    Messages:
    1
    Likes Received:
    0
    guys i need to make a numeric passlist starting from 30000000 to 99999999. pls help guys pls
     
  12. cracked

    cracked Member

    Joined:
    31 Mar 2018
    Messages:
    36
    Likes Received:
    36
    • Like Like x 2
  13. N30

    N30 Member

    Joined:
    18 Dec 2018
    Messages:
    3
    Likes Received:
    2

Share This Page

Loading...