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: Almost HALF speeds on 8 V100 GCP
Post: RE: Almost HALF speeds on 8 V100 GCP

it's important to understand what exactly you are comparing with (it's not good and meaningful to compare apples to oranges). How exatly do you get the speed ? do you use -b ? My guess is that you ...
philsmd hashcat 4 1,652 11-22-2019, 07:36 PM
    Thread: Almost HALF speeds on 8 V100 GCP
Post: RE: Almost HALF speeds on 8 V100 GCP

can you post the output of Code: -- hashcat -m 1000 -b -- ? it's also worth testing with the beta version from https://hashcat.net/beta/ or even testing with CUDA (you need to install the CUD...
philsmd hashcat 4 1,652 11-22-2019, 08:09 PM
    Thread: ALL outputs of best64.rules of a word in a dic.
Post: RE: ALL outputs of best64.rules of a word in a dic...

The advice of Milzo was to use cpu hashcat (https://hashcat.net/hashcat/) and not oclHashcat ./hashcat-cli64.bin means cpu hashcat, because the missing ocl and the cli in the name. oclHashcat doe...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 11,170 11-13-2014, 02:50 PM
    Thread: all numbers VS .hcmask
Post: RE: all numbers VS .hcmask

There are at least 2 problems with this question: 1. too general (what do you mean by numbers only etc) 2. you should avoid making things more complicated than they are About #2, if you know that for...
philsmd Old oclHashcat Support 2 5,446 09-25-2014, 06:33 PM
    Thread: Alert "ADL_Main_Control_Create()" when running oclHashcat
Post: RE: Alert "ADL_Main_Control_Create()" when running...

You need to make sure that the correct driver is installed (amd catalyst 14.9 at the time of this post, see https://hashcat.net/oclhashcat/ ) and that no amd app sdk is installed (or other older confl...
philsmd Old oclHashcat Support 3 6,003 05-11-2015, 07:56 PM
    Thread: Alert "ADL_Main_Control_Create()" when running oclHashcat
Post: RE: Alert "ADL_Main_Control_Create()" when running...

Yes, you do not need it (if you aren't a OpenCL developer) and it for sure gives conflicts if you have it installed. Even if you are an OpenCL developer you need to be very careful where you put the a...
philsmd Old oclHashcat Support 3 6,003 05-12-2015, 09:59 AM
    Thread: Agilebits 1Password support and Design Flaw?
Post: RE: Agilebits 1Password support and Design Flaw?

OMG, amazing! Well done atom
philsmd Very old oclHashcat-plus Support 44 362,066 04-16-2013, 05:26 PM
    Thread: Agilebits 1Password support and Design Flaw?
Post: RE: Agilebits 1Password support and Design Flaw?

Quote: -- In the new format that I mentioned, we actually make this last bit easier for you (by design). -- Thx you, nice to collaborate w/ us.
philsmd Very old oclHashcat-plus Support 44 362,066 04-16-2013, 06:32 PM
    Thread: aes128 brute-force w/mask using half sha256
Post: RE: aes128 brute-force w/mask using half sha256

Long constant strings within the mask (especially at the beginning of the mask) are always bad for the performance. You could try to use different attack modes, like -a 6: Code: -- hashcat -m 1...
philsmd hashcat 3 4,106 01-09-2018, 02:42 PM
    Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...

Code: -- for i in {1722..2017}; do echo $i | sed 's/\(.\)/\$\1 /g'; done > rules/add_year.rule --
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 8,777 11-30-2017, 10:18 PM
    Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...

Yeah, that's true my example was targeted for linux/mac users that use a bash-compatible shell. That said, you can extend the idea to any other environment or tool (yes you could also do it all wit...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 8,777 12-05-2017, 01:57 PM
    Thread: about the zip file size and the hash got by zip2john
Post: RE: about the zip file size and the hash got by zi...

https://github.com/hashcat/hashcat/issues/2186#issuecomment-530489997
philsmd hashcat 3 1,721 11-02-2019, 08:05 AM
    Thread: About the return value of hashcat
Post: RE: About the return value of hashcat

This is very well documented: 1. in the file docs/status_codes.txt (relative path starting from oclHashcat-plus root folder) 2. if you use forum search, there are dozens of similar questions/answers...
philsmd Very old oclHashcat-plus Support 1 5,124 11-20-2013, 09:07 AM
    Thread: About exclude symbol
Post: RE: About exclude symbol

If I understood this correctly, I think there is a way to remove the already checked keyspace. I think mathematically one would say there is an intersection between ?l?u?d and ?l?d and the new set of...
philsmd Old oclHashcat Support 4 8,152 01-20-2014, 02:51 PM
    Thread: A-F 0-9 8 digit mask Help
Post: RE: A-F 0-9 8 digit mask Help

btw, as an alternative to a custom charset (-1 etc), there is also the built-in charset ?H that does the same thing. See --help: Code: -- - [ Built-in Charsets ] - ... H | 0123456789ABCDEF -- ...
philsmd hashcat 9 4,754 02-21-2019, 09:01 AM
    Thread: A Rule For not more then 2 consecutive number or letter
Post: RE: A Rule For not more then 2 consecutive number ...

fonzy35 Wrote: (02-06-2015, 09:46 AM) -- I looked in to maskprocessor rule, but i didn't find any. -- The answer of atom was for maskprocessor ( https://hashcat.net/wiki/doku.php?id=maskprocessor , ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 12,856 02-06-2015, 05:50 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