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 Posted [asc]
    Thread: VeraCrypt cracking always Exhausted
Post: RE: VeraCrypt cracking always Exhausted

You should have already noticed by now (after we discussed and explained it here: https://hashcat.net/forum/thread-6908.html and also by looking at the example hashes here: https://hashcat.net/wiki/ex...
philsmd hashcat 7 10,898 09-29-2017, 04:35 PM
    Thread: Line length exception with example MD5 hash?
Post: RE: Line length exception with example MD5 hash?

OP did open a new thread. Therefore the discussion continues here: https://hashcat.net/forum/thread-6910-post-36848.html
philsmd hashcat 5 7,067 09-29-2017, 04:19 PM
    Thread: Line length exception with example MD5 hash?
Post: RE: Line length exception with example MD5 hash?

Hashcat, like any other cracker I know and also all underlying hash algorithm, work with bytes. If you use a UTF-8 password which is 2 bytes long, your mask also must be 2 bytes. Therefore to trou...
philsmd hashcat 5 7,067 09-29-2017, 11:48 AM
    Thread: Problems with OpenCL
Post: RE: Problems with OpenCL

The ICD is not the driver. You need to install the OpenCL driver for your CPU... download it from you CPU vendor web site (e.g. software.intel.com)
philsmd hashcat 10 9,575 09-28-2017, 04:53 PM
    Thread: Problems with OpenCL
Post: RE: Problems with OpenCL

if you want to use hashcat, you need to install the OpenCL drivers (this is true for both GPU and CPU). the drivers can be found on nvidia.com/support.amd.com for GPUs and software.intel.com for Op...
philsmd hashcat 10 9,575 09-28-2017, 03:24 PM
    Thread: Basic hashcat issue - beginner
Post: RE: Basic hashcat issue - beginner

Great. ... and thanks for the hint about the possibility of missinterpretation of the sentence within the wiki. I've updated/fixed it. Hopefully now it is better.
philsmd hashcat 6 5,295 09-28-2017, 12:44 PM
    Thread: Basic hashcat issue - beginner
Post: RE: Basic hashcat issue - beginner

veracrypt has these hash modes (-m): Code: -- 137XY | VeraCrypt | Full-Disk Encryption (FDE) X | 1 = PBKDF2-HMAC-RIPEMD160 | F...
philsmd hashcat 6 5,295 09-28-2017, 11:50 AM
    Thread: Hybrid attack splitting
Post: RE: Hybrid attack splitting

the only ways to reduce the time needed for one chunck even further than -l 1 is to use lower -n/-u values (which affects the speed) or to reduce the number of hashes (which is also counter-productive...
philsmd hashcat 4 4,187 09-24-2017, 02:48 PM
    Thread: Worldlist Clean up
Post: RE: Worldlist Clean up

just think about it like this: "I want to remove every digit that is followed by a non-digit" you can express this with the unix sed tool like this: Code: -- sed -r 's/[0-9]+([^0-9])/\1/g' --
philsmd General Talk 5 4,339 09-24-2017, 11:10 AM
    Thread: HMAC-SHA1
Post: RE: HMAC-SHA1

Never saw this before... but it seems that the "Killed" error comes from you operating system (it's defintely not from hashcat itself) and means that you do not have enough RAM. How much RAM do you h...
philsmd hashcat 5 5,692 09-19-2017, 03:03 PM
    Thread: HMAC-SHA1
Post: RE: HMAC-SHA1

The beta version (https://hashcat.net/beta/) supports much larger password and salt lengths at the cost of performance (if you do not use -O command line argument with newest beta version, you should ...
philsmd hashcat 5 5,692 09-19-2017, 11:08 AM
    Thread: Performance difference Win 7 vs Win 10?
Post: RE: Performance difference Win 7 vs Win 10?

You should be more specific about what you are trying to run. ... or are you talking about just benchmarking with -b ? If you do not just run "hashcat -b", but some other types of attack, e.g. w...
philsmd hashcat 3 3,726 09-16-2017, 09:38 AM
    Thread: I cant Run hashcat in Linux
Post: RE: I cant Run hashcat in Linux

do not use beignet. You need to install the Intel runtime if you want to use your OpenCL CPU: OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors for Ubuntu* (64-bit) *** ht...
philsmd hashcat 6 8,436 09-14-2017, 04:14 PM
    Thread: Custom symbol character set
Post: RE: Custom symbol character set

Yeah, that's true that there are 2 different escaping rules. The one about the masks (?? for a literal "?") was always there: see https://hashcat.net/wiki/?id=mask_attack#masks This is also how it...
philsmd hashcat 5 5,451 09-14-2017, 04:09 PM
    Thread: Custom symbol character set
Post: RE: Custom symbol character set

oh, you are right. I actually didn't test it and just noticed the , (the only thing that I escaped). The correct syntax, according to the custom charset definition wiki is that you also have to esc...
philsmd hashcat 5 5,451 09-14-2017, 02:20 PM
    Thread: Custom symbol character set
Post: RE: Custom symbol character set

The syntax is explained here: https://hashcat.net/wiki/?id=mask_attack#hashcat_mask_files (and also within the FAQ: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_hashca...
philsmd hashcat 5 5,451 09-14-2017, 07:20 AM
    Thread: Clean up CAP and Convert to HCCAPX for use with Hashcat
Post: RE: Clean up CAP and Convert to HCCAPX for use wit...

I just want to make sure that a non-experienced user doesn't use a silly filter and cleanup like the one mentioned above. If you know what you are doing. just do it. at your own risk. For all othe...
philsmd hashcat 6 29,048 09-13-2017, 10:49 AM
    Thread: MS Office Instant decryption
Post: RE: MS Office Instant decryption

If you read this carefully https://hashcat.net/forum/thread-3665.html, you will see that you only need -m 9710 to access the data. Have a look at the list of steps under the "KDF" section https://has...
philsmd General Talk 9 15,352 09-12-2017, 05:00 PM
    Thread: Clean up CAP and Convert to HCCAPX for use with Hashcat
Post: RE: Clean up CAP and Convert to HCCAPX for use wit...

the main question that comes to my mind here is: why do you need to clean it at all? doesn't it work also without cleaning it? The output should be 100% the same one. maybe the only reasons you cl...
philsmd hashcat 6 29,048 09-12-2017, 08:08 AM
    Thread: Complex iTunes password
Post: RE: Complex iTunes password

Please keep in mind: 1. this has nothing to do with hashcat. If the password is completely random, long enough, wasn't leaked before and therefore doesn't appear in any word list, it could be just in...
philsmd hashcat 7 6,395 09-07-2017, 08:25 AM