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 [asc] Author Forum Replies Views Posted
    Thread: 2080TI keepass2 speed
Post: RE: 2080TI keepass2 speed

keepass has a variable iteration count. The example hash uses 24569 iterations, your hash has 60000.
undeath hashcat 7 2,857 03-21-2019, 05:05 PM
    Thread: 2080TI keepass2 speed
Post: RE: 2080TI keepass2 speed

considering this benchmark (https://hashcat.net/forum/thread-8028.html) for a 2080 has 159kH/s at 6k iterations, 22kH/s at 60k iterations for a 2080TI seems like a good number.
undeath hashcat 7 2,857 03-21-2019, 05:17 PM
    Thread: 2 computers
Post: RE: 2 computers

I'm not sure if brain would be too slow and limited for WPA. Especially assuming he's using a standard consumer pc with
undeath General Talk 5 4,235 11-09-2018, 12:14 PM
    Thread: 1Password Competition
Post: RE: 1Password Competition

as you can see on https://hashcat.net/wiki/doku.php?id=example_hashes mode 10900 uses base64-encoded data, not hex
undeath General Talk 9 7,195 05-13-2018, 05:17 PM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

§ is not an ascii character. Using it in masks or rules is problematic.
undeath hashcat 21 19,496 05-01-2017, 05:27 PM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

First you need to find out what encoding to use, then you can create a charset file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files If you need a multibyte character (utf-8)...
undeath hashcat 21 19,496 05-01-2017, 09:54 PM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

given your number of possibilities you could even try them by hand. If you want to use hashcat you can create a wordlist for the first set of special characters and then run a hybrid attack (mode 6).
undeath hashcat 21 19,496 05-05-2017, 09:27 AM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

I was extremely bored and therefor hacked together this very complicated python3 script: Code: -- CHARSET_PREP = '"!§' CHARSET_APP = 'tT' BASEWORD = 'GreatScript' print(BASEWORD) for c1 in list(CH...
undeath hashcat 21 19,496 05-05-2017, 04:21 PM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

In that case generate a list with each word and the special character appended/prepended and apply combinator from hashcat utils until all words have been combined.
undeath hashcat 21 19,496 05-05-2017, 06:01 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,305 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,305 04-28-2012, 06:45 PM
    Thread: 12 character WPA2 password
Post: RE: 12 character WPA2 password

you can't bf 12 characters. no matter what algo.
undeath Old oclHashcat Support 5 10,824 05-04-2015, 09:44 PM
    Thread: 1080ti slow speed performance WPA/WPA2
Post: RE: 1080ti slow speed performance WPA/WPA2

Why are you using --force? Try with -w4
undeath hashcat 13 18,415 02-02-2018, 04:36 PM
    Thread: 1080ti card with old hardware
Post: RE: 1080ti card with old hardware

There is no bottleneck for hashcat in that setup. Enough PCIe lanes, enough ram and sufficient power for a 1080ti.
undeath Hardware 1 1,669 03-26-2019, 01:31 PM
    Thread: 100% rejects while using "short words to long" rule
Post: RE: 100 rejects while using duplicate rules with s...

Words are always rejected before applying rules. Since no word satisfies the minimum requirement of 8 chars they are all rejected. You can work this around by appending two characters to each input...
undeath hashcat 2 1,021 09-27-2019, 05:31 PM
    Thread: 10-Hex-Generator
Post: RE: 10-Hex-Generator

You cannot use restore with a pipe. Your candidate generator has to have some kind of resume support for that.
undeath hashcat 2 1,301 02-17-2020, 11:53 PM
    Thread: 0.09 SP version with SL3
Post: RE: 0.09 SP version with SL3

at least he wrote everything bold because his post is so much more important than any other so everyone gets more pissed about SL3 fags.
undeath Very old oclHashcat-plus Support 2 6,065 06-15-2012, 09:51 PM
    Thread: 0% progress
Post: RE: 0% progress

@royce: no it's not. Progress is the number of tried candidates divided by the total amount of candidates. The reason you can only see 0%/100% here is that your wordlist is very small (meaning N is ve...
undeath hashcat 4 2,488 01-19-2019, 11:53 PM
    Thread: 0 H/S.... What im doing wrong?
Post: RE: 0 H/S.... What im doing wrong?

Well, it depends on what exactly you are trying to do but I guess you forgot to supply a wordlist.
undeath hashcat 10 5,276 10-24-2018, 07:45 PM
    Thread: 0 H/S.... What im doing wrong?
Post: RE: 0 H/S.... What im doing wrong?

lol, you need to tell hashcat what it's supposed to do. It doesn't do things by magic.
undeath hashcat 10 5,276 10-24-2018, 07:48 PM