Bruteforce databases https://duyet.github.io/bruteforce-database/

Duyet Le 233b5e59a8 docs: update README.md 3 months ago
.github f9abe163e3 chore(deps): update actions/checkout action to v4 11 months ago
forced-browsing 19e61296ce add forced browsing wordlists 6 years ago
1000000-password-seclists.txt 3a856566a3 Remove 1000000_password_seclists.txt -> 1000000-password-seclists.txt 9 years ago
2151220-passwords.txt 6a3989f4b4 Remove comment header of 2151220-passwords.txt 9 years ago
38650-password-sktorrent.txt 90a8fa5147 add sktorrent passwords 8 years ago
38650-username-sktorrent.txt 1d6ddc8fd7 add sktorrent usernames 8 years ago
7-more-passwords.txt 03bb77e1a1 Move mangle.lst -> 7-more-passwords.txt 9 years ago
8-more-passwords.txt 6247e57df0 Change wordlist.lst > 8-more-passwords.txt 9 years ago
LICENSE 2e4c18c52e Initial commit 9 years ago
README.md 233b5e59a8 docs: update README.md 3 months ago
bitcoin-brainwallet.lst 2bda2b5b5a Add bitcoin-brainwallet with 394748 lines 9 years ago
cain.txt b78ac041b9 Cain.txt 7 years ago
facebook-firstnames.txt a31e55ee3b Add 4.347.667 facebook firstnames 9 years ago
indo-cities.txt a2caba0381 The addition of Indonesian city 8 years ago
renovate.json c4817d32cf Add renovate.json 3 years ago
subdomains-10000.txt b02937f39d Added files via upload 8 years ago
uniqpass-v16-passwords.txt fa741a8e7b Add uniqpass password dataset (#3) 8 years ago
us-cities.txt c989904236 Add us-cities.txt, 20580 cities in US 9 years ago
usernames.txt ac5f1a8ffb Rename english-names to usernames, update dics, username now containt 403.335 words 9 years ago

README.md

Bruteforce Database - Password Dictionaries

A collection of password dictionaries.

Available Dictionaries

  • 8-more-passwords.txt: Contains passwords with more than 8 characters. Excludes numeric-only passwords, consecutive characters (3 or more), all-lowercase passwords, and passwords without at least one capital letter and one number. Total: 61,682 passwords.
  • 7-more-passwords.txt: Includes passwords with 7 characters or more. Numeric passwords are removed. Total: 528,136 passwords.
  • 1000000_password_seclists.txt: A collection of 1,000,000 passwords from SecLists.
  • bitcoin-brainwallet.lst: Bitcoin brainwallet with 394,748 entries.
  • usernames.txt: Collection of 403,355 usernames from the US.
  • us-cities.txt: List of 20,580 cities in the US.
  • facebook-firstnames.txt: Contains 4,347,667 first names from Facebook.
  • 2151220-passwords.txt: Collection of 2,151,220 passwords from dazzlepod.com.
  • subdomains-10000.txt: List of 10,000 subdomains for domain scanning.
  • 38650-password-sktorrent.txt: Contains 38,650 passwords from sktorrent.eu.
  • uniqpass_v16_password.txt: UNIQPASS is a large password list for use with John the Ripper (JtR) in wordlist mode to convert large numbers of hashes, such as MD5, into cleartext passwords.
  • indo-cities.txt: List of 102 cities in Indonesia.
  • 38650-username-sktorrent.txt: Contains 38,650 usernames from sktorrent.eu.
  • forced-browsing: Contains every wordlist needed for forced browsing.

How to contribute

  1. Fork the project on Github.
  2. Create a topic branch for your changes (ex: add-yahoo-password-list).
  3. If the project contains a package.json or a bower.json file add yourself in the contributors array (or authors in the case of bower.json; if the array does not exist, create it):

    {
      "contributors": [
         "Your Name <and@email.address> (http://your.website)"
      ]
    }
    
  4. Create a pull request on GitHub. These are also a great place to start a conversation around a patch as early as possible.

Contributors

License

This project is licensed under the MIT License