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 [asc] Replies Views Posted
    Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...

the file linked above is a valid hcmask file and as such includes the custom character sets. For more info see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files increment mode incre...
undeath hashcat 13 9,515 02-26-2018, 05:43 PM
    Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...

I have no idea what your scripts are doing but they are doing it wrong. The hcmask file definitely does not allow leading zeros.
undeath hashcat 13 9,515 02-27-2018, 12:01 PM
    Thread: Sorry but: TrueCrypt USB-Drive
Post: RE: Sorry but: TrueCrypt USB-Drive

Not sure why you tried skip=1993276928. According to the FAQ you need the first 512 bytes of /dev/sdc1. Is your password 0123456789 or 123456789? Are you using a hidden volume?
undeath hashcat 3 3,678 02-27-2018, 03:39 PM
    Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...

no, it doesn't. there are no instances of .?1 or .?2 and a "normal" IPv4 representation does not have leading zeros I generated that hcmask file :P
undeath hashcat 13 9,515 02-27-2018, 06:29 PM
    Thread: Bcrypt Blowfish Unix Hash
Post: RE: Bcrypt Blowfish Unix Hash

is anything unclear about this warning? Code: -- * Device #2: Skipping unstable hash-mode 3200 for this device. You can use --force to override, but do not report related errors. --
undeath hashcat 5 5,603 02-27-2018, 06:36 PM
    Thread: Bcrypt Blowfish Unix Hash
Post: RE: Bcrypt Blowfish Unix Hash

ok, I'll translate the message for you: Quote: -- hash mode 3200 is known to be broken on this device. I'm refusing to run it. If you still want to run this hash mode on your broken device you can d...
undeath hashcat 5 5,603 02-27-2018, 06:53 PM
    Thread: Sorry but: TrueCrypt USB-Drive
Post: RE: Sorry but: TrueCrypt USB-Drive

oh, I think I misread that for "first". Are you sure you are using the correct hash mode? I don't know what Truecrypt's default settings are.
undeath hashcat 3 3,678 02-28-2018, 04:06 PM
    Thread: Problems with speed of brute-force by GPU
Post: RE: Problems with speed of brute-force by GPU

https://hashcat.net/wiki/doku.php?id=mask_attack
undeath hashcat 7 10,830 03-01-2018, 07:55 PM
    Thread: Mask + Brute Force with repeated password
Post: RE: Mask + Brute Force with repeated password

can you post your full command line?
undeath hashcat 8 6,282 03-02-2018, 12:24 AM
    Thread: Am i wasting my time?
Post: RE: Am i wasting my time?

You don't have to clean your cap and in fact it's not even recommended. Since it's your network and you know the passphrase you can simply put it into your wordlist for an easy and quick test.
undeath hashcat 3 3,217 03-03-2018, 12:24 AM
    Thread: Help with mask
Post: RE: Help with mask

wordlist.txt Code: -- boats -- numbers.rule Code: -- ^0 ^1 $0 $1 : -- exclamation_mark.rule Code: -- $! : -- toggle0.rule Code: -- T0 : -- toggle1.rule Code: -- T1 : -- toggle2.rule Code: -...
undeath hashcat 5 3,954 03-03-2018, 02:20 PM
    Thread: Help with mask
Post: RE: Help with mask

Just a note, you can severely speed up the attack because your dictionary is very small here. Code: -- hashcat --stdout wordlist.txt -r toggle0.rule -r toggle1.rule -r toggle2.rule -r toggle3.rule -...
undeath hashcat 5 3,954 03-03-2018, 03:36 PM
    Thread: Help with mask
Post: RE: Help with mask

This particular attack only has 40000 candidates. Running the second command on your laptop will likely be faster than running the first command on your gaming rig.
undeath hashcat 5 3,954 03-03-2018, 03:58 PM
    Thread: New hashcat freezes or very slow
Post: RE: New hashcat freezes or very slow

try -w2
undeath hashcat 2 2,293 03-04-2018, 01:08 PM
    Thread: Hashcat does not seen password in the dictionarry
Post: RE: Hashcat does not seen password in the dictiona...

run with --potfile-disable otherwise hashcat will skip already cracked hashes. Quote: -- INFO: Removed 5 hashes found in potfile. --
undeath hashcat 2 2,694 03-04-2018, 02:16 PM
    Thread: Trying to install hashcat on Windows 7 with AMD help
Post: RE: Trying to install hashcat on Windows 7 with AM...

5770 is too old and not supported by AMD any more (and thus hashcat). try with -D1 for CPU only
undeath hashcat 3 4,638 03-10-2018, 10:08 PM
    Thread: Fan speed problem with hashcat
Post: RE: Fan speed problem with hashcat

Are you using the latest version?
undeath hashcat 3 2,884 03-15-2018, 10:45 AM
    Thread: GPU runing two of six why?
Post: RE: GPU runing two of six why?

you are using -D1 which means only CPU.
undeath hashcat 4 4,143 03-15-2018, 10:45 PM
    Thread: GPU runing two of six why?
Post: RE: GPU runing two of six why?

scrypt is designed to be extremely slow on GPU so that result is expected.
undeath hashcat 4 4,143 03-16-2018, 10:56 AM
    Thread: SHA1_HMAC for unknown text
Post: RE: SHA1_HMAC for unknown text

What do you mean by "unknown text"? What is the technical difference to a password?
undeath hashcat 9 5,500 03-16-2018, 10:59 AM