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 [asc] Author Forum Replies Views Posted
    Thread: WARNING: Hashfile ..... Weak Hash ???
Post: WARNING: Hashfile ..... Weak Hash ???

Might be a dumb question, but other than the obvious what does this error message mean: WARNING: Hashfile 'file path' in line 1 (a hash): Weak Hash There is a single hash in the file. Is that a prob...
richk Old oclHashcat Support 2 5,666 05-27-2014, 10:33 PM
    Thread: test case only cracking single hash
Post: test case only cracking single hash

Newbie question that I'm hoping is just me making a simple mistake. I just wanted to test out oclHashcat, but on my test cases it's only cracking a single hash and ignoring all the rest; even when I k...
richk Old oclHashcat Support 2 6,479 04-03-2014, 08:09 PM
    Thread: Restore File Parsing
Post: Restore File Parsing

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[256]; uint32_t argc; char **...
richk Old oclHashcat Support 3 6,759 04-11-2014, 06:01 PM
    Thread: We NEED your help!
Post: RE: We NEED your help!

2die4 Wrote: (06-22-2014, 03:09 PM) -- Using the actual name of the hash algorithm sounds pretty good to me too. -- I agree using the actual names would be nice. If you wanted, you could continue u...
richk General Help 10 20,016 06-23-2014, 07:08 PM
    Thread: WARNING: Hashfile ..... Weak Hash ???
Post: RE: WARNING: Hashfile ..... Weak Hash ???

epixoip Wrote: (05-27-2014, 11:00 PM) -- 'weak hash' means that hash has no input. in other words, it is the hash of nothing/null. in other other words, that account has no password. -- Good to kno...
richk Old oclHashcat Support 2 5,666 05-27-2014, 11:05 PM
    Thread: test case only cracking single hash
Post: RE: test case only cracking single hash

philsmd Wrote: (04-03-2014, 08:35 PM) -- You probably need to get rid of the newline character... it should be easy to see it just add print plain_text, after the "for plain_text in f:" and you wil...
richk Old oclHashcat Support 2 6,479 04-03-2014, 08:48 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
    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: 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: 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