mdcrack 暴力破解
mdcrack-sse的使用方法:
它的参数较多,这里给出一个例子,比如我们要破gl8F85E32F11B1E4CFCBE353B5B646BF0F,那么它的命令就是:
mdcrack-sse.exe –priority=NORMAL –prepend=gl –minsize=8 –maxsize=15 –charset=”1234567890″ –algorithm=MD5 8F85E32F11B1E4CFCBE353B5B646BF0F
解释一下:–priority=NORMAL表示进程优先级为中等(默认为高),–prepend=gl表示前缀为 gl,–minsize=8 –maxsize=15 明文的长度范围,–charset=”1234567890″ 表示明文字符的组成为全数字,–algorithm=MD5表示密文为MD5的hash值。更详细的参数说明可执行:mdcrack-sse.exe –help。
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.










