存档

文章标签 ‘md5’

md5破解改版

2012年1月12日 admin     279 views 3 条评论

好久没写博客鸟,新年新气象,将md5破解的页面重新做了下.

新增了md5(md5($pass))、md5(md5($pass).$salt) (discuz)等加密方式的破解。

小站资源有限决定对占用资源的部分进行会员制度。

会员注册需要使用邀请码。

先发放20个.

-::激活码                                                        -::金额

2ad454b95d23576cdf33a9f4337922f4     50

再放20个

-::激活码                                                        -::金额

f4cf60f1f153cd710234cd65586296fb     100
4170f1b65b74a7918808393a8656b586     100
38f29aa54cede433a1fb63a8c6f40155     100
5fac5f3e22162d24c56d24f5d34d4574     100
1fafa5d98086085949f87a4fdaf4e162     100
c215d6af0192225d7e1708f0c9d1be93     100
a355c4f9af46d5b79f09719a90637de2     100
1b8baf24d244328ef829ae142a1b15ae     100
05c18d05fc2d4c2040e451d4b3db4d38     100
af6947164fe453dbdcd681fed91e4150     100
89a4f54e31c81ea8f6246aed150bd4f1     100
1a5f3d314552341461bfb906ff10b520     100
9c49fe1f93b6e9bc4aca5a95d5547f53     100
5a5983e93af81f7d6edadbec35e08d6a     100
309ff64f2f208e1384de0208b83a34de     100
5976218171de77b9a4f2198a0fbe4665     100
86395fc102c3d625001ff88bba85647b     100
a2e08390a33f10e0c6f95d7c4ff9eef7     100
cf4d7b1d13da30e2fdeff40755aaaad5     100
ed6bf6d3c103ea4022730be2a4abc09c     100

分类: 新闻八卦 标签:

Teaching John The Ripper how to Crack MD5 Hashes

2011年6月16日 admin     1,093 views 没有评论

From:http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106.html

/*

好强大,还有不能破解的常见密码格式吗~~~

[root@localhost]# ./john
John the Ripper password cracker, version 1.7.3.4-jumbo-1
Copyright (c) 1996-2008 by Solar Designer and others
Homepage: http://www.openwall.com/john/

Usage: john [OPTIONS] [PASSWORD-FILES]
–single                   “single crack” mode
–wordlist=FILE –stdin    wordlist mode, read words from FILE or stdin
–rules                    enable word mangling rules for wordlist mode
–incremental[=MODE]       “incremental” mode [using section MODE]
–markov[=LEVEL[:START:END[:MAXLEN]]] “Markov” mode (see documentation)
–external=MODE            external mode or word filter
–stdout[=LENGTH]          just output candidate passwords [cut at LENGTH]
–restore[=NAME]           restore an interrupted session [called NAME]
–session=NAME             give a new session the NAME
–status[=NAME]            print status of a session [called NAME]
–make-charset=FILE        make a charset, FILE will be overwritten
–show                     show cracked passwords
–test[=TIME]              run tests and benchmarks for TIME seconds each
–users=[-]LOGIN|UID[,..]  [do not] load this (these) user(s) only
–groups=[-]GID[,..]       load users [not] of this (these) group(s) only
–shells=[-]SHELL[,..]     load users with[out] this (these) shell(s) only
–salts=[-]COUNT           load salts with[out] at least COUNT passwords only
–format=NAME              force hash type NAME: DES/BSDI/MD5/BF/AFS/LM/NT/XSHA/PO/raw-MD5/IPB2/raw-sha1/md5a/hmac-md5/KRB5/bfegg/nsldap/ssha/openssha/oracle/MYSQL/mysql-sha1/mscash/lotus5/DOMINOSEC/NETLM/NETNTLM/NETLMv2/NETHALFLM/mssql/mssql05/epi/phps/mysql-fast/pix-md5/sapG/sapB/md5ns/HDAA
–save-memory=LEVEL        enable memory saving, at LEVEL 1..3

*/

Today I was playing around with the well known password cracking tool John the Ripper (JtR) and was looking forward to crack some MD5 hashes. Unfortunately, John still not supports raw-MD5 out of the box and so I was searching the web for a solution. It took me some minutes until I found out, that there are unoficial patches for John’s source code and so I simply patched it and tried to compile. For any reason, I run into problems (doesn’t matter now what problems : ) and even after about half an hour searching the web for a solution I didn’t find anything. Then a few minutes later I found a simple howto for how to patch and compile John so that you won’t have any problems. The site which solved my problem was gurx.net and I couldn’t find it faster because it’s not written in English nor German. Now of course I’ll show you how to do it the gurx.net-way but with support for even many more algorithms than just MD5.

mkdir john
cd john
wget http://www.openwall.com/john/f/john-1.7.2.tar.bz2
tar -xvf john-1.7.2.tar
cd john-1.7.2
wget ftp://ftp.openwall.com/pub/projects/john/contrib/john-1.7.2-all-9.diff.gz
gzip -d john-1.7.2-all-9.diff.gz
patch -p1 < john-1.7.2-all-9.diff.gz
cd src
make
make clean linux-x86-any

Now you can use John out of the “run” directory.

./john -format=raw-MD5 /home/disenchant/md5_hashes_to_crack.txt

raw-MD5 means that you’ve got an input file (/home/disenchant/md5_hashes_to_crack.txt) like the following:

Alice:5f4dcc3b5aa765d61d8327deb882cf99
Bob:1c0b76fce779f78f51be339c49445c49

PS: My machine’s a Xubuntu Edgy but this should work with any Linux box :)

16&&32 Bytes Md5 Hash Online Crack

2010年9月27日 admin     2,114 views 没有评论
16&&32 Bytes Md5 Hash Online Crack
by c4rp3nt3r#gmail.com


16&&32 Bytes Md5 Hash Online Crack

------------------------------------------ 为什么做这么个东西 因为看到什么乱七八糟的站都有个md5查询的功能,小站作为一个乱七八糟的站应该赶赶时髦。 其实这个玩意很多都是用了别的网站的接口,本来写了几个perl的代码自己用的。 做这个无非就是把用perl写的用php再写一次。 本来很快就写好了但是为了能够统计到一些信息又用到了数据库。 所以用了一个框架重新写了一遍,说到底也就三两个函数而已。有时间再重新写一遍。 后来又加入了破解16位md5 hash的功能,但是字典不是很大。 空间的处理能力有限,故16位hash的解密能力有限,但破解速度快了不少。 这个在线破解md5 hash的程序,有个特点: 界面非常简介,个人非常喜欢。 支持16位hash破解,而且添加了收集整理的字典,数据量客观。 用的人越多,查询的次数越多,破解的速度就越快,破解16位md5 hash的能力也越大。 欢迎大家测试。 当然如果哪位朋友有好的字典,大小在1G以内,欢迎发到我的email里。在此先行谢过! 阅读全文...
分类: 工具代码 标签: , ,