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: Why doesn't the restore point update with BCrypt hashes?
Post: RE: Why doesn't the restore point update with BCry...

As I said already not if you use a single hash. Since bcrypt is salted, there's not benefit (from a time perspective) then to run them all in a single mode in a sequence.
atom hashcat 6 6,891 02-15-2017, 09:07 PM
    Thread: New hccapx format explained
Post: RE: New hccapx format explained

Yeah, I understood that. It's very likely wpaclean will break you cap (as aircrack-ng -J does) so there's no easy way to filter it. That's why I said that cap2hccapx supports filtering. He just need t...
atom User Contributions 49 179,647 02-15-2017, 09:25 PM
    Thread: GTX 1080: errors
Post: RE: GTX 1080: errors

The "Device #1: Graphics Device" is kind of strange. Maybe your GPU does not support this driver. Try again with latest driver version from nvidia site (378.x series).
atom hashcat 12 13,777 02-16-2017, 01:18 PM
    Thread: md5(md5($salt).md5($pass).$salt)
Post: RE: md5(md5($salt).md5($pass).$salt)

Not supported
atom hashcat 1 3,368 02-16-2017, 01:19 PM
    Thread: Algorithm based bruteforce
Post: RE: Algorithm based bruteforce

Not supported
atom hashcat 1 2,683 02-16-2017, 01:19 PM
    Thread: match column
Post: RE: match column

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
atom hashcat 2 3,138 02-16-2017, 07:26 PM
    Thread: Hashcat 3.10 Slower?
Post: RE: Hashcat 3.10 Slower?

OK, the 15.201.1151.1008 is an older driver version. Unfortionally we can't stick to an older driver version because we need to support new GPU and they need drivers.. :)
atom hashcat 7 6,943 02-16-2017, 07:29 PM
    Thread: Mask attack issues
Post: RE: Mask attack issues

Should have cracked 8 length passwords. I tried locally and it worked fine
atom hashcat 3 3,836 02-16-2017, 07:29 PM
    Thread: GTX 1080: errors
Post: RE: GTX 1080: errors

Drop the Mesa driver, it's known to break. But it also seems your OpenCL ICD is somehow bugged. I'd recommend to not use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), the OpenCL integrati...
atom hashcat 12 13,777 02-16-2017, 07:30 PM
    Thread: Mask attack issues
Post: RE: Mask attack issues

If we both can't reproduce the issue, the chances that there's no issue is higher than it is user error
atom hashcat 3 3,836 02-16-2017, 09:28 PM
    Thread: New hccapx format explained
Post: RE: New hccapx format explained

That's a feature, I explained it in the initial post. We also want to be able to crack the password the user set, not just the password on the AP (for man-in-the-middle attacks). Please re-read the po...
atom User Contributions 49 179,647 02-16-2017, 09:29 PM
    Thread: DES-ECB: mask on plain text?
Post: RE: DES-ECB: mask on plain text?

Yes, but we'd need to switch from encrypt to decrypt and then match out the bits you don't care about. So that's possible but requires a kernel rewrite
atom hashcat 4 5,878 02-16-2017, 09:32 PM
    Thread: DES-ECB: mask on plain text?
Post: RE: DES-ECB: mask on plain text?

Quote: -- I need to find all keys that return AA ?? ?? ?? ?? ?? ?? for a known plain text input. -- That will be each 1/256th candidate? You will recieve millions. That's a very bad idea!
atom hashcat 4 5,878 02-20-2017, 02:02 PM
    Thread: GTX 1080: errors
Post: RE: GTX 1080: errors

You need to update your opencl.dll. Please read https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do and follow it 100%, especially th...
atom hashcat 12 13,777 02-20-2017, 02:04 PM
    Thread: des raw algorithm
Post: RE: des raw algorithm

DES cracking is pretty fast with a decent GPU. Quote: -- root@et:~/hashcat# ./hashcat -m 14000 hash --hex-charset -1 charsets/DES_full.charset -a 3 ?1?1?1?1?1?1?1?1 hashcat (v3.30-318-gdd55c1e+) s...
atom General Talk 3 4,001 02-20-2017, 02:10 PM
    Thread: AMD FX6100 CPU
Post: RE: AMD FX6100 CPU

You need to install AMD Driver for GPU (I know it's crazy) - the CPU OpenCL runtime is part of it. You can uninstall the other packages you've installed, you don't need them.
atom Hardware 1 3,434 02-21-2017, 10:35 AM
    Thread: Hex ch and small problem
Post: RE: Hex ch and small problem

There's actually two ways: Use multiple masks with N constants in it to divide the total keyspace or a large rewrite of hashcat. But both can't help you. Such an integer overflow just shows that your ...
atom hashcat 14 12,596 02-21-2017, 10:39 AM
    Thread: Hashcat64.exe not valid win32 app
Post: RE: Hashcat64.exe not valid win32 app

typical problem when people do something like by accident: hashcat64 thishash.txt -m0 -w 3 -a3 -o "hashcat64.exe" ?a?a?a?a
atom hashcat 3 5,797 02-21-2017, 10:42 AM
    Thread: des raw algorithm
Post: RE: des raw algorithm

Sure the ETA goes up but not because of the code (so bloom filter is integrated already) it is because the number of salts increase. Your attack, whatever you're doing, is somehow not cleanly designed...
atom General Talk 3 4,001 02-21-2017, 10:51 AM
    Thread: Hashcat 3.30 problems
Post: RE: Hashcat 3.30 problems

It's none of the above cases. The problem is that the user has an rejected input: Quote: -- Rejected.........: 1/1 (100.00%) -- Which means that the wordlist contains a word < length 8. So e...
atom hashcat 10 11,325 02-23-2017, 01:35 AM