简体   繁体   English

哈希猫 | md5(md5($salt).md5($pass))

[英]Hashcat | md5(md5($salt).md5($pass))

I have a problem with hashcat, I was looking for Hash-Mode for a hash type我对 hashcat 有疑问,我正在寻找 hash 类型的 Hash-Mode

MD5(MD5($Salt).MD5($Password)) 

and I didn't find that Hash-Mode, I found only Hash-Mode 3910我没有找到那个Hash-Mode,我只找到了Hash-Mode 3910

md5(md5($pass).md5($salt)) 

but this is not what I need, there is a hash-mode that is suitable for cracking this type of hash what I mentioned?但这不是我需要的,有一个适合破解这种类型的哈希模式 hash 我提到了什么?

You could try filing a Github issue to get the format supported.您可以尝试提交 Github 问题以获得支持的格式。

Or you could try adding the format on your own?或者您可以尝试自己添加格式? As suggested by another forum post which links to this git commit as an example.正如另一个论坛帖子所建议的,该帖子链接到此 git 提交作为示例。 But this may be more effort that you planned to put into cracking your hash.但这可能是您计划在破解 hash 时付出的更多努力。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM