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: Masking??? (Noob)
Post: RE: Masking??? (Noob)

looks almost perfect, but @undeath I think the first step is not quite correct. #1: "either all cap or no cap" this means that you have only 2 possibilities (either 3 lowercase or 3 uppercase ch...
philsmd hashcat 3 2,286 11-27-2018, 12:07 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

this command line parameter is wrong Code: -- --force -- just remove the --force flag
philsmd hashcat 8 2,281 03-10-2020, 06:41 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

I'm pretty confident that you just discovered the root of the problem. Wrong driver could very easily give wrong results. The use of --force doesn't help. it's a no-go to use a debugging/developer ...
philsmd hashcat 8 2,281 03-10-2020, 07:14 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

you could try the beta version of hashcat: https://hashcat.net/beta/ and install the Intel OpenCL Runtime for your CPU to use -D 1 while testing with your CPU: https://software.intel.com/en-us/arti...
philsmd hashcat 8 2,281 03-10-2020, 07:58 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

Try this: https://hashcat.net/faq/wrongdriver
philsmd hashcat 8 2,281 03-11-2020, 01:31 PM
    Thread: Line-length exception for Etherum Wallet
Post: RE: Line-length exception for Etherum Wallet

The hash for -m 15700 must start with "$ethereum$s*". You need to remove all file names if there are any file names within the output of ethereum2john.py. You also should use a hash file just to ma...
philsmd hashcat 2 2,277 03-14-2018, 12:23 AM
    Thread: Dictionary with known combinations
Post: RE: Dictionary with known combinations

if you really need to combine every word with every word, you should probably use combinator3 from hashcat.utils Code: -- combinator3 dict dict dict -- if the numbers are always at the end and "o...
philsmd hashcat 1 2,259 06-25-2017, 08:35 AM
    Thread: How to view SSID of cracked PMKID (16800) PCAP?
Post: RE: How to view SSID of cracked PMKID (16800) PCAP...

the SSID is within the output, CamandAri is the SSID hint: hexadecimal
philsmd hashcat 6 2,259 01-12-2020, 09:08 AM
    Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10

The executable is definitely within the maskprocessor folder: https://github.com/hashcat/maskprocessor/releases Well, it would make sense to explain what attack mode you tried and how your strategy...
philsmd hashcat 12 2,254 05-11-2020, 03:53 PM
    Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10

@Sondero, my guess is that it is similar to the command with -m 2500 mentioned here: https://hashcat.net/faq/morework but I agree, this is very, very rarely fixing the main problem... even if you g...
philsmd hashcat 12 2,254 05-11-2020, 10:59 PM
    Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10

1. try to use this command for benchmark: hashcat64.exe -m 2500 -b 2. the number of networks in the hccapx file will affect the speed (more salt/ESSIDs, more work), try with the example hash from htt...
philsmd hashcat 12 2,254 05-12-2020, 12:03 PM
    Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10

Where do you see these percentages ? Are you talking about the "Util" value in the status prompt of hashcat ?
philsmd hashcat 12 2,254 05-12-2020, 12:42 PM
    Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10

I don't think the task manager will even recognize common OpenCL tools/software. It will just consider a few other/built-in or video editing/media player software etc. It would probably make more s...
philsmd hashcat 12 2,254 05-12-2020, 01:04 PM
    Thread: No hashes loaded error.... help me pls
Post: RE: No hashes loaded error.... help me pls

even if it might not be the only (or main) reason let's just remember what the warning about --force says: Code: -- You can use --force to override this, but do not report related errors. -- D...
philsmd hashcat 3 2,239 04-02-2019, 09:08 AM
    Thread: Paid Rules Assistance?
Post: RE: Paid Rules Assistance?

combining 3 dicts is essentially the same as combining 2 dicts and "add" the dict again (1+1+1 = (1+1)+1 = 3). you could use combinator3.bin from hashcat-utils (https://hashcat.net/wiki/doku.php?id...
philsmd hashcat 9 2,223 03-06-2020, 09:38 PM
    Thread: nano syntax highlighting masks
Post: RE: nano syntax highlighting masks

interesting. thanks for the contribution. ... but I think your syntax rules do not catch all cases see: 1. https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files 2. https://hashcat.n...
philsmd User Contributions 2 2,218 05-28-2019, 07:42 PM
    Thread: Mask processor
Post: RE: Mask processor

If you read the --help output of maskprocessor it should be very clear: -q is used to limit the number of identical characters that are next to each other (-q x means that each character should be rep...
philsmd hashcat 1 2,214 07-04-2017, 03:37 PM
    Thread: Command error
Post: RE: Command error

I think this is a problem of quotation marks "" vs '' I think windows only accepts "" as quotation for parameters The normal hashcat command is like this: Code: -- hashcat64.exe -m 14800 -...
philsmd hashcat 4 2,207 03-21-2019, 01:49 PM
    Thread: What am I doing wrong here?
Post: RE: What am I doing wrong here?

well, you also need to show us your command line and mask file. without that we can't really understand what you are doing over there.
philsmd hashcat 4 2,202 04-04-2019, 07:35 PM
    Thread: What am I doing wrong here?
Post: RE: What am I doing wrong here?

you need to define the custom charset within the mask file, see https://hashcat.net/faq#what_is_a_hashcat_mask_file and https://hashcat.net/wiki/?id=mask_attack#hashcat_mask_files therefore the com...
philsmd hashcat 4 2,202 04-04-2019, 07:53 PM