Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [asc] Posted
    Thread: Is my plan a good idea?
Post: RE: Is my plan a good idea?

65 MB/s is pretty slow, but not atypical of a laptop with a spinny disk. For this task RAM quantity is not quite as important as RAM speed, and perhaps even more important than that is NUMA-aware s...
epixoip General Talk 23 40,657 12-29-2014, 10:55 PM
    Thread: Is my plan a good idea?
Post: RE: Is my plan a good idea?

That's not quite what I meant, though that is one approach. I imagine this doesn't scale very well though, and that's likely why most "hash cracking websites" limit you to 10-15 hashes.
epixoip General Talk 23 40,657 01-02-2015, 01:26 AM
    Thread: Is my plan a good idea?
Post: RE: Is my plan a good idea?

They're bad because straight wordlist attacks aren't usually high yield, which has been my point through this whole thread.
epixoip General Talk 23 40,657 01-02-2015, 01:41 PM
    Thread: 3Des - ECB brute forcing
Post: RE: 3Des - ECB brute forcing

Adobe confirmed like a month ago that it was in fact 3DES...
epixoip Very old oclHashcat-plus Support 10 40,327 11-15-2013, 03:04 AM
    Thread: Exhausted?
Post: RE: Exhausted?

Toil Wrote: (12-24-2012, 03:56 AM) -- I know about the --increment flag. It doesn't work as expected. You can't custom set your ?1, ?2, ?3, ?4. It is always ?l?d?u. -- false. Quote: -- But, w...
epixoip General Help 6 40,300 12-24-2012, 09:47 AM
    Thread: oclHashcat v1.33
Post: RE: oclHashcat v1.33

Each thread has its own file descriptor, which mitigates starvation when performing wordlist attacks on multiple GPUs.
epixoip Old oclHashcat Announcements 17 40,095 02-16-2015, 10:32 PM
    Thread: oclHashcat v1.33
Post: RE: oclHashcat v1.33

No, you must use 14.9. Catalyst 14.12 is broken. oclHashcat isn't broken, Catalyst is.
epixoip Old oclHashcat Announcements 17 40,095 02-27-2015, 07:00 AM
    Thread: Obtain a Hash from a Excel 2007 file
Post: RE: Obtain a Hash from a Excel 2007 file

hashcat does not support this algorithm. and office2john.py is specific to john the ripper, hence the script's name.
epixoip General Talk 9 40,068 05-20-2013, 09:32 AM
    Thread: Obtain a Hash from a Excel 2007 file
Post: RE: Obtain a Hash from a Excel 2007 file

taratota Wrote: (05-20-2013, 09:37 AM) -- Maybe I'm wrong... ;) -- yes, you're wrong. it's not near as simple as you think it is.
epixoip General Talk 9 40,068 05-20-2013, 01:58 PM
    Thread: PHDays Hashrunner challenge 2015 - Writeup
Post: RE: PHDays Hashrunner challenge 2015 - Writeup

JTR does have scrypt support... https://github.com/magnumripper/JohnTheRipper/search?q=scrypt
epixoip Organisation and Events 14 39,742 05-21-2015, 06:05 AM
    Thread: PHDays Hashrunner challenge 2015 - Writeup
Post: RE: PHDays Hashrunner challenge 2015 - Writeup

If you look at the plugin you will see the format it expects: https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/src/scrypt_fmt.c#L54-78 You can also look at prepare() in the same...
epixoip Organisation and Events 14 39,742 05-21-2015, 10:45 PM
    Thread: .cap hash extraction
Post: RE: .cap hash extraction

you are specifying a salted hash mode without supplying the hash and salt in "hash:salt" format. it looks like you are just concatenating the salt with the hash.
epixoip Old hashcat Support 9 39,553 08-25-2014, 12:30 AM
    Thread: PHD hashrunner 2013
Post: RE: PHD hashrunner 2013

mastercracker Wrote: (05-28-2013, 06:29 PM) -- I am sure most of us would like to know what was the pattern(s) for the SHA256(unix). -- some guys have already figured it out. the hint in the pictur...
epixoip Organisation and Events 16 39,391 05-28-2013, 06:35 PM
    Thread: PHD hashrunner 2013
Post: RE: PHD hashrunner 2013

i don't know for sure, but i believe 5 & 7 were only going to be released if the 50% mark wasn't broken. from the "prices" page it looks like they had phpass, postgre, sha1, and broken sha1 hashes.
epixoip Organisation and Events 16 39,391 05-29-2013, 02:07 AM
    Thread: PHD hashrunner 2013
Post: RE: PHD hashrunner 2013

Like atom and I discussed on IRC: you know a contest is ill-designed when a solo participant who does not even have the time to devote to doing the contest can come in fourth place using a single syst...
epixoip Organisation and Events 16 39,391 05-27-2013, 05:20 PM
    Thread: Hashcat - Can't find OpenCL ICD loader library
Post: RE: Hashcat - Can't find OpenCL ICD loader library

You don't need to do all that subshell awk stuff. ''aptitude purge ~nnvidia''
epixoip hashcat 9 39,009 12-02-2016, 09:16 PM
    Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files

can you hexdump that character and find out what it is? it's showing up as two separate characters on the forum, as \xe2\x80\xa2\x66
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 38,804 01-30-2013, 01:12 AM
    Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files

yeah, that's it. what you sent me in pm was \x95\x66\x1a so it looks like you were just missing the fourth byte there. 0x0a is the newline character.
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 38,804 01-30-2013, 02:19 AM
    Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files

i wonder if it's actually supposed to be \u9566\u1A0D edit: yes, i do believe that's what it is, two chinese or thai or some asiany characters encoded as utf16le. printf '\x95\x66\x1A\x0D' | iconv ...
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 38,804 01-30-2013, 02:20 AM
    Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files

naw, just trying to get all the information necessary to reproduce.
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 38,804 01-30-2013, 02:28 AM