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 [asc] Views Posted
    Thread: question about hashcat speed slow?
Post: RE: question about hashcat speed slow?

Did you try to test -m 11600 with the beta version from https://hashcat.net/beta , it has several improvements for hook code (see https://github.com/hashcat/hashcat/commit/a8555fa048517bf352c0ba16745d...
philsmd hashcat 7 2,061 01-24-2020, 11:58 AM
    Thread: run hashcat on winserver 2019
Post: RE: run hashcat on winserver 2019

maybe it's from a different OpenCL Platform ? please post the output of: hashcat -I
philsmd hashcat 7 2,335 02-15-2020, 10:31 PM
    Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking

The algorithm is of course implemented in OpenCL code: https://github.com/hashcat/hashcat/blob/master/OpenCL/m18200_a3-pure.cl You could also look at the perl test module: https://github.com/hashca...
philsmd hashcat 7 2,449 02-21-2020, 05:20 PM
    Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking

the decrypted bytes do have a specific structure: https://github.com/hashcat/hashcat/blob/6b8f0da8e9d6a7f40e8376728be10908e7bb4c13/OpenCL/m18200_a3-pure.cl#L157-L167
philsmd hashcat 7 2,449 02-21-2020, 08:17 PM
    Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking

yes, early reject optimizations
philsmd hashcat 7 2,449 02-22-2020, 10:37 AM
    Thread: rules attack
Post: RE: rules attack

Try to use --stdout to see what the single rules do (hashcat --stdout -a 0 -r test.rule dict.txt) also see: https://hashcat.net/wiki/doku.php?id=rule_based_attack for instance the rule "t" (lo...
philsmd hashcat 7 1,545 04-02-2020, 05:43 PM
    Thread: rules attack
Post: RE: rules attack

it's not allowed to post hashes here, read the forum rules. You didn't even mention the password and therefore nobody can verify what you are claiming is correct about these "rules". Without the e...
philsmd hashcat 7 1,545 04-03-2020, 02:33 AM
    Thread: rules attack
Post: RE: rules attack

The main problem here should be very clear. Let's assume we have a dictionary called rockyou.txt and it contains the word "bioshock" (without quotes): Code: -- $ grep '^bioshock$' rockyou.txt ...
philsmd hashcat 7 1,545 04-07-2020, 09:14 AM
    Thread: separator unmatched
Post: RE: separator unmatched

Could you please explain what you are trying to crack (which type of hashes) and how you are testing ? The best thing probably would be to just test example hashes from https://hashcat.net/wiki/exa...
philsmd hashcat 7 1,480 05-09-2020, 07:35 AM
    Thread: Cracking bcrypt hash using brute force mode
Post: RE: Cracking bcrypt hash using brute force mode

The command makes no sense. Defining any custom charset like --custom-charset1 (or short -1) without using it within the mask doesn't make any sense and is actually quite a common user mistake. :( ...
philsmd hashcat 7 1,538 05-10-2020, 07:29 AM
    Thread: Help with special character rule
Post: RE: Help with special character rule

what did you try ? it would make sense to at least mention how you tried it etc ? see https://hashcat.net/wiki/doku.php?id=rule_based_attack for instance to append the "a" character, you would u...
philsmd hashcat 7 1,475 05-13-2020, 02:12 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

I don't quite get what you are trying to do and what your command looks like. Why don't you just show us what you currently try and we will explain what is wrong ! That way it would be much easier. ...
philsmd hashcat 7 1,475 05-13-2020, 06:39 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

I'm pretty sure that is some problem with your specific rule file (malformed, corrupted). just try it yourself... open a text editor, insert the dollar symbol and the closing bracket, store it an...
philsmd hashcat 7 1,475 05-14-2020, 02:14 PM
    Thread: Hashcat not recognizing my GPU
Post: RE: Hashcat not recognizing my GPU

see: https://hashcat.net/faq/wrongdriver also test with Code: -- clinfo -- to test and make sure it's working with other tools and therefore is not a hashcat problem.
philsmd hashcat 7 1,365 05-22-2020, 08:02 AM
    Thread: Hashcat not recognizing my GPU
Post: RE: Hashcat not recognizing my GPU

it's not clear what the problem now is. Does clinfo only work (i.e. list your devices) with root ? that would be very bad and just proofs that your driver installation/configuration is broken. It w...
philsmd hashcat 7 1,365 05-22-2020, 12:31 PM
    Thread: HASHCAT CPU
Post: RE: HASHCAT CPU

just uninstall all theser open-source drivers (beignet, pocl, mesa etc) and install the OpenCL Runtime for Intel Core and Xeon Processors from https://software.intel.com/content/www/us/en/develop/arti...
philsmd hashcat 7 10,133 05-28-2020, 07:37 AM
    Thread: No devices found/left
Post: RE: No devices found/left

if you want to install the Intel driver, you just go to the intel download page (as explained in dozens of other hashcat forum posts): https://hashcat.net/forum/thread-9240-post-48858.html#pid48858 ...
philsmd hashcat 7 1,535 06-09-2020, 12:48 PM
    Thread: No devices found/left
Post: RE: No devices found/left

it's directly linked in the above thread: linux: https://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/15532/l_opencl_p_18.1.0.015.tgz windows: https://registrationcenter-download.intel.co...
philsmd hashcat 7 1,535 06-09-2020, 02:00 PM
    Thread: No devices found/left
Post: RE: No devices found/left

Code: -- cd Downloads/ tar xzf l_opencl_p_18.1.0.015.tgz cd l_opencl_p_18.1.0.015/ sudo ./install.sh -- The installer will tell you if you have installed all the packages that are needed ...
philsmd hashcat 7 1,535 06-09-2020, 09:17 PM
    Thread: No devices found/left
Post: RE: No devices found/left

The downloaded file l_opencl_p_18.1.0.015.tgz defintiely contains an installation file called "install.sh" within the archive. If you would have extracted the tgz file correctly with "tar xzf l_ope...
philsmd hashcat 7 1,535 06-14-2020, 06:33 PM