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 [asc] Views Posted
    Thread: cracking salted SHA1
Post: RE: cracking salted SHA1

It's possible your salt is longer than the maximum hashcat expects. How long is it? If your hex-encoded salt is indeed five characters long something is wrong.
undeath hashcat 14 19,731 06-28-2018, 05:35 PM
    Thread: cracking salted SHA1
Post: RE: cracking salted SHA1

Either it's not hex-encoded data but rather ascii-data that happens to use hexadecimal alphabet or you are missing parts. Hex encoding uses two hexadecimal letters to encode one byte. Valid hex-data c...
undeath hashcat 14 19,731 06-28-2018, 06:12 PM
    Thread: cracking salted SHA1
Post: RE: cracking salted SHA1

don't use --hex-salt if your salt is not hex-encoded
undeath hashcat 14 19,731 06-28-2018, 06:35 PM
    Thread: how to crack a windows 10 local user password hash(Netnlm capture)
Post: RE: how to crack a windows 10 local user password ...

-i does not accept any arguments, check --help for the correct usage
undeath hashcat 14 4,711 08-12-2019, 03:27 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

why do you ask if hashcat can handle it instead of simply trying if hashcat can handle it?
undeath hashcat 14 3,928 12-10-2019, 10:39 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

What hardware are you using? Can you try with the beta version? https://hashcat.net/beta/
undeath hashcat 14 3,928 12-11-2019, 12:00 AM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

Note that post is about v1 blockchain wallets only. I don't know if it applies to v2 wallets as well. And if the hash gets loaded excessive data length should make no difference in cracking a v2 hash....
undeath hashcat 14 3,928 12-11-2019, 04:59 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

that just means hashcat can't find the myhash.txt file
undeath hashcat 14 3,928 12-11-2019, 11:05 PM
    Thread: Gpu Limit
Post: RE: Gpu Limit

1. Don't buy AMD cards for hashcat. 2. How are you going to cool that many GPUs? 3. Mining rigs are not usually what you can use well with hashcat. They are lacking RAM and for most attacks you will...
undeath Hardware 14 4,531 01-16-2020, 11:36 AM
    Thread: Gpu Limit
Post: RE: Gpu Limit

What type of hashes are you going to crack and what attacks do you plan to run?
undeath Hardware 14 4,531 01-16-2020, 10:44 PM
    Thread: Gpu Limit
Post: RE: Gpu Limit

If you are only going to do bruteforce you might get away with a repurposed mining rig, but you should be aware that those will have low performance for pretty much everything other kind of attack and...
undeath Hardware 14 4,531 01-17-2020, 01:25 AM
    Thread: [Help] Joomla 1.5.X hash
Post: RE: [Help] Joomla 1.5.X hash

doesn't help much with a joomla hash :)
undeath Very old oclHashcat Support 13 40,947 12-16-2011, 02:37 PM
    Thread: --remove isn't removing all hashes
Post: RE: --remove isn't removing all hashes

if the same hash appears multiple times it is only removed once. sort -u your hash file before running it through hashcat.
undeath Very old oclHashcat-plus Support 13 23,105 03-30-2012, 07:58 PM
    Thread: --remove isn't removing all hashes
Post: RE: --remove isn't removing all hashes

undeath Wrote: (03-30-2012, 07:58 PM) -- if the same hash appears multiple times it is only removed once. sort -u your hash file before running it through hashcat. --
undeath Very old oclHashcat-plus Support 13 23,105 04-25-2012, 08:16 PM
    Thread: 16 byte salt support for joomla
Post: RE: 16 byte salt support for joomla

Any progress on this? Still doesn't work.
undeath Very old oclHashcat-plus Support 13 22,308 04-28-2012, 03:45 PM
    Thread: 16 byte salt support for joomla
Post: RE: 16 byte salt support for joomla

doesn't work for me. Code: -- H:\oclHashcat-plus-0.08b60>oclHashcat-plus64.exe -m11 joomla.txt ?d?d?d?d?d?d?d?d -a3 WARNING: Hashfile 'joomla.txt' in line 1 (hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh:ssss...
undeath Very old oclHashcat-plus Support 13 22,308 04-28-2012, 06:45 PM
    Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes

use grep.
undeath General Talk 13 28,538 07-07-2012, 07:08 PM
    Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes

msys/mingw
undeath General Talk 13 28,538 07-07-2012, 10:50 PM
    Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes

o_O grep -E '^[a-f0-9]{40}$' | grep -v '^00000'
undeath General Talk 13 28,538 07-08-2012, 04:52 PM
    Thread: The application was unable to start correctly
Post: RE: The application was unable to start correctly

for no specific reason i have this big grin on my face now.
undeath Very old oclHashcat-plus Support 13 20,126 09-30-2012, 12:22 AM