Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How does hashcat calculate Time.Estimated?
Post: RE: How does hashcat calculate Time.Estimated?

Nevermind, worked it out, error in the inner loop code.
Zzzz hashcat 1 6,945 12-10-2021, 09:05 AM
    Thread: How does hashcat calculate Time.Estimated?
Post: How does hashcat calculate Time.Estimated?

Hi I've modified the hash type 14000 to do output feedback where the output of one round of DES is fed into the input of the next round. The code works and cracks my test hashes, however I think runn...
Zzzz hashcat 1 6,945 12-09-2021, 01:46 PM
    Thread: DES KPA printf output not as expected
Post: RE: DES KPA printf output not as expected

atom Wrote: (08-02-2021, 01:39 PM) -- Not in bitslice kernels. The 24 bits you are missing are in words_buf_s[pc_pos].b[] but they are transposed. See m14000_tm() to understand how they were tran...
Zzzz hashcat 2 6,596 08-10-2021, 12:58 PM
    Thread: DES KPA printf output not as expected
Post: DES KPA printf output not as expected

Hi I'm working through the hash 14000 kernel and trying to understand how it's working. I'm using the following command with a single, fixed password just for testing. Code: -- del kernels\*.* /Q...
Zzzz hashcat 2 6,596 08-02-2021, 01:21 PM
    Thread: Example hash 14000 not returning correct password
Post: RE: Example hash 14000 not returning correct passw...

Chick3nman Wrote: (04-05-2021, 04:48 AM) -- Firstly, please update Hashcat to at least 6.1.1 Release and retest if your behavior is not expected. Second, DES KPA is one of many modes that i belie...
Zzzz hashcat 6 13,529 04-05-2021, 05:09 AM
    Thread: Example hash 14000 not returning correct password
Post: Example hash 14000 not returning correct password

Hi When I run the example hash from the examples page for hash 14000 the expected password is 'hashcat1' however I'm getting different and incorrect results depending on which piece of hardware I am ...
Zzzz hashcat 6 13,529 04-05-2021, 04:39 AM
    Thread: Hashcat debug logging?
Post: Hashcat debug logging?

Hi, does hashcat have a debug mode? I'm writing my own kernel and have successfully done so however when I re-enable the auto tune my code crashes with CL_UNKNOWN_ERROR, however running it with auto t...
Zzzz hashcat 0 3,302 03-18-2021, 09:17 AM
    Thread: NVIDIA artificially limiting hash rates in vBIOS
Post: NVIDIA artificially limiting hash rates in vBIOS

It was recently announced that NVIDIA will be artificially limiting the hash rate of the RTX 3060 when it detects Ethereum crypto mining.  https://www.tomshardware.com/news/nvidia-announces-cryptoc...
Zzzz Hardware 4 12,186 02-26-2021, 06:55 AM
    Thread: Module DGST_SIZE_4_2 what to do?
Post: Module DGST_SIZE_4_2 what to do?

Hi I need to change the DGST_SIZE from DGST_SIZE_4_4 to DGST_SIZE_4_2 in the module code as the data I'm using is only 80 bits long, it's not a hash as such but encrypted data. I've made the required ...
Zzzz hashcat 0 3,147 01-05-2021, 03:01 PM
    Thread: Web server digest authentication.
Post: RE: Web server digest authentication.

Just an update, I was able to disable hex in the potfile by using the switch --outfile-autohex-disable The password was then written to the log, from there I switched out the hash for my unknown on...
Zzzz hashcat 1 5,980 07-31-2017, 02:43 PM
    Thread: Web server digest authentication.
Post: Web server digest authentication.

Hello, I'm trying to find a lost password for a piece of equipment. We were able to locate a file on the file system that contains the username, realm and password hash, it is in the following format:...
Zzzz hashcat 1 5,980 07-31-2017, 12:51 PM