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 [desc] Replies Views Posted
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

Maybe it depends on the mask you use in step #1 ? It's difficult to say without a more detailed example for each step. As you might have already noticed, hashcat prefers a mask attack (see https://h...
philsmd hashcat 6 5,792 03-01-2017, 04:12 PM
    Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary

This is not the correct way to generate hashes. echo always outputs a string with newlines. BTW: this question is even present in the MOST frequently asked questions https://hashcat.net/faq#i_cr...
philsmd hashcat 12 12,535 03-01-2017, 05:44 PM
    Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary

@Honik89 Could you please try with current git HEAD version? (make clean; git pull; make) This patch might fix the bcrypt problem you are experiencing (which only affects the Apple OpenCL runtime):...
philsmd hashcat 12 12,535 03-03-2017, 12:06 AM
    Thread: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible?
Post: RE: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible...

What do you mean by integer overflow? Did you not see that error message before. Please be more specific. Most of the time when users report an integer overflow is when the job would take kinda milli...
philsmd hashcat 5 5,472 03-08-2017, 12:31 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

This: Code: -- hashcat64.exe -m 1000 -a 3 test.txt -- means that hashcat should use the default mask: https://hashcat.net/wiki/hashcat#default_values which is not a "full-bruteforce" (but currentl...
philsmd hashcat 6 5,792 03-01-2017, 04:22 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

All of this information is documented in the wiki, I even linked it. I will try to explain it anyway: 1. --custom-charset2 ?l?d means "define a custom charset with all lower letters and digits" ...
philsmd hashcat 6 5,792 03-01-2017, 05:41 PM
    Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...

Maskprocessor has a command line argument for exactly this type of password candidate filtering: https://github.com/hashcat/maskprocessor/blob/master/src/mp.c#L78 So one could use something like t...
philsmd hashcat 12 12,015 03-06-2017, 08:53 AM
    Thread: hashcat-3.40
Post: RE: hashcat-3.40

Hello and welcome, Firstly, it shouldn't be too difficult to choose a more suitable forum thread topic: "hashcat-3.40" is kinda the worst title of the thread you could come up with (the content of th...
philsmd hashcat 1 3,933 03-07-2017, 08:51 AM
    Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...

This might have various reasons. It's very clear from the error message that neither the intel driver nor the nvidia driver are correctly/completely installed. Firstly, you must make sure that the nv...
philsmd hashcat 12 12,015 03-13-2017, 01:42 PM
    Thread: NTLM list with Duplicate Hashes
Post: RE: NTLM list with Duplicate Hashes

Do you use the latest version of hashcat (3.40 currently)?
philsmd hashcat 4 4,735 03-16-2017, 04:08 PM
    Thread: guess number
Post: RE: guess number

Try with --outfile-format 11
philsmd hashcat 3 4,394 03-17-2017, 08:26 AM
    Thread: Cant crack simple russian password
Post: RE: Cant crack simple russian password

As you can see by looking into the charsets folder of hashcat, russian chars can be represented with different encodings (cp1251, ISO-8859-5, KOI8-R.hcchr etc). So one problem is that all these input...
philsmd hashcat 2 3,725 03-13-2017, 11:20 PM
    Thread: OpenCL installation on Linux
Post: RE: OpenCL installation on Linux

Actually, if you know what the problem of the K a l i packages are and how one normally needs to install the drivers/ICDs, then it is quite easy to start hashcat also with The-Distribution-Which-Doe...
philsmd hashcat 11 23,369 03-14-2017, 01:41 PM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

by the way, it doesn't seem that ethereum uses "just sha3", see https://github.com/ethereum/cpp-ethereum/blob/develop/libdevcrypto/SecretStore.cpp#L378-L418 It seems that the SHA3 () step is just p...
philsmd hashcat 26 24,603 03-19-2017, 02:30 PM
    Thread: hashtopus client
Post: RE: hashtopus client

Firstly, you probably should use hashtopussy (https://github.com/s3inlc/hashtopussy/releases) and not hashtopus (which doesn't even seem to be compatible with hashcat 3.40). Secondly, this is the has...
philsmd hashcat 2 3,545 03-22-2017, 03:04 PM
    Thread: Help using oclhashcat .hccap file
Post: RE: Help using oclhashcat .hccap file

1. use hashcat 3.40 (or higher, beta: https://hashcat.net/beta/) 2. use hccapx files (convert your caps with cap2hccapx from hashcat-utils or the converter: https://hashcat.net/cap2hccapx/ 3. use some...
philsmd hashcat 3 4,320 03-23-2017, 03:35 PM
    Thread: cracking way too fast?
Post: RE: cracking way too fast?

If you use the release version from https://hashcat.net/ you just need to know that this is a known issue and was already fixed: https://github.com/hashcat/hashcat/issues/1178 You can use https://has...
philsmd hashcat 2 3,599 03-26-2017, 06:32 PM
    Thread: multi hash
Post: RE: multi hash

See https://hashcat.net/wiki/hccapx for windows: Code: -- copy /b single_hccapxs\*.hccapx all_in_one\multi.hccapx -- for linux: Code: -- cat single_hccapxs/*.hccapx > all_in_one/multi.hcc...
philsmd hashcat 6 6,158 03-29-2017, 06:41 PM
    Thread: Limit to distribute
Post: RE: Limit to distribute

This question was already answered a couple of times, please use the forum search. https://hashcat.net/forum/thread-6448-post-34346.html#pid34346
philsmd hashcat 4 3,997 03-30-2017, 09:18 AM
    Thread: how to run hashcat in a distributed environment
Post: RE: how to run hashcat in a distributed environmen...

This question is also within the most frequently asked questions (wiki page): https://hashcat.net/faq#what_is_a_keyspace
philsmd hashcat 3 5,662 03-30-2017, 11:01 AM