03-03-2016, 05:45 PM
I can't understand how configure olchashcat for this hash type
md5( sha1( $password ) . md5( $password ) . sha1( $password ) )
md5( sha1( $password ) . md5( $password ) . sha1( $password ) )
How to brute md5( sha1( $password ) . md5( $password ) . sha1( $password ) ) ?
|
03-03-2016, 05:45 PM
I can't understand how configure olchashcat for this hash type
md5( sha1( $password ) . md5( $password ) . sha1( $password ) )
03-16-2016, 10:35 PM
Please help me!
03-16-2016, 10:37 PM
No.
03-17-2016, 12:16 PM
03-17-2016, 07:09 PM
(03-03-2016, 05:45 PM)Max.us Wrote: I can't understand how configure olchashcat for this hash type Max.us - you need to read the Wiki to understand how the tool works. Simply pasting command line examples here will raise even more questions from you than it will solve. So, The Wiki is here :http://hashcat.net/wiki/ please read it and practise. I suggest you start at the beginning, understand what options hashcat needs, the format is expects data in and then go to the relevant brute force methods.
03-17-2016, 09:05 PM
(03-17-2016, 07:09 PM)rurapenthe Wrote: Simply pasting command line examples here will raise even more questions from you than it will solve. I successfully deal with algorithms, which are in the list * Hash types :. For example 100 = SHA1 or 0 = MD5. I use a dictionary, brute force, and masks. So I'm not really a beginner, something that I can do. But there is a hash algorithm which does not directly support hashcat. For example this one. md5(sha1($password).md5($password).sha1($password)) Code: 379ffc4ddd1498db21fcdd8a7b0a8e3a:agape I could not figure out how make olcHashcat work with this algorithm. Now I use another program that can work with md5(sha1($password).md5($password).sha1($password)). But it uses only CPU, not GPU - very slow Maybe you will specify the paragraph in the wiki, which I should read carefully? Thanks for your help, my friend!
03-23-2016, 12:43 PM
You'd need to request support for this specific algorithm. Please see hashcat wiki how to do that.
|
« Next Oldest | Next Newest »
|