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 [desc] Author Forum Replies Views Posted
    Thread: oclHashcat v1.20
Post: RE: oclHashcat v1.20

Anyone get 1.20 to work on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)? Looks like the libc version on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) is too old. oclHashcat is...
richk Old oclHashcat Announcements 44 160,917 04-28-2014, 09:30 PM
    Thread: oclHashcat v1.20
Post: RE: oclHashcat v1.20

Well in case anyone is interested here's a link to instructions for upgrading libc on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). Note that you're installing from the debian sid (unstab...
richk Old oclHashcat Announcements 44 160,917 04-28-2014, 10:01 PM
    Thread: oclHashcat v1.20
Post: RE: oclHashcat v1.20

3kings Wrote: (04-29-2014, 10:59 PM) -- richk Wrote: (04-28-2014, 10:01 PM) -- Well in case anyone is interested here's a link to instructions for upgrading libc on The-Distribution-Which-Does-Not-H...
richk Old oclHashcat Announcements 44 160,917 04-30-2014, 04:40 PM
    Thread: oclHashcat v1.20
Post: RE: oclHashcat v1.20

Jef57 Wrote: (04-30-2014, 09:36 PM) -- Hi. I'm using oclHashcat v1.20 and a R9 280x with Win 8.1, but when I try any command I see: Error: cannot use outdated oclHashcat.restore. Please remove i...
richk Old oclHashcat Announcements 44 160,917 04-30-2014, 10:00 PM
    Thread: parsing restore file
Post: RE: parsing restore file

atom Wrote: (04-15-2014, 06:13 PM) -- note that the restore structure changes massively with v1.20. also see this: https://hashcat.net/forum/thread-3047.html -- Understood. I can adjust accor...
richk Old oclHashcat Support 6 10,395 04-15-2014, 06:47 PM
    Thread: parsing restore file
Post: RE: parsing restore file

My other question is that it seems like there is much less information in the projected 1.20 (1.02?) version of the restore file. Is there going to be a way to get status updates on information like t...
richk Old oclHashcat Support 6 10,395 04-15-2014, 11:09 PM
    Thread: parsing restore file
Post: RE: parsing restore file

Oh very cool..I guess I'll to make due until the new release then. Thanks!
richk Old oclHashcat Support 6 10,395 04-16-2014, 03:12 PM
    Thread: parsing restore file
Post: RE: parsing restore file

Just so you're aware I'm planning on writing a full python wrapper for oclHashcat once it's easier to get stats in the next version. I have a wrapper now, but it's not good enough for general release ...
richk Old oclHashcat Support 6 10,395 04-16-2014, 04:13 PM
    Thread: pyHashcat
Post: RE: pyHashcat

atom Wrote: (06-17-2014, 10:23 AM) -- Awesome! Many thanks! I've tweeted about here: https://twitter.com/hashcat/status/478814218209480704 This should help developers to rapidly integrate oclHash...
richk User Contributions 9 22,506 06-17-2014, 01:02 PM
    Thread: pyHashcat
Post: RE: pyHashcat

Bug Fix: Fixed an error with parsing the restore file. I fat fingered a variable name. To parse the restore file you can either call the get_restore_stats() function without arguments or specific a f...
richk User Contributions 9 22,506 06-17-2014, 03:01 PM
    Thread: pyHashcat
Post: RE: pyHashcat

NBZ Wrote: (06-17-2014, 04:09 PM) -- I twitted it as well :) cool stuff -- Great! Thanks! If you getting around to trying it out let know if you find bugs. Parsing the restore file is tricky and it...
richk User Contributions 9 22,506 06-17-2014, 05:13 PM
    Thread: pyHashcat
Post: RE: pyHashcat

hypn0s Wrote: (06-17-2014, 05:16 PM) -- Really great work! Thank's for this wrapper :D -- Thanks! Atom, I'll take a look at parsing out the log file too. The more information available to the u...
richk User Contributions 9 22,506 06-17-2014, 06:59 PM
    Thread: pyHashcat
Post: RE: pyHashcat

I just pushed a major update to pyHashcat. It now has support for Hashcat and not just oclHashcat through the HashcatWrapper class. It is very similar to the oclHashcatWrapper. One major differenc...
richk User Contributions 9 22,506 09-09-2014, 09:33 PM
    Thread: Restore File Parsing
Post: RE: Restore File Parsing

richk Wrote: (04-11-2014, 06:01 PM) -- I having trouble parsing the restore file. Which struct is correct in the wiki pages? This one: typedef struct { uint32_t version_bin; char cwd[...
richk Old oclHashcat Support 3 6,759 04-11-2014, 06:14 PM
    Thread: Restore File Parsing
Post: RE: Restore File Parsing

hypn0s Wrote: (04-11-2014, 06:21 PM) -- The 1.20 version is still in beta. -- Got it. Thanks! I'm new here so I took the wiki information to mean that it was already out there somewhere.
richk Old oclHashcat Support 3 6,759 04-11-2014, 06:25 PM
    Thread: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.

Krytos Wrote: (10-17-2016, 04:10 PM) -- richk Wrote: (10-17-2016, 03:31 PM) -- It's more work to write a one line bash script? Wow. -- You really need to work on your reading comprehension. -- ...
richk hashcat 10 11,484 10-17-2016, 04:20 PM
    Thread: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.

Why can't you just grep for the plaintext in the dictionaries?
richk hashcat 10 11,484 10-17-2016, 01:27 PM
    Thread: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.

It's more work to write a one line bash script? Wow.
richk hashcat 10 11,484 10-17-2016, 03:31 PM
    Thread: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.

royce Wrote: (10-17-2016, 03:37 PM) -- Looking through the dictionaries won't tell you which rule was used. For future work, or if you want to run your job again, check out --debug-mode. Mode 4 ma...
richk hashcat 10 11,484 10-17-2016, 03:46 PM
    Thread: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.

Krytos Wrote: (10-17-2016, 04:26 PM) -- richk Wrote: (10-17-2016, 04:20 PM) -- Krytos Wrote: (10-17-2016, 04:10 PM) -- richk Wrote: (10-17-2016, 03:31 PM) -- It's more work to write a one line bas...
richk hashcat 10 11,484 10-17-2016, 04:29 PM