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: Multiple hashes for the same user (WPA, PMKID, NetNTLMv2)
Post: RE: Multiple hashes for the same user (WPA, PMKID,...

Especially with WPA there is a chance of transmission errors. For other hash types less so.
undeath hashcat 2 2,333 12-07-2018, 05:37 PM
    Thread: Brain behavior
Post: RE: Brain behavior

The name does not matter I believe but the contents definitely do.
undeath hashcat 4 2,815 12-08-2018, 12:47 AM
    Thread: Mask attack with brain
Post: RE: Mask attack with brain

What's your whole command line?
undeath hashcat 5 3,638 12-08-2018, 02:21 PM
    Thread: Brain behavior
Post: RE: Brain behavior

Creating a new hash file with a different set of hashes will invalidate all previous status.
undeath hashcat 4 2,815 12-08-2018, 02:23 PM
    Thread: Mask attack with brain
Post: RE: Mask attack with brain

That indeed looks like a missing feature. Technically, when using brain-client-features=2 there should be no need to enable -S, but it looks like hashcat is still using it.
undeath hashcat 5 3,638 12-08-2018, 07:36 PM
    Thread: How to configure a thin brute force in hashcat?
Post: RE: How to configure a thin brute force in hashcat...

not supported
undeath hashcat 2 2,124 12-08-2018, 11:50 PM
    Thread: PDF password created through Mac OS Preview app
Post: RE: PDF password created through Mac OS Preview ap...

The append rule $ does only append and takes exactly one argument. $-! means "append - and then apply rule !". (! is a completely different rule and has one argument again). If you want to append "-!"...
undeath hashcat 3 2,606 12-09-2018, 09:39 PM
    Thread: Ethereum Wallet and 2x 1080ti what's the problem?
Post: RE: Ethereum Wallet and 2x 1080ti what's the probl...

you're attacking scrypt
undeath hashcat 8 5,507 12-10-2018, 07:49 PM
    Thread: Ethereum Wallet and 2x 1080ti what's the problem?
Post: RE: Ethereum Wallet and 2x 1080ti what's the probl...

Mem5 Wrote: (12-10-2018, 09:02 PM) -- scrypt is very very slow. Buy more graphic cards ;) -- wrong answer for scrypt. Buy more CPUs :P
undeath hashcat 8 5,507 12-10-2018, 10:00 PM
    Thread: Explain the $HEX?
Post: RE: Explain the $HEX?

I'm not sure I understand the question. The $HEX[] format is used on console and in the output file. It is ignorant of the encoding used. If you know (or can guess) the encoding used for a $HEX[] plai...
undeath hashcat 2 2,038 12-10-2018, 10:05 PM
    Thread: Ethereum Wallet and 2x 1080ti what's the problem?
Post: RE: Ethereum Wallet and 2x 1080ti what's the probl...

try running on your cpu instead of gpu
undeath hashcat 8 5,507 12-11-2018, 11:35 AM
    Thread: Not finding my own set password
Post: RE: Not finding my own set password

cannot reproduce with my hardware Code: -- OpenCL Platform #1: Intel(R) Corporation ======================================== * Device #1: AMD Ryzen 5 1600 Six-Core Processor. OpenCL Platform ...
undeath hashcat 12 6,010 12-15-2018, 11:04 PM
    Thread: Freebsd 12/Ryzen 7 1700/ RX580
Post: RE: Freebsd 12/Ryzen 7 1700/ RX580

pocl and hashcat don't work together well. If possible try to install rocm. I'm not sure if rocm works on FreeBSD.
undeath hashcat 3 2,661 12-17-2018, 02:01 PM
    Thread: Not finding my own set password
Post: RE: Not finding my own set password

the ? in the mask is not the problem. Maybe an invisible (control) character somehow slipped in there.
undeath hashcat 12 6,010 12-17-2018, 02:03 PM
    Thread: Have things improved?
Post: RE: Have things improved?

It is probably possible to get The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) working, but don't ask how. Ubuntu is recommended. regarding laptops: https://hashcat.net/forum/thread-7852-...
undeath hashcat 5 3,214 12-20-2018, 11:20 AM
    Thread: FileVault 2 performance issue?
Post: RE: FileVault 2 performance issue?

That algorithm likely has a variable for iterations. You can only compare benchmarks for the same iteration count (eg by using hashcat's benchmark mode).
undeath hashcat 3 2,035 12-20-2018, 11:25 AM
    Thread: clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR problem
Post: RE: clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR ...

If you need to use --force you're doing something wrong still.
undeath hashcat 4 9,115 12-21-2018, 12:34 PM
    Thread: Hybrid attack workload increase incase of small dic
Post: RE: Hybrid attack workload increase incase of smal...

Depending on what hash mode you are using (or how many salts) you can increase the performance using -S
undeath hashcat 5 3,508 12-21-2018, 12:36 PM
    Thread: combine password with ?d?d?d?d
Post: RE: combine password with ?d?d?d?d

use rules for number append/prepend
undeath hashcat 2 1,770 12-22-2018, 01:26 PM
    Thread: Can i modify hashcat to make it generate random instead of all possible combination?
Post: RE: Can i modify hashcat to make it generate rando...

as written by NoReply, hashcat is using markov chains to generate candidates in a mask attack, hence the candidates are not sorted by lexicographical order by default.
undeath hashcat 7 5,816 12-22-2018, 01:29 PM