Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duyet/bruteforce-database
Bruteforce database
https://github.com/duyet/bruteforce-database
brute-force brute-force-attacks bruteforce duyetdev hacktoberfest password password-dictionaries seclists
Last synced: 5 days ago
JSON representation
Bruteforce database
- Host: GitHub
- URL: https://github.com/duyet/bruteforce-database
- Owner: duyet
- License: mit
- Created: 2015-10-04T14:55:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T15:10:12.000Z (8 months ago)
- Last Synced: 2024-05-21T15:27:39.593Z (6 months ago)
- Topics: brute-force, brute-force-attacks, bruteforce, duyetdev, hacktoberfest, password, password-dictionaries, seclists
- Homepage: http://duyet.github.io/bruteforce-database
- Size: 31.1 MB
- Stars: 1,389
- Watchers: 70
- Forks: 558
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- my-awesome - duyet/bruteforce-database - force,brute-force-attacks,bruteforce,duyetdev,hacktoberfest,password,password-dictionaries,seclists pushed_at:2024-06 star:1.4k fork:0.6k Bruteforce database (Others)
README
# Bruteforce Database - Password Dictionaries
A collection of password dictionaries.
![](http://2.bp.blogspot.com/-DBFErnG-8AE/VhJ-z3Y-41I/AAAAAAAADgA/FGCt8naBMKs/s1600/mtyourmind.10001mb.com.png)
## 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](https://github.com/danielmiessler/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](http://dazzlepod.com/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 (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
* Van-Duyet Le - [**@duyet**](https://github.com/duyet)
* Taufiq Sumadi - [**@taufiqsumadi**](https://github.com/taufiqsumadi)
* San Sayidul Akdam Augusta - [**@sanAkdam**](https://github.com/sanAkdam)
* Dani Vijay - [**@danivijay**](https://github.com/danivijay)# License
This project is licensed under the [MIT License](./LICENSE)