Skip to content

Commit 233b5e5

Browse files
authored
docs: update README.md
1 parent 67e611e commit 233b5e5

File tree

1 file changed

+21
-30
lines changed

1 file changed

+21
-30
lines changed

README.md

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
1-
# Bruteforce Database - Password dictionaries
1+
# Bruteforce Database - Password Dictionaries
22

3-
A Password dictionaries.
3+
A collection of password dictionaries.
44

5-
* **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).
6-
* **7-more-passwords.txt** it consists of passwords 7 characters or more, and numeric passwords removed (528.136 passwords).
7-
* **1000000_password_seclists.txt** 1.000.000 password from <a href="https://github.com/danielmiessler/SecLists">SecLists</a>
8-
* **bitcoin-brainwallet.lst** bitcoin-brainwallet with 394.748 lines
9-
* **usernames.txt** collection username of/at US - 403.355 lines
10-
* **us-cities.txt** list 20.580 cities at US
11-
* **facebook-firstnames.txt** 4.347.667 of Facebook firstnames.
12-
* **2151220-passwords.txt** 2.151.220 passwords from dazzlepod.com
13-
* **subdomains-10000.txt** 10.000 subdomain for domain scanner.
14-
* **38650-password-sktorrent.txt** 38.650 passwords from sktorrent.eu.
15-
* **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
16-
* **indo-cities.txt** list 102 cities at Indonesia
17-
* **38650-username-sktorrent.txt** 38.650 usernames from sktorrent.eu.
18-
* **forced-browsing** every wordlist you need for forced browsing
5+
![](http://2.bp.blogspot.com/-DBFErnG-8AE/VhJ-z3Y-41I/AAAAAAAADgA/FGCt8naBMKs/s1600/mtyourmind.10001mb.com.png)
196

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

22-
**Support**
9+
- **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.
10+
- **7-more-passwords.txt**: Includes passwords with 7 characters or more. Numeric passwords are removed. Total: 528,136 passwords.
11+
- **1000000_password_seclists.txt**: A collection of 1,000,000 passwords from [SecLists](https://github.com/danielmiessler/SecLists).
12+
- **bitcoin-brainwallet.lst**: Bitcoin brainwallet with 394,748 entries.
13+
- **usernames.txt**: Collection of 403,355 usernames from the US.
14+
- **us-cities.txt**: List of 20,580 cities in the US.
15+
- **facebook-firstnames.txt**: Contains 4,347,667 first names from Facebook.
16+
- **2151220-passwords.txt**: Collection of 2,151,220 passwords from dazzlepod.com.
17+
- **subdomains-10000.txt**: List of 10,000 subdomains for domain scanning.
18+
- **38650-password-sktorrent.txt**: Contains 38,650 passwords from sktorrent.eu.
19+
- **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.
20+
- **indo-cities.txt**: List of 102 cities in Indonesia.
21+
- **38650-username-sktorrent.txt**: Contains 38,650 usernames from sktorrent.eu.
22+
- **forced-browsing**: Contains every wordlist needed for forced browsing.
2323

24-
<a href="https://s.duyet.net/r/patreon"><img src="https://c5.patreon.com/external/logo/[email protected]" width="160"></a>
25-
<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>
2624

2725
# How to contribute
2826
1. Fork the project on Github.
@@ -36,22 +34,15 @@ A Password dictionaries.
3634
}
3735
```
3836
39-
4. Create a pull request on Github (these are also a great place to start a conversation around a patch as early as possible)
37+
4. **Create a pull request** on GitHub. These are also a great place to start a conversation around a patch as early as possible.
4038
41-
# Contributers
39+
# Contributors
4240
4341
* Van-Duyet Le - [**@duyet**](https://github.com/duyet)
4442
* Taufiq Sumadi - [**@taufiqsumadi**](https://github.com/taufiqsumadi)
4543
* San Sayidul Akdam Augusta - [**@sanAkdam**](https://github.com/sanAkdam)
4644
* Dani Vijay - [**@danivijay**](https://github.com/danivijay)
4745
4846
# License
49-
MIT License
5047
51-
Copyright (c) 2015-2023 Van-Duyet Le
52-
53-
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:
54-
55-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
56-
57-
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.
48+
This project is licensed under the [MIT License](./LICENSE)

0 commit comments

Comments
 (0)