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 Posted [desc]
    Thread: hashcat on parallella?
Post: RE: hashcat on parallella?

This sounds bad, will there be a successor?
atom General Talk 5 6,590 09-01-2016, 07:04 AM
    Thread: Attack Suggestion for Complex Passwords
Post: RE: Attack Suggestion for Complex Passwords

You just answered yourself. The way to go is to use combinator.bin from hashcat-utils, pipe it to hashcat and apply the rules on there as amplifier, like this: $ ./combinator.bin wordlist1 wordlist...
atom hashcat 4 6,120 09-01-2016, 07:05 AM
    Thread: blowfish brute
Post: RE: blowfish brute

That's not a original bcrypt hash, looks like some custom version.
atom hashcat 17 24,510 09-01-2016, 07:07 AM
    Thread: temperature limit reached, aborting
Post: RE: temperature limit reached, aborting

In (ocl)hashcat version 2.xx it's not ok, it just hadn't the code to query the status from the system but it would occur the same way. Just fix your cooling issues.
atom hashcat 1 2,823 09-01-2016, 07:08 AM
    Thread: Is AMD FX-9590 worth it to get or just get a FX-8350?
Post: RE: Is AMD FX-9590 worth it to get or just get a F...

IMO, don't buy AMD CPU, buy Intel.
atom Hardware 5 7,032 09-01-2016, 07:09 AM
    Thread: Is AMD FX-9590 worth it to get or just get a FX-8350?
Post: RE: Is AMD FX-9590 worth it to get or just get a F...

That's your decision. I just know that cheap = expensive, especially when it comes to password cracking.
atom Hardware 5 7,032 09-01-2016, 04:26 PM
    Thread: WPA2 - not working vs aircrack-ng?
Post: RE: WPA2 - not working vs aircrack-ng?

Sometimes it's requred to use wpaclean (part of aircrack-ng) before using cap2hccap.
atom hashcat 11 13,825 09-01-2016, 04:28 PM
    Thread: WPA2 - not working vs aircrack-ng?
Post: RE: WPA2 - not working vs aircrack-ng?

IOW, it never worked on GPU. Did you try hashcat 3.1 in CPU mode?
atom hashcat 11 13,825 09-01-2016, 07:03 PM
    Thread: blowfish brute
Post: RE: blowfish brute

Your hash loads fine here...
atom hashcat 17 24,510 09-01-2016, 07:06 PM
    Thread: WPA2 - not working vs aircrack-ng?
Post: RE: WPA2 - not working vs aircrack-ng?

You just need to install the OpenCL runtime for your CPU model
atom hashcat 11 13,825 09-02-2016, 03:03 PM
    Thread: base64(sha256(unicode($pass)))
Post: RE: base64(sha256(unicode($pass)))

You can simply base64 decode and use -m 1430 afterwards, let the salt empty
atom hashcat 1 3,552 09-02-2016, 03:04 PM
    Thread: blowfish brute
Post: RE: blowfish brute

./hashcat -m 3200 hash
atom hashcat 17 24,510 09-02-2016, 03:05 PM
    Thread: Cracking Scrypt Hashes: Line-length exception errors
Post: RE: Cracking Scrypt Hashes: Line-length exception ...

In theory you just need to know the first, maybe 8 byte, to check if the password was correct. The salt length is limited, however, but can be of dynamic length if it's not too long.
atom hashcat 7 9,306 09-03-2016, 11:22 AM
    Thread: How to use antminer for hashcat ?
Post: RE: How to use antminer for hashcat ?

You can't
atom hashcat 1 3,136 09-03-2016, 11:22 AM
    Thread: Hash rate slowing when unattended
Post: RE: Hash rate slowing when unattended

Set your fans to 100% and try to hold the temp below 75c, that's all that matters
atom hashcat 1 2,555 09-03-2016, 11:23 AM
    Thread: NvAPI_GPU_GetThermalSettings() -1 NVAPI_ERROR
Post: RE: NvAPI_GPU_GetThermalSettings() -1 NVAPI_ERROR

I don't know of any.
atom hashcat 9 14,908 09-03-2016, 11:24 AM
    Thread: Error running Hashcat
Post: RE: Error running Hashcat

Try with -d 1
atom hashcat 2 4,585 09-03-2016, 11:26 AM
    Thread: How to make use of the DES KPA mode
Post: How to make use of the DES KPA mode

Just wanted to make a quick writeup how to use the new DES KPA cracking mode. An interessting example, I thought, would be how to retrieve the NTLM out of a captured NetNTLMv1 session. It doesn't m...
atom User Contributions 1 19,607 09-03-2016, 11:39 AM
    Thread: WPA2 - not working vs aircrack-ng?
Post: RE: WPA2 - not working vs aircrack-ng?

Try to crack the hashcats own handshake from here: https://hashcat.net/misc/example_hashes/hashcat.hccap Password is "hashcat!" -- Note the ! at end
atom hashcat 11 13,825 09-05-2016, 09:29 AM
    Thread: Questions -> FAQ -> extract the hashes from TrueCrypt volumes
Post: RE: Questions -> FAQ -> extract the hashes from Tr...

The use of the last 512 byte goes back to the mbr placement on the first in case of a booting partition. Not sure how it is with a non booting partition. It could be the first 512 byte because there's...
atom General Talk 4 9,143 09-05-2016, 09:32 AM