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: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules

k4rlm4rx Wrote: (07-09-2018, 11:18 PM) -- I just never though of making a single digit rule instead I thought of a 4 digit rule. -- Technically you can do both, but the later approach will use up mo...
undeath hashcat 10 6,617 07-10-2018, 12:39 PM
    Thread: Hashcat doesn't find password
Post: RE: Hashcat doesn't find password

your ancient hardware isn't supported by hashcat
undeath hashcat 3 2,734 07-10-2018, 12:50 PM
    Thread: Masks for Multiple Language Charsets in UTF-8
Post: RE: Masks for Multiple Language Charsets in UTF-8

Your findings are correct. UTF-8 is fully ASCII-compatible and latin characters (along with numbers and the basic set of special characters) are represented with only one byte. As you already noticed...
undeath hashcat 3 2,950 07-11-2018, 05:46 PM
    Thread: bcript+salt?
Post: RE: bcript+salt?

i don't know what Y is, but bcrypt has its native salt encoded in the hash string. If you have an additional salt that is non-standard and you have to do non-standard things.
undeath hashcat 8 5,602 07-12-2018, 06:54 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

The brain wallet is directly derived from the password. According to the website it's just sha256(pw). That will yield the private key, from which you need to derive the public key, and then the addre...
undeath hashcat 22 17,308 07-13-2018, 11:59 AM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

You can use the sha256 kernel and modify that to add ecdsa public key derivation, then ripemd160. But well, that's what needs to be done.
undeath hashcat 22 17,308 07-13-2018, 12:15 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

instead of using hashcat you are probably better off using an existing implementation: https://github.com/ryancdotorg/brainflayer
undeath hashcat 22 17,308 07-13-2018, 12:18 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

philsmd Wrote: (07-13-2018, 12:23 PM) -- You would need to have a huge amount of bitcoin in that wallet and a lot of hardware to throw at it (don't forget about the energy cost etc too) to justify th...
undeath hashcat 22 17,308 07-13-2018, 12:49 PM
    Thread: VeraCrypt Decryption [mac OSX]
Post: RE: VeraCrypt Decryption [mac OSX]

yupa Wrote: (07-13-2018, 07:17 PM) -- It is executed, but the words in mydict2.dict do not combine. In mydict2.dict are words (letters, numbers).  -- How did you determine that? yupa Wrote: (07-13...
undeath hashcat 1 1,998 07-14-2018, 11:03 AM
    Thread: bcript+salt?
Post: RE: bcript+salt?

What command are you running to crack the example hash and what output do you receive?
undeath hashcat 8 5,602 07-15-2018, 05:45 PM
    Thread: Hashcat Pipe working?
Post: RE: Hashcat Pipe working?

rejected means that the candidate was impossible to process internally, either because it did not match a minimum length required by a hash type or because it exceeded the maximum length hashcat can h...
undeath hashcat 1 1,837 07-16-2018, 09:54 AM
    Thread: what is *pX1e1008sH1 and Custom(41)?
Post: RE: what is *pX1e1008sH1 and Custom(41)?

context?
undeath hashcat 5 4,386 07-16-2018, 10:22 AM
    Thread: what is *pX1e1008sH1 and Custom(41)?
Post: RE: what is *pX1e1008sH1 and Custom(41)?

rainbows
undeath hashcat 5 4,386 07-16-2018, 03:47 PM
    Thread: bcript+salt?
Post: RE: bcript+salt?

Don't install the sdk, only install the normal driver.
undeath hashcat 8 5,602 07-16-2018, 03:53 PM
    Thread: My GPU is not detected by hashcat
Post: RE: My GPU is not detected by hashcat

No, it doesn't. -D selects the device type and 2 is for GPU. Also, for functional testing the workload factor is irrelevant.
undeath hashcat 2 3,280 07-16-2018, 03:55 PM
    Thread: Binary hashlist
Post: RE: Binary hashlist

For hccapx you can simply concatenate mulitple files. I'm not sure about TC/VC.
undeath hashcat 3 3,108 07-16-2018, 07:22 PM
    Thread: OpenCart hashes
Post: RE: OpenCart hashes

make sure your hashes have the same format and length as the example hash on https://hashcat.net/wiki/doku.php?id=example_hashes verify you can crack the example hash.
undeath hashcat 5 4,185 07-17-2018, 10:21 PM
    Thread: OpenCart hashes
Post: RE: OpenCart hashes

If you receive the same error with the example hash something is wrong with your command line. I suspect the --username switch.
undeath hashcat 5 4,185 07-17-2018, 10:25 PM
    Thread: Kerberos
Post: RE: Kerberos

https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/run/krb2john.py
undeath hashcat 4 5,082 07-18-2018, 12:17 PM
    Thread: Kerberos
Post: RE: Kerberos

have you actually looked at that file?
undeath hashcat 4 5,082 07-18-2018, 03:28 PM