Using hashCat with a RAR file?

試著忘記壹切 提交于 2020-01-17 02:19:48

问题


I'm pretty stumped, is it actually possible to use hashcat for a RAR file? The forum says "yes" and points to a sample...

They appear to be calling:

./oclHashcat64.bin -m 12500 hash -w 3 -a 3 ha?l?l?l?l?l

So far, so good.. So I go grab jtr and run rar2john, which gives me;

test.rar:$RAR3$*1*1234561234561234*e1111111*22222222*33333333*0*/home/test.rar*77*33:1::testClip.wmv 

I've tried every permutation of this in place of the 'hash' in the command, but I always get Line-length exception

Has anyone gotten this to work successfuly? I noticed that the RAR type is 1 -- which is -p, instead of 0 (-ph).. Is that my problem?


回答1:


So the docs are buried in the release notes, but for anyone that stumbles on this.. -p is not yet supported, only -ph.



来源:https://stackoverflow.com/questions/33113342/using-hashcat-with-a-rar-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!