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 [asc] Posted
    Thread: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...

what is the name of the software that was used to encrypt the drive ?
philsmd hashcat 10 5,754 01-31-2019, 10:38 PM
    Thread: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...

first you need to find out if the algorithm is veracrypt or truecrypt or diskcryptor. These are 3 different algorithms. I would suggest to find out what you see (in case you need to input the passw...
philsmd hashcat 10 5,754 02-11-2019, 11:12 PM
    Thread: --remove switch with WPA
Post: RE: --remove switch with WPA

Like with all other hash types the file (in this case the .hccap file) should be empty if and only if all "hashes" were cracked. The size of the hash file should therefore be 0 bytes if each and ever...
philsmd Old oclHashcat Support 2 5,738 09-17-2014, 03:41 PM
    Thread: Performance increasing relative to variation
Post: RE: Performance increasing relative to variation

First of all, it seems that you are using the wrong hash mode, i.e. the algorithm is (or at least seems to be) salted MD5 e.g. -m 10 = md5 ($pass . $salt) and not raw-md5 (-m 0 = MD5). The speed diff...
philsmd Old oclHashcat Support 3 5,725 03-06-2016, 10:31 AM
    Thread: Performance increasing relative to variation
Post: RE: Performance increasing relative to variation

Todeskuss Wrote: (03-08-2016, 01:54 AM) -- 0.9:c0XXXX906aXXXXc1XXcdXX0bXXXXf4XX -- This just confirms that you are not familiar with the very basics of oclHashcat/hashcat and are not willing to lear...
philsmd Old oclHashcat Support 3 5,725 03-08-2016, 10:31 AM
    Thread: Can someone confirm this command?
Post: RE: Can someone confirm this command?

The mask, in your case ?1?1?1?1?1?1?1?1 must be at least the length specified by --increment-max (or longer). How else would oclHashcat know what it should do after the position @ end of mask Your ma...
philsmd Old oclHashcat Support 3 5,723 10-28-2014, 09:52 PM
    Thread: Cannot commuincate with oclHashcat process
Post: RE: Cannot commuincate with oclHashcat process

reading the restore file is one possibility, the other one would be (and afaik most "wrappers" choose this way) to use --status --status-automat (see also https://hashcat.net/trac/ticket/406 ). Btw. ...
philsmd Old oclHashcat Support 3 5,718 02-15-2015, 03:27 PM
    Thread: ERROR: clGetDeviceIDs()
Post: RE: ERROR: clGetDeviceIDs()

From a terminal not connected over SSH you need to run: xhost + This is also explained in the setup guide: https://hashcat.net/wiki/doku.php?id=linux_server_howto Basically the SSH terminal cur...
philsmd Old oclHashcat Support 2 5,717 08-06-2014, 11:23 AM
    Thread: mask question
Post: RE: mask question

Hi, please read https://hashcat.net/wiki/doku.php?id=mask_attack and --help. What you should investigate is what custom charsets do (--custom-charset1, --custom-charset2, --custom-charset3, --custom-...
philsmd General Talk 2 5,715 09-23-2013, 09:36 AM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

please test also with the beta version from https://hashcat.net/beta btw: there are also example hashes from https://hashcat.net/wiki/example_hashes (including tests with PIM)
philsmd hashcat 13 5,712 03-11-2019, 11:35 PM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

thanks guys for confirming. I did some commit history tests and found out that this (admittedly very huge) commit has fixed the PIM feature: https://github.com/hashcat/hashcat/commit/c9e796fcf061...
philsmd hashcat 13 5,712 03-14-2019, 12:09 PM
    Thread: multi rules debugging
Post: RE: multi rules debugging

What's the problem of using a single file then? Code: -- $ sort -u 1.rule 2.rule -o myrules.rule $ ./hashcat-cli64.bin -r myrules.rule --stdout --
philsmd Old hashcat Support 2 5,701 08-27-2013, 01:29 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: distributed cracking: relation between -s/-l value and Restore.Point value when cracked
Post: RE: how to run hashcat in a distributed environmen...

You shouldn't make this type of connection between -s/-l value and the value you see at the time the hashes were cracked in the Restore.Point line (there are additional features that might influence i...
philsmd hashcat 6 5,688 03-31-2017, 09:21 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
    Thread: how to run hashcat in a distributed environment
Post: RE: how to run hashcat in a distributed environmen...

1. Code: -- hashcat --keyspace -a 3 ?a?a?a?a?a?a?a 81450625 -- 2. Code: -- 81450625 / 10 = 8145063 -- 3. Code: -- hashcat -m 0 -a 3 -w 4 --skip 0 --limit 8145063 hash_file.txt ?a?a?a?...
philsmd hashcat 3 5,662 03-30-2017, 09:15 AM
    Thread: Look Up Tables
Post: RE: Look Up Tables

Since this post is within the cpu hashcat section, I assume you are speaking about hashcat-cli (version 0.49 at the time of this post). Yes, if you look at --help, it says: 5 = Table-Lookup so ...
philsmd Old hashcat Support 2 5,656 03-19-2015, 06:29 PM
    Thread: Resume session while using mask file
Post: RE: Resume session while using mask file

you can use either [b]ypass or modify the .hcmask file accordingly (e.g. remove the lines you don't want it to run). For instance, you could stop when a mask finishes and look the mask up in the .h...
philsmd Old oclHashcat Support 3 5,629 02-22-2015, 05:44 PM
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

as you might already know, if you use any amplifier (like rules) the total number of password candidates will increase. This implies also that the "Progress" number in the status screen will get large...
philsmd hashcat 12 5,625 02-15-2019, 09:39 AM