Tanvir1337
commited on
Commit
โข
72b403b
1
Parent(s):
07d30d6
improve readme
Browse files
README.md
CHANGED
@@ -1,41 +1,51 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
pretty_name:
|
4 |
tags:
|
5 |
- wordlist
|
6 |
- crackstation
|
7 |
- password
|
8 |
- dictionary
|
9 |
-
- cracking
|
10 |
language:
|
11 |
- en
|
12 |
annotations_creators: []
|
13 |
source_datasets: []
|
14 |
task_categories:
|
15 |
-
- text2text-generation
|
16 |
- text-generation
|
|
|
17 |
- sentence-similarity
|
18 |
- fill-mask
|
19 |
- feature-extraction
|
20 |
- token-classification
|
21 |
---
|
22 |
|
23 |
-
#
|
24 |
|
25 |
## Overview
|
26 |
|
27 |
-
This dataset is
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
-
|
30 |
|
31 |
-
|
32 |
|
33 |
-
|
34 |
|
35 |
## Source
|
36 |
|
37 |
-
[CrackStation's Password Cracking Dictionary](https://crackstation.net/crackstation-wordlist-password-cracking-dictionary.htm)
|
38 |
|
39 |
## Citation
|
40 |
|
41 |
-
If you use this dataset in your research,
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pretty_name: CrackStation Password List
|
4 |
tags:
|
5 |
- wordlist
|
6 |
- crackstation
|
7 |
- password
|
8 |
- dictionary
|
9 |
+
- password-cracking
|
10 |
language:
|
11 |
- en
|
12 |
annotations_creators: []
|
13 |
source_datasets: []
|
14 |
task_categories:
|
|
|
15 |
- text-generation
|
16 |
+
- text2text-generation
|
17 |
- sentence-similarity
|
18 |
- fill-mask
|
19 |
- feature-extraction
|
20 |
- token-classification
|
21 |
---
|
22 |
|
23 |
+
# CrackStation-password-list
|
24 |
|
25 |
## Overview
|
26 |
|
27 |
+
This dataset is based on the comprehensive [CrackStation Password Cracking Dictionary](https://crackstation.net/crackstation-wordlist-password-cracking-dictionary.htm), a widely recognized resource in password security research.
|
28 |
+
|
29 |
+
### Key Features
|
30 |
+
|
31 |
+
- **Comprehensive Collection**: Aggregates publicly available wordlists, password leaks, and dictionaries from various sources.
|
32 |
+
- **Diverse Origins**: Includes entries from Wikipedia dumps (2010, all languages), texts from [Project Gutenberg](https://www.gutenberg.org), and lesser-known database breaches shared in underground communities.
|
33 |
+
- **Optimized Format**: The data is stored as plain text, alphabetically sorted without case sensitivity, and uses newline (`\n`) as the delimiter.
|
34 |
+
|
35 |
+
### Usage
|
36 |
+
- Test hashes with this dataset via the [CrackStation hash cracker](https://crackstation.net).
|
37 |
+
- Generate and verify hash values using tools like [Defuse Checksum](https://defuse.ca/checksums.htm).
|
38 |
|
39 |
+
The dataset has proven highly effective in cracking real-world password leaks such as [LinkedIn](https://defuse.ca/blog/cracking-linkedin-hashes-with-crackstation) and [eHarmony](https://defuse.ca/blog/cracking-eharmonys-unsalted-hashes-with-crackstation), highlighting its utility in password analysis and research.
|
40 |
|
41 |
+
## Licensing and Sharing
|
42 |
|
43 |
+
This dataset is shared under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0). Redistribution and modifications are allowed with proper attribution. Ensure ethical usage and comply with local laws.
|
44 |
|
45 |
## Source
|
46 |
|
47 |
+
- [CrackStation's Password Cracking Dictionary](https://crackstation.net/crackstation-wordlist-password-cracking-dictionary.htm)
|
48 |
|
49 |
## Citation
|
50 |
|
51 |
+
If you use this dataset in your research, cite CrackStation as the original source and include a link to this Hugging Face repository for transparency.
|