GitHub上的:html
https://github.com/danielmiessler/SecLists/tree/master/Passwords/Leaked-Databasesgit
https://github.com/duyetdev/bruteforce-databasegithub
一些博客的:web
For cracking passwords, you might have two choiceswindows
1. Dictionary Attackpost
2. Brute Force Attack.flex
The Dictionary attack is much faster then as compared to Brute Force Attack. (There is another method named as “Rainbow table”, it is similar to Dictionary attack).ui
In order to achieve success in a dictionary attack, we need a large size of Password lists.this
Here is the list of 1,717,681 passwords & More (Free to download):flexbox
If you didn’t get your required password in that dictionary or file you might wanna follow our custom wordlist tutorial for creating your own wordlist.
WPA-PSK WORDLIST 3 Final (13 GB).rar 4GB
b0n3z-wordlist-sorted_REPACK-69.3GB.7z 9GB
b0n3z_dictionary-SPLIT-BY-LENGTH-34.6GB.7z 3GB
crackstation-human-only.txt.gz 246MB
Password list download below, best word list and most common passwords are super important when it comes to password cracking and recovery, as well as the whole selection of actual leaked password databases you can get from leaks and hacks like Ashley Madison, Sony and more.
There are various powerful tools to help you generate password lists or wordlists for brute forcing based on information gathered such as documents and web pages such as:
– Wyd – password profiling tool
– Crunch – Password Cracking Wordlist Generator
– CeWL v5.1 – Password Cracking Custom Word List Generator
– RSMangler – Keyword Based Wordlist Generator For Bruteforcing
– The Associative Word List Generator (AWLG) – Create Related Wordlists
These are useful resources that can add unique words that you might not have if your generic lists, using a combination of generated lists, most common passwords and leaked password databases you can generate a very powerful selection of passwords for brute force cracking.
Also, add all the company related words you can and if possible use industry-specific word lists (chemical names for a lab, medical terms for a hospital etc).
And always brute force in the native language. There are some language-specific resources below.
Although old, one of the most complete word list sets is here (easily downloadable by FTP too):
This includes a whole bunch of language specific resources too (Afrikaans, American, Aussie, Chinese, Croatian, Czech, Danish, French, German, Hindi, Japanese, Polish, Russian, Spanish and more).
This is another famous pass list txt which is over 2GB uncompressed, Argon v2:
Here we have 50,000 words, common login/passwords and African words (this used to be a great resource):
One of the most famous lists is still from Openwall (the home of John the Ripper) and now costs money for the full version:
Some good lists here organized by topic including surnames, family names, given names, jargon, hostnames, movie characters etc.
Packetstorm has some good topic-based lists including sciences, religion, music, movies and common lists.
There’s a good French word list here with and without accents, also has some other languages including names:
Spanish password list that has 172122 words:
Russian wordlist that has 296790 words:
Swedish password wordlist that contains 24292 words:
You can also check out some default password lists and if you aren’t sure what tools to use I suggest checking out:
Enjoy! And as always if you have any good resources or tools to add – do mention them in the comments.
此外,还能够使用crunch来生成密码。
crunch默认安装在kali环境中(05-Password Attacks),Crunch能够按照指定的规则生成密码字典,生成的字典字符序列能够输出到屏幕、文件或重定向到另外一个程序中,Crunch能够参数可能的组合和排列,其最新版本为3.6。并具有以下特征:
Crunch其实最厉害的是知道密码的一部分细节后,能够针对性的生成字典,这在渗透中就特别有用,好比知道用户密码的习惯是taobao2013(taobao+数字年),这能够经过Crunch生成taobao+全部的年份字典,用来进行暴力破解攻击其效果尤佳!
例如:比较有用的命令
(1)生成pass01-pass99全部数字组合
(2)生成六位小写字母密码,其中前四位为pass
(3)生成六位密码,其中前四位为pass,后二位为大写
(4)生成六位密码,其中前四位为pass,后二位为特殊字符
(5)制做8为数字字典
(6)制做6为数字字典
(7)制做139开头的手机密码字典
文件大小为1144 MB,还能够每次生成文件大小为20M,自动生成文件:
(8)在线使用生成的密码
不用把庞大的字典保存在硬盘上,生成一个密码用一个,不过消耗的时间多,比较占用cpu,参数最后面的-表示引用crunch生成的密码,例如无线密码在线破解:
原文地址:https://www.cnblogs.com/bonelee/p/9323488.html