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 [desc] Replies Views Posted
    Thread: Hashcat Restore not working
Post: RE: Hashcat Restore not working

There is no way. Screenshots are a stupid form of documentation.
undeath hashcat 4 2,398 03-26-2019, 07:02 PM
    Thread: Argon2 Support
Post: RE: Argon2 Support

Surprisingly there isn't even a github issue for argon2 support (except as part of a keepass update). I'd be interested in seeing how hashcat performs with various argon2 parameter combinations myself...
undeath hashcat 2 1,684 03-27-2019, 09:06 PM
    Thread: AMD GPU driver issue
Post: RE: AMD GPU driver issue

do you have a icd loader installed?
undeath hashcat 7 3,824 03-27-2019, 10:19 PM
    Thread: AMD GPU driver issue
Post: RE: AMD GPU driver issue

apt-get install ocl-icd-libopencl1 should do the trick I think.
undeath hashcat 7 3,824 03-28-2019, 01:06 AM
    Thread: hashcat & cpulimit/cputool
Post: RE: hashcat & cpulimit/cputool

you can use -w1. To lock hashcat to certain cpu cores you can use the --cpu-affinity option
undeath hashcat 1 1,179 03-30-2019, 06:50 PM
    Thread: Toogle case generator problem
Post: RE: Toogle case generator problem

toggle rules only work for the first 16 characters
undeath hashcat 4 2,028 04-05-2019, 10:13 PM
    Thread: Where's potfile?
Post: RE: Where's potfile?

Does that directory exist? The potfile is only created after at least one hash has been cracked successfully.
undeath hashcat 7 2,992 04-10-2019, 11:48 PM
    Thread: Is this a known and implemented algo?
Post: RE: Is this a known and implemented algo?

the hash is only 4 bytes, there are going to be loads of collisions, even on cpu only. https://github.com/LFriede/eset-password-recovery
undeath hashcat 3 2,237 04-11-2019, 10:23 AM
    Thread: Integer overflow detected in keyspace of wordlist
Post: RE: Integer overflow detected in keyspace of wordl...

That error means your wordlist is too large.
undeath hashcat 3 2,399 04-22-2019, 12:55 AM
    Thread: same attack, no results
Post: RE: same attack, no results

If you want to resume an attack you should use the session restore feature or the brain server.
undeath hashcat 3 2,087 04-23-2019, 09:59 PM
    Thread: How do I crack a password w/ these rules?
Post: RE: How do I crack a password w/ these rules?

https://hashcat.net/wiki/doku.php?id=mask_attack
undeath hashcat 1 1,515 04-24-2019, 11:52 PM
    Thread: Problem with restoring
Post: RE: Problem with restoring

use --session wpa --restore
undeath hashcat 1 1,471 04-27-2019, 03:20 PM
    Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?

as the name of the option suggests, it expects all lines in the wordlist to be hex-encoded. What exactly did you expect the option to "take care of"?
undeath hashcat 6 2,870 05-10-2019, 08:02 PM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

in the latest beta you need to use --veracrypt-pim-start=501 and --veracrypt-pim-stop=501
undeath hashcat 13 5,712 05-10-2019, 08:21 PM
    Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?

indeed that doesn't seem to work. Code: -- echo 'otoño' | hashcat -m 1000 bc4a371bba2211148ebcdee649c561fc -- and Code: -- echo 'otoño' | hashcat -m 1000 bc4a371bba2211148ebcdee649c561fc --encodi...
undeath hashcat 6 2,870 05-10-2019, 08:26 PM
    Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?

as the command line indicates, this is utf-16le. Code: -- echo 6f0074006f00f1006f00 | xxd -r -p | iconv --from=utf-16le --
undeath hashcat 6 2,870 05-10-2019, 10:31 PM
    Thread: how to extract username:plain
Post: RE: how to extract username:plain

grep -v '^.*:[regex that matches hash]$' file
undeath hashcat 1 1,290 05-12-2019, 10:54 PM
    Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted

why are you using --force? Please post the full hashcat output, the hash you are trying to crack and the corresponding plaintext.
undeath hashcat 9 3,466 05-12-2019, 10:56 PM
    Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted

When you don't know the plaintext to your hash, how do you know it's included in your wordlist?
undeath hashcat 9 3,466 05-13-2019, 02:47 PM
    Thread: Can someone explain what Payload pbkdf2 information means
Post: RE: Can someone explain what Payload pbkdf2 inform...

you can use this script to extract a string hashcat can handle from that file: https://github.com/stricture/hashstack-server-plugin-hashcat/blob/master/scrapers/blockchain2hashcat.py note: change "ve...
undeath hashcat 2 1,743 05-13-2019, 02:52 PM