Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet authored Jun 3, 2024
1 parent 67e611e commit 233b5e5
Showing 1 changed file with 21 additions and 30 deletions.
51 changes: 21 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
# Bruteforce Database - Password dictionaries
# Bruteforce Database - Password Dictionaries

A Password dictionaries.
A collection of password dictionaries.

* **8-more-passwords.txt** sorting only passwords with more than 8 characters, removed all numeric passes, removed consecutive characters (3 characters or more), removed all lowercase passwords, passwords without a capital letter and also a number (61.682 password).
* **7-more-passwords.txt** it consists of passwords 7 characters or more, and numeric passwords removed (528.136 passwords).
* **1000000_password_seclists.txt** 1.000.000 password from <a href="https://github.com/danielmiessler/SecLists">SecLists</a>
* **bitcoin-brainwallet.lst** bitcoin-brainwallet with 394.748 lines
* **usernames.txt** collection username of/at US - 403.355 lines
* **us-cities.txt** list 20.580 cities at US
* **facebook-firstnames.txt** 4.347.667 of Facebook firstnames.
* **2151220-passwords.txt** 2.151.220 passwords from dazzlepod.com
* **subdomains-10000.txt** 10.000 subdomain for domain scanner.
* **38650-password-sktorrent.txt** 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) wordlist mode to translate large number of hashes, e.g. MD5 hashes, into cleartext passwords
* **indo-cities.txt** list 102 cities at Indonesia
* **38650-username-sktorrent.txt** 38.650 usernames from sktorrent.eu.
* **forced-browsing** every wordlist you need for forced browsing
![](http://2.bp.blogspot.com/-DBFErnG-8AE/VhJ-z3Y-41I/AAAAAAAADgA/FGCt8naBMKs/s1600/mtyourmind.10001mb.com.png)

<img src="http://2.bp.blogspot.com/-DBFErnG-8AE/VhJ-z3Y-41I/AAAAAAAADgA/FGCt8naBMKs/s1600/mtyourmind.10001mb.com.png" />
## Available Dictionaries

**Support**
- **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.

<a href="https://s.duyet.net/r/patreon"><img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160"></a>
<a href='https://ko-fi.com/F1F6WR3R' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

# How to contribute
1. Fork the project on Github.
Expand All @@ -36,22 +34,15 @@ A Password dictionaries.
}
```
4. Create a pull request on Github (these are also a great place to start a conversation around a patch as early as possible)
4. **Create a pull request** on GitHub. These are also a great place to start a conversation around a patch as early as possible.
# Contributers
# 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
MIT License
Copyright (c) 2015-2023 Van-Duyet Le
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This project is licensed under the [MIT License](./LICENSE)

0 comments on commit 233b5e5

Please sign in to comment.