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 Posted [asc]
    Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack

yes, performance is better with m20 if you have a static prefix. hash format is usually Code: -- hexhash:salt --
undeath hashcat 16 9,677 04-25-2018, 11:26 AM
    Thread: Rule for omitting duplicates in bruteforce attack?
Post: RE: Rule for omitting duplicates in bruteforce att...

royce Wrote: (04-22-2018, 07:51 PM) -- even if you could cut the time in half (which would be much better than the keyspace reduction you're trying to do), will take a very very long time to run. -- ...
undeath hashcat 6 4,323 04-22-2018, 08:25 PM
    Thread: nVidia GTX 1080 Ti vs. PNY,EVGA,MSI,ASUS,etc
Post: RE: nVidia GTX 1080 Ti vs. PNY,EVGA,MSI,ASUS,etc

what do you mean by "other brands"? nvidia is only the producer of the chip.
undeath Hardware 5 4,472 04-21-2018, 10:37 PM
    Thread: What does mean -q and -r in mp
Post: RE: Hashcat pipe doesn't crack (WPA/2)

-q 4 -r 4 works but shouldn't -q 4 -r 3 work, too?
undeath User Contributions 2 3,662 04-21-2018, 12:11 AM
    Thread: Hashcat can't find password
Post: RE: Hashcat can't find password

you need to use rar2john from jtr-jumbo to extract the KDF data from the rar archive: https://github.com/magnumripper/JohnTheRipper looks like you're going to have to compile that yourself or find ...
undeath hashcat 3 3,482 04-20-2018, 10:12 PM
    Thread: Gtx 1050 Ti Experiences?
Post: RE: Gtx 1050 Ti Experiences?

note that mobile gpus are not the same as desktop gpus.
undeath Hardware 5 5,384 04-19-2018, 03:55 PM
    Thread: PBKDF2-HMAC-SHA1 format for WPA hex key
Post: RE: PBKDF2-HMAC-SHA1 format for WPA hex key

base64-encoding the hex data is wrong. You first need to decode the hex, then base64-encode the result. Quote: -- Aditionally based on this post I modified the salt (ESSID) with a ":" at the end. In...
undeath hashcat 2 3,011 04-18-2018, 07:31 PM
    Thread: How to output the uncracked hash while saving it
Post: RE: How to output the uncracked hash while saving ...

if order is not important you can use --left to dump all uncracked hashes
undeath General Talk 4 3,895 04-17-2018, 11:55 AM
    Thread: sense word mask attack (hashcat WPA/2)
Post: RE: sense word mask attack (hashcat WPA/2)

Code: -- mp64 [options] | hashcat -a0 [options] --
undeath User Contributions 5 5,221 04-17-2018, 11:44 AM
    Thread: sense word mask attack (hashcat WPA/2)
Post: RE: sense word mask attack (hashcat WPA/2)

you can pipe the maskprocessor output to hashcat. no need to save anything to disk.
undeath User Contributions 5 5,221 04-16-2018, 04:29 PM
    Thread: sense word mask attack (hashcat WPA/2)
Post: RE: sense word mask attack (hashcat WPA/2)

hashcat doesn't support that but I think maskprocessor has an option.
undeath User Contributions 5 5,221 04-16-2018, 02:27 PM
    Thread: 7z password recovery
Post: RE: 7z password recovery

easy answer: you can't crack it with hashcat. Your keyspace is way too large anyway.
undeath hashcat 7 8,537 04-15-2018, 11:12 PM
    Thread: What am I missing?
Post: RE: What am I missing?

The BOM is always optional and its presence depends on your text editor. Notepad++ has an option to explicitly enable/disable it. BOM is almost exclusively used for unicode. https://en.wikipedia.org/w...
undeath hashcat 3 2,804 04-15-2018, 10:17 AM
    Thread: MD5 With salt how to save only cracked hash with email etc
Post: RE: MD5 With salt how to save only cracked hash wi...

incorrect hash mode and/or missing salt
undeath hashcat 4 3,080 04-14-2018, 08:04 PM
    Thread: need help ( paid )
Post: RE: need help ( paid )

it could be any veracrypt algo
undeath hashcat 4 3,523 04-14-2018, 06:05 PM
    Thread: appending numbers to combo attack
Post: RE: appending numbers to combo attack

doing such an attack has become rather complicated since hashcat dropped support for fifos and the lack of support for stdin on mode a6/a7 and lack of support for rules on mode a1. Easiest way is u...
undeath hashcat 3 6,267 04-14-2018, 03:07 PM
    Thread: What am I missing?
Post: RE: What am I missing?

make sure your password file has no BOM.
undeath hashcat 3 2,804 04-13-2018, 10:24 PM
    Thread: MSCHAPv2 and NTLMv1
Post: RE: MSCHAPv2 and NTLMv1

if you look at the 5500 (netntlmv1) kernel you can see that it does involve DES encryption: https://github.com/hashcat/hashcat/blob/master/OpenCL/m05500_a0.cl however, here is a post about recovering...
undeath General Talk 2 3,720 04-11-2018, 10:46 PM
    Thread: Maskprocessor Hanging
Post: RE: Maskprocessor Hanging

so much wrong here. oclhashcat has long been deprecated, use the latest hashcat version. either you use a0 with pipe or a3 without a pipe if you use mp you have to define the custom character...
undeath hashcat 1 2,301 04-09-2018, 10:45 AM
    Thread: Buying a new machine for Hashcat
Post: RE: Buying a new machine for Hashcat

Unless you need the CPU for other related means, eg wordlist processing, or you anticipate you need to crack GPU-hard algorithms like scrypt you don't need a fast CPU. If you can get it really cheap i...
undeath Hardware 3 3,009 04-08-2018, 03:45 PM