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: salt+password md5
Post: RE: salt+password md5

the format is: Code: -- hash:salt -- see https://hashcat.net/wiki/example_hashes so it's the other way around. It's not allowed to post hashes here, see: https://hashcat.net/forum/announ...
philsmd hashcat 2 432 08-13-2020, 11:55 PM
    Thread: Safe power draw
Post: RE: Safe power draw

As epixoip mentioned there is a limit for several OpenCL drivers that each memory allocation can't be more than 1/4 of the available VRAM. if you, in theory, allocate 4 times (multiple times) you have...
philsmd Hardware 15 10,810 10-17-2018, 08:59 AM
    Thread: Ryzen 2400G and errors/wrong driver warnings/slow performance
Post: RE: Ryzen 2400G and errors/wrong driver warnings/s...

install the Intel CPU OpenCL Runtime from https://software.intel.com/en-us/articles/opencl-drivers#cpu-section Yeah, the Intel Runtime also works for your AMD Ryzen
philsmd hashcat 5 1,397 03-20-2020, 08:29 PM
    Thread: Ryzen 2400G and errors/wrong driver warnings/slow performance
Post: RE: Ryzen 2400G and errors/wrong driver warnings/s...

try with your CPU Only (for testing purposes) with hashcat -m 2500 -D 1 -b what hash type are you talking about ? WPA or -m 15900 (DPAPI v2)
philsmd hashcat 5 1,397 03-21-2020, 08:10 PM
    Thread: Ryzen + RX 580 only one device working
Post: RE: Ryzen + RX 580 only one device working

-d 1,2 is not the correct thing you need. You need to whitelist/select the device types with: --opencl-device-types (or short -D), capital letter "D" -D 1,2 means that both GPUs and CPUs are whiteli...
philsmd hashcat 10 5,059 01-30-2019, 07:07 PM
    Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length

this problem should be fixed with recent commits: https://github.com/hashcat/hashcat/commit/c78b8878d5e1c1304218cce53efcf3a52a1cb772 please test the beta at https://hashcat.net/beta/ and report bac...
philsmd hashcat 6 2,043 10-18-2019, 09:48 AM
    Thread: run LUKS on windows
Post: RE: run LUKS on windows

Yeah, you can use any hash type that hashcat supports on both unix and windows (actually you can even use OSX too). Hashcat doesn't has a limitation that forbids you to run LUKS on windows. Well, you...
philsmd hashcat 1 2,909 01-31-2017, 09:26 AM
    Thread: run hashcat on winserver 2019
Post: RE: run hashcat on winserver 2019

maybe it's from a different OpenCL Platform ? please post the output of: hashcat -I
philsmd hashcat 7 2,335 02-15-2020, 10:31 PM
    Thread: Rules Mask
Post: RE: Rules Mask

Forget about the password list and use a mask. For the second problem, this could help: https://hashcat.net/forum/thread-2161.html
philsmd General Help 4 8,079 08-25-2013, 06:55 PM
    Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?

it's exactly like undeath explained above. Without the -S slow mode the passwords that are too short (from the dict) are rejected immediately, while the -S mode is slow because it mangles the words w...
philsmd General Talk 8 1,341 06-30-2020, 11:10 AM
    Thread: Rules for Swedish characters
Post: RE: Rules for Swedish characters

see --keyboard-layout-mapping and the file layouts/se.hckmap also read about the addition of this feature here: https://hashcat.net/forum/thread-7983.html
philsmd hashcat 4 1,606 07-31-2019, 07:18 PM
    Thread: rules file support in attack mode 3
Post: RE: rules file support in attack mode 3

If the keyspace of the mask that you want to duplicate is very slow (as in your case just 10000 password candidates), you could just store these password candidates to a dictionary file and use the di...
philsmd hashcat 6 5,814 02-15-2018, 10:30 AM
    Thread: Rules doesn't work.
Post: RE: Rules doesn't work.

I can't give any advice about the other tools, but my recommendation is that you just should learn how hashcat works and the hashcat rules etc (see wiki, https://hashcat.net/wiki/) and just focus on h...
philsmd hashcat 1 479 06-19-2020, 05:23 PM
    Thread: Rules based attack sha256
Post: RE: Rules based attack sha256

Seems like you want to try PolicyGen of PACK (Password Analysis and Cracking Kit): https://thesprawl.org/projects/pack/#policygen --mindigit 2 , --minupper 2 etc also see .hcmask description: https://...
philsmd Old oclHashcat Support 3 4,803 01-18-2016, 04:17 PM
    Thread: Rules attack - restore not working
Post: RE: Rules attack - restore not working

just explain what you see and experience. Do you mean that it takes a while until the next restore point is reached ? Maybe it's only a matter of having a little bit of patience until the current ...
philsmd hashcat 8 1,537 04-18-2020, 09:30 AM
    Thread: Rules attack - restore not working
Post: RE: Rules attack - restore not working

The status at the end must be Code: -- Status...........: Aborted (Checkpoint) -- The value of the Restore.Point must be increased (greater than 0)... Attention: the progress line is not the c...
philsmd hashcat 8 1,537 04-19-2020, 04:43 AM
    Thread: Rules attack - restore not working
Post: RE: Rules attack - restore not working

My guess is that with that many rules, the workload profile (-w 2 ? or -w 3) and the amount of GPUs, it might just take a lot of time to reach the next checkpoint. With -w 1 more checkpoints will be ...
philsmd hashcat 8 1,537 04-19-2020, 04:15 PM
    Thread: rules attack
Post: RE: rules attack

Try to use --stdout to see what the single rules do (hashcat --stdout -a 0 -r test.rule dict.txt) also see: https://hashcat.net/wiki/doku.php?id=rule_based_attack for instance the rule "t" (lo...
philsmd hashcat 7 1,545 04-02-2020, 05:43 PM
    Thread: rules attack
Post: RE: rules attack

it's not allowed to post hashes here, read the forum rules. You didn't even mention the password and therefore nobody can verify what you are claiming is correct about these "rules". Without the e...
philsmd hashcat 7 1,545 04-03-2020, 02:33 AM
    Thread: rules attack
Post: RE: rules attack

The main problem here should be very clear. Let's assume we have a dictionary called rockyou.txt and it contains the word "bioshock" (without quotes): Code: -- $ grep '^bioshock$' rockyou.txt ...
philsmd hashcat 7 1,545 04-07-2020, 09:14 AM