Jump to content
snakersnk

UNIQPASS - 2 million selected passwords

Recommended Posts

Usage

UNIQPASS is a large password list for use with John the Ripper (JtR) wordlist mode to translate large number of hashes, e.g. MD5 hashes, into cleartext passwords. While we have had good success rate with our standard password list passwords.txt, we found that the list can be made more useful and relevant by including commonly used passwords from the recently leaked databases that have been made public. As a result, we have compiled millions of these unique passwords into UNIQPASS. Such list is especially handy for pentesters to perform comprehensive password audit and also for IT administrators to expose insecure passwords used by their users.

Specifications

Version 15 released on January 10, 2015 with 243,779,397 entries

1. For use with JtR wordlist mode with --rules set

2. All passwords are unique and listed in sorted order according to their native byte values using UNIX sort command

3. 192,916 of the passwords (UNIQPASS v1) came from English dictionary

4. The remaining passwords were collected from leaked databases from various websites (including major sites e.g. Sony Pictures, Gawker)

5. Max. password length is 30 characters long

6. Password may consist of a-z, 0-9, spaces and special characters ` ~ ! @ # $ % ^ & * ( ) _ - + = { [ } ] | \ : ; " ' < , > . ? /

7. UNIX end-of-line character is used as the newline character

8. Trailing spaces, trailing tabs and NULL bytes have been removed from all passwords

9. List compressed size is 435.8 MB, i.e. the downloadable size

10. The total unmangled entries, 243,779,397, is based on UNIX wc -l output

Performance

In the following test, we compare the success rate of JtR wordlist cracking mode against a list of 551,638 MD5 hashes using our standard password list passwords.txt vs. UNIQPASS v15. We use JtR 1.8.0 community-enhanced version for this test. The hashes are passwords for accounts from several leaked databases published by LulzSec back in June 2011.

$ john --format=raw-MD5 --wordlist=passwords.txt --rules hashes.txt

..

$ john --format=raw-MD5 --show hashes.txt

..

219722 password hashes cracked, 331916 left

passwords.txt cracked 40% of the hashes using JtR wordlist mode with rules enabled.

$ john --format=raw-MD5 --wordlist=uniq.txt --rules hashes.txt

..

$ john --format=raw-MD5 --show hashes.txt

..

515260 password hashes cracked, 36378 left

UNIQPASS v15 cracked 93% of the hashes using JtR wordlist mode with rules enabled.

Upon completing a dictionary attack (wordlist mode), the next step is to resume the same session with JtR incremental mode leaving it to run for a couple hours or until we achieve a desirable yield. This can done with e.g. john --format=raw-MD5 --incremental --max-run-time=3600 hashes.txt.

Recommended Tools

Depending on your use cases, we recommend one or more of the following password recovery tools for use with UNIQPASS:

John the Ripper (JtR)

Our current default tool to audit most of the leaked hashes

John the Ripper password cracker

oclHashcat

De facto standard GPU-based password cracker

oclHashcat - advanced password recovery

hashcat-utils

Useful set of utilities to manipulate wordlist

hashcat_utils [hashcat wiki]

THC-Hydra

Fast network logon cracker

http://www.thc.org/thc-hydra/

Cain & Abel

Password recovery tool for Microsoft Operating Systems

oxid.it - Cain & Abel

Aircrack-ng

802.11 WEP and WPA-PSK keys cracking program

http://www.aircrack-ng.org

KisMAC

Wireless stumbling and security tool for Mac OS X

http://kismac-ng.org

https://mega.nz/#!fccGiZ5B!xv-cSBa_bv4IWt2ozlxyg168Nl_Za4dm55QoYyKRhs4

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.



×
×
  • Create New...