We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6e057 commit 43845c4Copy full SHA for 43845c4
wordlists-user-passwd/readme.txt
@@ -4,6 +4,10 @@ various notes
4
leetspeak filter
5
cat plain.wordlist | sed -e 's/a/4/g' -e 's/e/3/g' -e 's/i/1/g' -e 's/o/0/g' -e 's/s/5/g' -e 's/t/7/g' > l337.wordlist
6
7
+
8
+Defaults for a number of appservers
9
+https://github.com/pwnwiki/webappdefaultsdb
10
11
more wordlists
12
ftp://ftp.ox.ac.uk/pub/wordlists/
13
http://theargon.com/achilles/wordlists/
@@ -34,5 +38,3 @@ http://www.lcpsoft.com/english/download.htm
34
38
1.4 billion password wordlist (4gb+, too big to include in FuzzDB)
35
39
https://gist.github.com/scottlinux/9a3b11257ac575e4f71de811322ce6b3
36
40
37
-Defaults for a number of appservers
-https://github.com/pwnwiki/webappdefaultsdb
0 commit comments