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: Speed of crack for WPA/WPA2 hash
Post: RE: Speed of crack for WPA/WPA2 hash

As already mentioned above, the hash algorithm itself determines where/how the password candidates are generated for mask attacks (-a 3). The hashcat source code distinguishes between ATTACK_EXEC_INS...
philsmd hashcat 8 21,164 09-03-2017, 07:33 PM
    Thread: Issues in cracking WPA2 with wordlist+mask
Post: RE: Issues in cracking WPA2 with wordlist+mask

The minimum password length for WPA/WPA2 is 8 bytes/characters. Hashcat will immediately reject (see the Rejected.........: line within your status) all passwords which do not adhere to this limita...
philsmd hashcat 1 3,201 09-04-2017, 10:45 AM
    Thread: Hashcat don't parse sha256($pass.$salt) with --hex-salt
Post: RE: Hashcat don't parse sha256($pass.$salt) with -...

The newest beta version (https://hashcat.net/beta/) should fix this problem. Thx for reporting
philsmd hashcat 3 4,601 09-06-2017, 10:22 PM
    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
    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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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