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 [asc] Posted
    Thread: Word generation to test cracking speed
Post: RE: Word generation to test cracking speed

why are you using --force? You can use hashmode 99999, save your plaintext password to the "hash" file and run the attack against your actual plaintext.
undeath hashcat 4 2,788 10-30-2018, 01:37 AM
    Thread: Word generation to test cracking speed
Post: RE: Word generation to test cracking speed

You can learn hashcat's functionality much better by just using the command line and built it yourself using the information on --help
undeath hashcat 4 2,788 10-31-2018, 12:33 PM
    Thread: Skipping X Amount of passwords
Post: RE: Skipping X Amount of passwords

there is no easy answer to that as hashcat's "keyspace" is not your actual keyspace but some internal measure. It depends on lots of things for your specific attack and is generally not possible to ca...
undeath hashcat 3 2,782 01-09-2018, 04:29 PM
    Thread: Can I configure HC with known chars in a password?
Post: RE: Can I configure HC with known chars in a passw...

He literally gave you the command for that. All you need to do is switch out the letters ABCD.
undeath hashcat 8 2,780 08-01-2019, 10:17 PM
    Thread: Can I configure HC with known chars in a password?
Post: RE: Can I configure HC with known chars in a passw...

You replace the character D by the character A. Yes, it's that simple. It's the same for oclhashcat but that's severely outdated and if something doesn't work you're on your own.
undeath hashcat 8 2,780 08-01-2019, 10:37 PM
    Thread: Can I configure HC with known chars in a password?
Post: RE: Can I configure HC with known chars in a passw...

That's not the case since 2016. Welcome to the future.
undeath hashcat 8 2,780 08-01-2019, 11:34 PM
    Thread: Help. hashcat not starting
Post: RE: Help. hashcat not starting

https://hashcat.net/forum/thread-7673.html
undeath hashcat 3 2,775 07-30-2018, 07:13 PM
    Thread: Need help on cracking veracrypt hidden partition
Post: RE: Need help on cracking veracrypt hidden partiti...

I'm not sure what you mean by "the command doesnt seem to allow dd to read from the hidden partition". That's exactly what the command does, extracting the KDF data for the hidden partition. That's al...
undeath hashcat 4 2,769 12-31-2018, 11:49 AM
    Thread: Need help on cracking veracrypt hidden partition
Post: RE: Need help on cracking veracrypt hidden partiti...

yes, that's how dd works. if = input file, of = output file
undeath hashcat 4 2,769 12-31-2018, 12:21 PM
    Thread: Rtx 2080 max-q
Post: RE: Rtx 2080 max-q

Laptops are generally not recommended for use with hashcat. They are not designed to handle sustained high loads and will overheat and/or heat throttle quickly, damaging your hardware in the long run....
undeath Hardware 5 2,768 08-19-2019, 11:23 AM
    Thread: super noob
Post: RE: super noob

If something is not explicitly implemented the answer is "no", unless proven otherwise.
undeath hashcat 2 2,766 06-24-2018, 10:17 AM
    Thread: GPU recommendations
Post: RE: GPU recommendations

2000 series is mostly just overpriced for the performance. If you can get them for a reasonable price, get some 1080ti cards.
undeath Hardware 2 2,763 01-14-2019, 11:47 PM
    Thread: Problem with the github release
Post: RE: Problem with the github release

can you post hashcat -I (that's a capital i) results for the github version and the working version?
undeath hashcat 7 2,759 09-11-2019, 01:11 PM
    Thread: Problem with the github release
Post: RE: Problem with the github release

I'm confused. The opening post says 5.1.0 is working!?
undeath hashcat 7 2,759 09-11-2019, 10:19 PM
    Thread: How to filter a wordlist
Post: RE: How to filter a wordlist

mask attack is absolutely not what OP needs. have a look at grep (https://linux.die.net/man/1/grep)
undeath hashcat 6 2,742 06-07-2019, 11:01 AM
    Thread: Need help with setup
Post: RE: Need help with setup

add -O
undeath General Talk 2 2,737 11-26-2018, 07:12 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,733 07-10-2018, 12:50 PM
    Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0

you have not specified a mask, hence hashcat uses its default mask which does not include your password.
undeath hashcat 9 2,733 10-17-2019, 03:24 PM
    Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0

There is no such thing as a "raw bruteforce" in hashcat. You can see the default mask it is using in your status output.
undeath hashcat 9 2,733 10-17-2019, 03:28 PM
    Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0

the syntax is documented here: https://hashcat.net/wiki/doku.php?id=mask_attack
undeath hashcat 9 2,733 10-17-2019, 03:33 PM