johnny icon indicating copy to clipboard operation
johnny copied to clipboard

Default hash format used in attack - JtR Jumbo version

Open shinnok opened this issue 8 years ago • 6 comments

Via --show=types option. Can use the existing HashTypeChecker handler for this.

shinnok avatar Jul 24 '15 14:07 shinnok

Information from Aleksey: I think --show=types could do the job: the first format in the first line with 1+ formats listed is the default one. But it is in jumbo only.

mathsoft-dev avatar Jul 28 '15 17:07 mathsoft-dev

On a big file with 120k hashes, it takes 3 minutes 20 seconds to get the result from --show=types on my vm with only 2 cores . However, to get the default format from magnum idea #61 was instantaneous (I didn't time it but it was less than a second). Should we stick with #61 to show the default format faster to the user ?

mathsoft-dev avatar Jul 30 '15 19:07 mathsoft-dev

I understand. In this case it's best to relay this information back on the list and then close this ticket.

shinnok avatar Jul 31 '15 12:07 shinnok

@math07 can you please write this piece of info back to the original thread on john-dev, Aleksey might think of this as useful. You can then close this ticket.

shinnok avatar Aug 13 '15 07:08 shinnok

I sent it to the list, I'll wait for answer.

mathsoft-dev avatar Aug 13 '15 13:08 mathsoft-dev

This still have the advantage that once you get the format list, you can deduce yourself the default format when user uncheck/check a row without reusing CPU. However, the result takes a lot longer to arrive on big hash file. Maybe if one day someone work on caching in QSettings the format for each row and use that if the last modified date of the file didn't change, otherwise recall --show=types, this could be cool for at least two reasons for big files.

mathsoft-dev avatar Aug 13 '15 14:08 mathsoft-dev