summaryrefslogtreecommitdiff
path: root/words
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@neulinger.org>2015-08-18 13:04:21 -0500
committerNathan Neulinger <nneul@neulinger.org>2015-08-18 13:04:21 -0500
commit0070be0e3609ae5dd918a3cd66c2183eb9042542 (patch)
treee922a0467cb4690fb3820be4590b2d77737f598e /words
parent0c25ed114f466680fc1b23ba2a2d359619d02266 (diff)
downloadcracklib-0070be0e3609ae5dd918a3cd66c2183eb9042542.tar.gz
reorg for github
Diffstat (limited to 'words')
-rw-r--r--words/Makefile21
-rw-r--r--words/README.md47
-rw-r--r--words/files/clarkson.edu/clarkson.txt.bz2bin0 -> 171251 bytes
-rw-r--r--words/files/cracklib/words.bz2bin0 -> 5693567 bytes
-rw-r--r--words/files/mark-burnett/10k-most-common.txt.bz2bin0 -> 34593 bytes
-rw-r--r--words/files/mark-burnett/passed-basic-check.bz2bin0 -> 8293 bytes
-rw-r--r--words/files/mark-burnett/scored-above-50.bz2bin0 -> 976 bytes
-rw-r--r--words/files/openwall/lower.bz2bin0 -> 3007 bytes
-rw-r--r--words/files/openwall/password.bz2bin0 -> 12984 bytes
-rw-r--r--words/files/skullsecurity.org/500-worst-passwords.txt.bz2bin0 -> 1868 bytes
-rw-r--r--words/files/skullsecurity.org/alypaa.txt.bz2bin0 -> 5178 bytes
-rw-r--r--words/files/skullsecurity.org/cain.txt.bz2bin0 -> 1069968 bytes
-rw-r--r--words/files/skullsecurity.org/carders.cc.txt.bz2bin0 -> 8936 bytes
-rw-r--r--words/files/skullsecurity.org/conficker.txt.bz2bin0 -> 702 bytes
-rw-r--r--words/files/skullsecurity.org/elitehacker.txt.bz2bin0 -> 3690 bytes
-rw-r--r--words/files/skullsecurity.org/facebook-pastebay.txt.bz2bin0 -> 375 bytes
-rw-r--r--words/files/skullsecurity.org/facebook-phished.txt.bz2bin0 -> 14457 bytes
-rw-r--r--words/files/skullsecurity.org/faithwriters.txt.bz2bin0 -> 39327 bytes
-rw-r--r--words/files/skullsecurity.org/hak5.txt.bz2bin0 -> 16490 bytes
-rw-r--r--words/files/skullsecurity.org/hotmail.txt.bz2bin0 -> 47195 bytes
-rw-r--r--words/files/skullsecurity.org/myspace.txt.bz2bin0 -> 175970 bytes
-rw-r--r--words/files/skullsecurity.org/phpbb.txt.bz2bin0 -> 868606 bytes
-rw-r--r--words/files/skullsecurity.org/porn-unknown.txt.bz2bin0 -> 30600 bytes
-rw-r--r--words/files/skullsecurity.org/singles.org.txt.bz2bin0 -> 50697 bytes
-rw-r--r--words/files/skullsecurity.org/tuscl.txt.bz2bin0 -> 176291 bytes
-rw-r--r--words/files/skullsecurity.org/twitter-banned.txt.bz2bin0 -> 1509 bytes
26 files changed, 68 insertions, 0 deletions
diff --git a/words/Makefile b/words/Makefile
new file mode 100644
index 0000000..b03381b
--- /dev/null
+++ b/words/Makefile
@@ -0,0 +1,21 @@
+all: clean cracklib-words.gz cracklib-words.bz2
+
+clean:
+ rm -f cracklib-words cracklib-words.gz cracklib-words.bz2
+
+cracklib-words.gz: cracklib-words
+ rm -f cracklib-words.gz
+ gzip -v9 -c cracklib-words > cracklib-words.gz
+
+cracklib-words.bz2: cracklib-words
+ rm -f cracklib-words.bz2
+ bzip2 -v9 -c cracklib-words > cracklib-words.bz2
+
+cracklib-words: files/*/*.txt.bz2
+ rm -f cracklib-words
+ bzcat -f `find files -type f` | tr A-Z a-z | sort | uniq > cracklib-words
+
+upload: cracklib-words.gz
+ cp cracklib-words.gz cracklib-words-`date '+%Y%m%d'`.gz
+ curl --upload-file cracklib-words-`date '+%Y%m%d'`.gz ftp://upload.sf.net/incoming/
+ \ No newline at end of file
diff --git a/words/README.md b/words/README.md
new file mode 100644
index 0000000..f390125
--- /dev/null
+++ b/words/README.md
@@ -0,0 +1,47 @@
+Lots of password lists available here:
+
+ https://wiki.skullsecurity.org/Passwords
+
+Various other sources. Licensing of some of these lists is questionable - however I believe
+that these would reasonably fall under the 'list of facts' and 'can't copyright the phone
+book' copyright scenarios. If someone objects to a list being included here, it will be
+removed immediately.
+
+Clarkson - Jim Owens and Jeanna Mathews research project
+========================================================
+http://people.clarkson.edu/~owensjp/pubs/leet08.pdf
+
+
+Openwall word lists
+===================
+
+The following copyright statement applies to this wordlists collection
+as a whole:
+
+Copyright (c) 2002,2003 by Solar Designer of Openwall Project
+
+The homepage URL for this wordlists collection is:
+
+http://www.openwall.com/wordlists/
+
+You're allowed to use and redistribute this wordlists collection or
+parts thereof, with or without modification, provided that credit is
+given where it is due, any modified versions are marked as such, this
+license is kept intact and included with each copy, and NO FEE IS
+CHARGED FOR OBTAINING A COPY except as negotiated with the copyright
+holder. In particular, you are NOT permitted to charge for bandwidth,
+physical media, and/or shipping. You're also not permitted to bundle
+this wordlists collection with a product you charge for.
+
+If redistribution for a fee is what you're after, please contact the
+copyright holder to negotiate special terms for the downloadable or
+the extended CD-ready version of this collection.
+
+It was a significant amount of work to compile this collection and
+having a monopoly on regulating the CD sales is my way to compensate
+for the time already spent and to allow for further work.
+
+--
+Alexander Peslyak aka Solar Designer <solar at openwall.com>
+GPG key ID: B35D3598 fp: 6429 0D7E F130 C13E C929 6447 73C3 A290 B35D 3598
+http://www.openwall.com - bringing security into open computing environments \ No newline at end of file
diff --git a/words/files/clarkson.edu/clarkson.txt.bz2 b/words/files/clarkson.edu/clarkson.txt.bz2
new file mode 100644
index 0000000..8606f53
--- /dev/null
+++ b/words/files/clarkson.edu/clarkson.txt.bz2
Binary files differ
diff --git a/words/files/cracklib/words.bz2 b/words/files/cracklib/words.bz2
new file mode 100644
index 0000000..b990a3f
--- /dev/null
+++ b/words/files/cracklib/words.bz2
Binary files differ
diff --git a/words/files/mark-burnett/10k-most-common.txt.bz2 b/words/files/mark-burnett/10k-most-common.txt.bz2
new file mode 100644
index 0000000..b0ce326
--- /dev/null
+++ b/words/files/mark-burnett/10k-most-common.txt.bz2
Binary files differ
diff --git a/words/files/mark-burnett/passed-basic-check.bz2 b/words/files/mark-burnett/passed-basic-check.bz2
new file mode 100644
index 0000000..743f3b1
--- /dev/null
+++ b/words/files/mark-burnett/passed-basic-check.bz2
Binary files differ
diff --git a/words/files/mark-burnett/scored-above-50.bz2 b/words/files/mark-burnett/scored-above-50.bz2
new file mode 100644
index 0000000..4753d2e
--- /dev/null
+++ b/words/files/mark-burnett/scored-above-50.bz2
Binary files differ
diff --git a/words/files/openwall/lower.bz2 b/words/files/openwall/lower.bz2
new file mode 100644
index 0000000..7ad21c4
--- /dev/null
+++ b/words/files/openwall/lower.bz2
Binary files differ
diff --git a/words/files/openwall/password.bz2 b/words/files/openwall/password.bz2
new file mode 100644
index 0000000..ce4983a
--- /dev/null
+++ b/words/files/openwall/password.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/500-worst-passwords.txt.bz2 b/words/files/skullsecurity.org/500-worst-passwords.txt.bz2
new file mode 100644
index 0000000..591a5cc
--- /dev/null
+++ b/words/files/skullsecurity.org/500-worst-passwords.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/alypaa.txt.bz2 b/words/files/skullsecurity.org/alypaa.txt.bz2
new file mode 100644
index 0000000..192fabf
--- /dev/null
+++ b/words/files/skullsecurity.org/alypaa.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/cain.txt.bz2 b/words/files/skullsecurity.org/cain.txt.bz2
new file mode 100644
index 0000000..600118e
--- /dev/null
+++ b/words/files/skullsecurity.org/cain.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/carders.cc.txt.bz2 b/words/files/skullsecurity.org/carders.cc.txt.bz2
new file mode 100644
index 0000000..107e0d5
--- /dev/null
+++ b/words/files/skullsecurity.org/carders.cc.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/conficker.txt.bz2 b/words/files/skullsecurity.org/conficker.txt.bz2
new file mode 100644
index 0000000..73c0193
--- /dev/null
+++ b/words/files/skullsecurity.org/conficker.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/elitehacker.txt.bz2 b/words/files/skullsecurity.org/elitehacker.txt.bz2
new file mode 100644
index 0000000..3fea417
--- /dev/null
+++ b/words/files/skullsecurity.org/elitehacker.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/facebook-pastebay.txt.bz2 b/words/files/skullsecurity.org/facebook-pastebay.txt.bz2
new file mode 100644
index 0000000..ce7e876
--- /dev/null
+++ b/words/files/skullsecurity.org/facebook-pastebay.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/facebook-phished.txt.bz2 b/words/files/skullsecurity.org/facebook-phished.txt.bz2
new file mode 100644
index 0000000..83f6428
--- /dev/null
+++ b/words/files/skullsecurity.org/facebook-phished.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/faithwriters.txt.bz2 b/words/files/skullsecurity.org/faithwriters.txt.bz2
new file mode 100644
index 0000000..2169532
--- /dev/null
+++ b/words/files/skullsecurity.org/faithwriters.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/hak5.txt.bz2 b/words/files/skullsecurity.org/hak5.txt.bz2
new file mode 100644
index 0000000..3bde409
--- /dev/null
+++ b/words/files/skullsecurity.org/hak5.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/hotmail.txt.bz2 b/words/files/skullsecurity.org/hotmail.txt.bz2
new file mode 100644
index 0000000..58d729b
--- /dev/null
+++ b/words/files/skullsecurity.org/hotmail.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/myspace.txt.bz2 b/words/files/skullsecurity.org/myspace.txt.bz2
new file mode 100644
index 0000000..4c2ee7c
--- /dev/null
+++ b/words/files/skullsecurity.org/myspace.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/phpbb.txt.bz2 b/words/files/skullsecurity.org/phpbb.txt.bz2
new file mode 100644
index 0000000..d920bab
--- /dev/null
+++ b/words/files/skullsecurity.org/phpbb.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/porn-unknown.txt.bz2 b/words/files/skullsecurity.org/porn-unknown.txt.bz2
new file mode 100644
index 0000000..3372cbc
--- /dev/null
+++ b/words/files/skullsecurity.org/porn-unknown.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/singles.org.txt.bz2 b/words/files/skullsecurity.org/singles.org.txt.bz2
new file mode 100644
index 0000000..5f8e643
--- /dev/null
+++ b/words/files/skullsecurity.org/singles.org.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/tuscl.txt.bz2 b/words/files/skullsecurity.org/tuscl.txt.bz2
new file mode 100644
index 0000000..97bd2c8
--- /dev/null
+++ b/words/files/skullsecurity.org/tuscl.txt.bz2
Binary files differ
diff --git a/words/files/skullsecurity.org/twitter-banned.txt.bz2 b/words/files/skullsecurity.org/twitter-banned.txt.bz2
new file mode 100644
index 0000000..88c5ab0
--- /dev/null
+++ b/words/files/skullsecurity.org/twitter-banned.txt.bz2
Binary files differ