mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-12 22:37:06 +00:00
Update readme.txt
This commit is contained in:
parent
5a6e057f55
commit
43845c4130
1 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,10 @@ various notes
|
||||||
leetspeak filter
|
leetspeak filter
|
||||||
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
|
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
|
||||||
|
|
||||||
|
|
||||||
|
Defaults for a number of appservers
|
||||||
|
https://github.com/pwnwiki/webappdefaultsdb
|
||||||
|
|
||||||
more wordlists
|
more wordlists
|
||||||
ftp://ftp.ox.ac.uk/pub/wordlists/
|
ftp://ftp.ox.ac.uk/pub/wordlists/
|
||||||
http://theargon.com/achilles/wordlists/
|
http://theargon.com/achilles/wordlists/
|
||||||
|
@ -34,5 +38,3 @@ http://www.lcpsoft.com/english/download.htm
|
||||||
1.4 billion password wordlist (4gb+, too big to include in FuzzDB)
|
1.4 billion password wordlist (4gb+, too big to include in FuzzDB)
|
||||||
https://gist.github.com/scottlinux/9a3b11257ac575e4f71de811322ce6b3
|
https://gist.github.com/scottlinux/9a3b11257ac575e4f71de811322ce6b3
|
||||||
|
|
||||||
Defaults for a number of appservers
|
|
||||||
https://github.com/pwnwiki/webappdefaultsdb
|
|
||||||
|
|
Loading…
Reference in a new issue