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 [desc] Views Posted
    Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...

you could just use --stdout -a 1 or combinator.bin or combinator3.bin to generate a dictionary file. you could for instance start with a list of 2 words combinated together and with -a 1 add the 3r...
philsmd General Talk 11 1,772 07-05-2020, 01:15 PM
    Thread: Hashcat 0.43 not successfully decrypting SHA512 unix hash
Post: RE: Hashcat 0.43 not successfully decrypting SHA51...

Just tested the same hash on 32 bit ubuntu and 32 bit windows 7 (w/ cygwin) w/ both v43 and latest beta. I instead CAN reproduce the problem, seems to be an odd 32bit-specific problem!? WIN: Code: -...
philsmd Old hashcat Support 12 33,262 03-14-2013, 10:49 AM
    Thread: Hashcat 0.43 not successfully decrypting SHA512 unix hash
Post: RE: Hashcat 0.43 not successfully decrypting SHA51...

It is on trac now ( https://hashcat.net/trac/ticket/92/ ). Thx
philsmd Old hashcat Support 12 33,262 03-15-2013, 11:49 AM
    Thread: ERROR: cuLaunchKernel() 1
Post: RE: ERROR: cuLaunchKernel() 1

@mailmuncher2000, @Nevermore et al. Please consider posting *ALSO* the output of cuda-memcheck (OR cuda-memcheck.exe - which you find in the cuda sdk, install it if not done already)... I reported a...
philsmd Very old oclHashcat-plus Support 12 28,457 04-09-2013, 09:44 AM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

Code: -- $ cat dict.txt abcd $ cat m0160.txt # masked 8717XXX45b7cXXX66d9XXX55c6e5b9eXXXXc46c:1234 $ ./hashcat-cli64.bin --quiet -m 160 m0160.txt dict.txt 8717XXX45b7cXXX66d9XXX55c6e5b9eXXXXc4...
philsmd Old hashcat Support 12 31,848 07-31-2013, 06:01 PM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

Of course that is not good for attacking the hash, if you miss important information (the salt/key in general is known). You could try to generate a list of salts (e.g. w/ maskprocessor and a suitabl...
philsmd Old hashcat Support 12 31,848 07-31-2013, 06:58 PM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

1. Eula needs to be accepted only once (if you type YES 1. time hashcat will "remember" that it was accepted) 2. the commands end at the newline character, therefore you don't need to specify the pass...
philsmd Old hashcat Support 12 31,848 08-01-2013, 04:23 PM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

Can you provide a (minimal) test case s.t. we can easily reproduce and double-check the problem. Cmdline/input etc (MASKED, whatever is needed to see it crashing). Thx
philsmd Old hashcat Support 12 22,818 08-04-2013, 07:10 PM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

I "*think*" I have identified the problem (yes it was a problem, but dunno if no more crashes occur when you test). The trac ticket is here: https://hashcat.net/trac/ticket/186 Please test (when ha...
philsmd Old hashcat Support 12 22,818 08-08-2013, 11:16 AM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

Hey. Rest assured that devs are already investigating this possible memory (RAM) problem. Do you think that you can give more details on which parameters you use and how large (roughly) your dicts/r...
philsmd Old hashcat Support 12 22,818 07-25-2013, 08:30 AM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

Try it this way: 0. Check if the hash file is correct: Code: -- $ cat m0160.txt #masked 8717XXX45b7cXXX66d9XXX55c6e5b9eXXXXc46c -- 1. Generate external salts list (file: external_salts.txt):...
philsmd Old hashcat Support 12 31,848 08-01-2013, 02:22 AM
    Thread: Session issue
Post: RE: Session issue

Hi Mem5. Cool that it works now for you (w/ 1h).... but: I've tried the exact same command (copy-paste) on a system w/ win8/x64/gtx580 and win7/x64/7970 and both runs were resumed (in my eyes) correc...
philsmd Very old oclHashcat-plus Support 12 18,653 10-16-2013, 09:12 AM
    Thread: Benchmark feature for cpu hashcat
Post: Benchmark feature for cpu hashcat

I am happy to announce that now also cpu hashcat will be able to run in benchmark-mode. You can now use the --benchmark or (short) -b switch to enable this benchmark-mode. It is also possible, lik...
philsmd Old hashcat Support 12 45,166 11-02-2014, 07:02 PM
    Thread: GTX 970 Benchmark
Post: RE: GTX 970 Benchmark

You forgot about the most important part, i.e. to add rules :P See https://hashcat.net/wiki/doku.php?id=rule_based_attack and the /rules folder
philsmd Hardware 12 29,518 01-16-2015, 02:32 AM
    Thread: oclHashcat v1.36
Post: RE: oclHashcat v1.36

point 1. and 2. shouldn't be a problem in the future, because I've developed a perl script (7z2hashcat.pl) that should be able to deal with those archive types too. I.e. it does not have those limitat...
philsmd Old oclHashcat Announcements 12 45,557 04-26-2015, 11:05 AM
    Thread: oclHashcat v1.36
Post: oclHashcat v1.36

[hr] Download is here: https://hashcat.net/oclhashcat/ [hr] This version 1.36 is a wild mix of nice updates :) Still, all oclHashcat versions back to 1.33 share the same driver dependencie...
philsmd Old oclHashcat Announcements 12 45,557 04-25-2015, 07:36 PM
    Thread: combinator.bin command not found?
Post: RE: combinator.bin command not found?

are you sure you run a binary that fits your operating system? For instance, on a 64bit system you should run a 64bit binary (or have the required 32 bit libraries installed). see https://stackoverflow...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 12 19,433 11-09-2015, 04:18 PM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

I think we should distinguish this task in 2 separate goals: 1. what devs of hashcat/oclHashcat need to change/do to facilitate creation of packages. 2. what the people need to do/know whose goal is t...
philsmd hashcat 12 18,949 12-08-2015, 02:56 PM
    Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session

jodler303 Wrote: (08-11-2016, 06:50 PM) -- and by multiplying the percentage with keyspace you can calculate the offset for --skip -- Sorry, but this statement is bullshit. There is a specific lin...
philsmd hashcat 12 24,560 08-12-2016, 08:42 AM
    Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session

jodler303 Wrote: (08-13-2016, 05:07 PM) -- So what you will do (or maybe just me ;-)) is, taking the percentage from the last mask hashcat was working on, letting it finish off that mask the way i h...
philsmd hashcat 12 24,560 08-13-2016, 05:57 PM