Jump to content

Password Lists


bobbyb1980

Recommended Posts

Hello all. I was wondering if anyone knows where I can find a password list of all combinations of numbers that are 10 digits? I'm seeing more and more passwords that are numerical. I was thinking I could either find or create a list of all possible 10 digit numbers and this could be used to either test against routers or WPA keys. Ideas?

Link to comment
Share on other sites

perl -e '$_=0; while($_<10000000000){print "$_\n";$_++};' > numbList.txt

or

perl -e '$_=0; while($_<10000000000){print "0"x(10-length("$_"))."$_"."\n";$_++};' > numbList0padd.txt

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...