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 [desc] Replies Views Posted
    Thread: How to crack AEM/CQ sha256 hash?
Post: RE: How to crack AEM/CQ sha256 hash?

Looks like this is the same as: https://github.com/magnumripper/JohnTheRipper/pull/3240 ... so John the Ripper (jumbo edition) may have it soon?
royce hashcat 5 5,005 05-02-2018, 06:16 PM
    Thread: Need Help On Weird Problem
Post: RE: Need Help On Weird Problem

Yeah, it's a normal and understandable intuition. But by design, only trying to hash the entire string will generate a hash that is then compared to the target hash. Once you understand how hashing wo...
royce hashcat 3 2,661 05-06-2018, 09:55 PM
    Thread: HashCat takes a very long time to report progress
Post: RE: HashCat takes a very long time to report progr...

I wouldn't say by design - but I have no idea if this longer delay is "fixable" or a natural consequence of the approach. My understanding is that there's some development discussion going on about it...
royce hashcat 5 8,314 05-06-2018, 09:56 PM
    Thread: Cooling
Post: RE: Cooling

It sounds like you need to improve airflow in the case, or move the system to a cooler room (or both). Running cards hot is a gamble, and I'd concentrate on getting the cooling resolved rather than gu...
royce hashcat 10 7,557 05-09-2018, 04:36 PM
    Thread: pass:hash output for every candidate
Post: RE: pass:hash output for every candidate

Hmm. If hashcat creates different hashes for the same candidates (assuming the same salt), that would be a pretty serious bug. Generally speaking, you might be able to figure something out using ha...
royce hashcat 5 3,431 05-10-2018, 03:34 PM
    Thread: Solution to use very large wordlist
Post: RE: Solution to use very large wordlist

Discussion of speed needs to know what type of hash is the target. Either: A) your attack is malformed (can you post your syntax, omitting any real hashes?), or b) it's a pretty fast hash and y...
royce hashcat 4 3,817 05-12-2018, 03:53 PM
    Thread: [ANSWERED] New user, custom brute force help
Post: RE: New user, custom brute force help

cryptozin, please don't hijack threads. If you have a different question, please start a new thread.
royce hashcat 16 9,777 05-12-2018, 03:56 PM
    Thread: [ANSWERED] New user, custom brute force help
Post: RE: New user, custom brute force help

Not much to go on to help you here. Please also note that you're not 'decrypting' - there is no 'reversing' or 'decrypting' of true hashes. Hashes are not encryption. When you're trying to crack a...
royce hashcat 16 9,777 05-13-2018, 04:00 AM
    Thread: [ANSWERED] New user, custom brute force help
Post: RE: [ANSWERED] New user, custom brute force help

Yep, that happens automatically - state is saved periodically to a restore file, and you use --restore to restore.
royce hashcat 16 9,777 05-14-2018, 12:59 AM
    Thread: Mode 7 (Hybrid Mask + Wordlist) only using 1 GPU?
Post: RE: Mode 7 (Hybrid Mask + Wordlist) only using 1 G...

There is an asymmetry in left-hand-side vs right-hand-side work capabilities. See https://hashcat.net/forum/thread-1276-post-6965.html#pid6965
royce hashcat 1 2,062 05-14-2018, 04:44 PM
    Thread: hashcat v4.1.0
Post: RE: hashcat v4.1.0

So I guess the answer to your question is "no"? :P :) Sounds reproducible, so good catch. The steps necessary to reproduce, in a GitHub issue, would make this actionable.
royce hashcat 13 32,462 05-17-2018, 05:43 AM
    Thread: [split] hashcat v4.1.0
Post: RE: hashcat v4.1.0

Rangletrap, please read the forum rules: https://hashcat.net/forum/archive/index.php?announcement-2.html * Do not post hashes * Do not ask people to crack your hashes * Do not hijack threads (...
royce hashcat 1 1,577 05-17-2018, 06:07 PM
    Thread: GPU H/s to router Mbps
Post: RE: GPU H/s to router Mbps

There is no relationship between WPA2 hash speed and wireless bandwidth speeds.
royce hashcat 6 3,866 05-17-2018, 09:58 PM
    Thread: GPU H/s to router Mbps
Post: RE: GPU H/s to router Mbps

Nope. Totally unrelated ... unless you're using the router itself to crack hashes ;)
royce hashcat 6 3,866 05-18-2018, 04:44 AM
    Thread: Hash types with multiple iterations/rounds
Post: RE: Hash types with multiple iterations/rounds

Good question! Arbitrary iteration is currently out of scope for hashcat. atom has previously added specific cases when it's a commonly needed hash, but that's it. Outside of the hashcat world, ...
royce hashcat 1 4,188 05-20-2018, 06:00 PM
    Thread: Hashcat router admin
Post: RE: Hashcat router admin

You're describing an online attack. Hashcat only works for offline attacks (with the hash in hand).
royce hashcat 4 3,096 05-20-2018, 11:59 PM
    Thread: Cracking Turkish/Foreign Hashes
Post: RE: Cracking Turkish/Foreign Hashes

What MD5 is your Python producing? I get: Code: -- $ echo -n 'ĞĞ' | md5sum 411019a0840fad007398bcab6cc9188c  - -- ... which hashcat cracks, using your syntax: Code: -- $ hashcat --...
royce hashcat 2 2,375 05-21-2018, 12:41 AM
    Thread: MS Office NON-ASCII characters
Post: RE: MS Office NON-ASCII characters

Hmm, no strong ideas here yet from me. Cross-check idea: what method are you using to extract the MS Office hashes? Have you verified your method by setting a simple ASCII password, extracting it, ...
royce hashcat 2 2,072 05-21-2018, 05:33 PM
    Thread: show.log
Post: RE: show.log

Unless your command line is customizing the name of the session with --session=show, I don't think hashcat is directly generating this file.
royce hashcat 6 3,651 05-24-2018, 08:43 AM
    Thread: [New User] Unlocking excel file-failed to parse hashes
Post: RE: [New User] Unlocking excel file-failed to pars...

Sounds like the hash isn't in the expected format. If you try the exact same attack on the example 9700 hash here: https://hashcat.net/wiki/doku.php?id=example_hashes ... does your attack work? ...
royce hashcat 2 2,503 05-24-2018, 03:06 PM