zoukankan      html  css  js  c++  java
  • 常用密码词典

    几个在线破解的网站:


    http://www.md5decrypter.co.uk/  很多CMD5收费的这里都可以查到
    http://ops.conus.info:669/   Oracle在线破解
    http://www.objectif-securite.ch/ophcrack.php  LM在线查询
    http://www.md5decrypter.co.uk/hash-a-password.aspx 密码hash计算

    自己整理的国内字典
    CSDN 天涯 17173等等明文字典集合:        http://pan.baidu.com/share/link?shareid=193969&uk=1965926143
    QQ盗号箱子密码集合:        http://pan.baidu.com/share/link?shareid=193972&uk=1965926143
    国外字典
    老外破解的hash明文字典:http://thireus.frenchdev.com/Sha ... ordList_CLEANED.zip
    附带一篇老外破解密码的文章,值得一看:http://blog.thireus.com/cracking ... d5-hashed-passwords
    MD5Decrypter 明文字典: http://home.btconnect.com/md5decrypter/passwords.zip
    Linked-in泄露hash破解的明文字典: http://home.btconnect.com/md5decrypter/linkedin_found.zip
    国外字典集合(我的国外的字典基本来自这里):http://www.skullsecurity.org/wiki/index.php/Passwords
    18-in-1 (4.5GB/37GB) 需要翻墙,文章中同样提到了很多其他的字典下载地址:
    http://g0tmi1k.blogspot.com/2011/06/dictionaries-wordlists.html

    另外分享下自己整理字典的小技巧:
    我是用linux的命令sort和uniq来进行排序和去重的,这两个命令有windows版。windows自带有个sort,但是耗内存很多,当文件有好几百M时就不能用了。进行sort之前,最好先执行set LC_ALL=C,不然碰到特殊字符会出错,linux执行export LC_ALL='C'

  • 相关阅读:
    bzoj3930 [CQOI2015]选数
    bzoj4916 神犇和蒟蒻
    bzoj3439 Kpm的MC密码
    bzoj2535 [Noi2010]航空管制
    bzoj2600 [Ioi2011]ricehub
    控制和机器学习书籍推荐
    圆周率100位可以这样速记
    从哥德巴赫说开去(3)
    第一届熊赛试题解答
    Mathematical Reflections
  • 原文地址:https://www.cnblogs.com/shengulong/p/6337270.html
Copyright © 2011-2022 走看看