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 [desc] Posted
    Thread: HashCat Speed
Post: RE: HashCat Speed

no hash type, no valid answer btw: try to use -w 4 and -O (the latter only makes sense if applicable to that specific hash type -m x)
philsmd hashcat 3 1,840 03-24-2019, 11:42 AM
    Thread: HashCat Speed
Post: RE: HashCat Speed

I think brute-forcing is not the correct approach (or at least it shouldn't be the first one) for slow hash types like iTunes backup >= 10.0 . I would recommend starting with a dictionary attack (-...
philsmd hashcat 3 1,840 03-24-2019, 12:15 PM
    Thread: Hashcat on VPS (CPU only)
Post: RE: Hashcat on VPS (CPU only)

Why would you even think about using these old versions of hashcat ? Do not use --force uninstall all the non-vendor drivers (the open source drivers like Mesa/Pocl etc) Try to fix the clinfo...
philsmd hashcat 6 1,842 01-13-2020, 04:49 PM
    Thread: Hashcat on VPS (CPU only)
Post: RE: Hashcat on VPS (CPU only)

try latest beta version of hashcat from https://hashcat.net/beta/ if it's really an intel CPU, you should install the intel OpenCL runtime from: https://software.intel.com/content/www/us/en/develop...
philsmd hashcat 6 1,842 06-12-2020, 09:44 AM
    Thread: full parallel power of device
Post: RE: full parallel power of device

-a 3 means mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack) so what you basically did is run a dictionary (the dictionary attack would be -a 0) with -a 3, i.e. run each word in the ma...
philsmd hashcat 6 1,844 12-23-2019, 08:54 AM
    Thread: Create PKZIP Master Key
Post: RE: Create PKZIP Master Key

you do not use the output of zip2john at all for -m 20500 or -m 20510. you just use the key that bkcrack will give you if you have succeeded with a known plaintext attack
philsmd hashcat 4 1,849 01-14-2020, 03:51 PM
    Thread: Create PKZIP Master Key
Post: RE: Create PKZIP Master Key

do not post hashes in this forum, see https://hashcat.net/forum/announcement-2.html The example hashes are here: https://hashcat.net/wiki/example_hashes (hint: they do not have any file names etc, ...
philsmd hashcat 4 1,849 01-14-2020, 03:36 PM
    Thread: "simultaneous attacks"
Post: RE: "simultaneous attacks"

you can just append one hccapx file to the other and create a larger hccapx file, as explained here: - https://hashcat.net/wiki/doku.php?id=hccapx - https://hashcat.net/wiki/doku.php?id=frequently_a...
philsmd hashcat 2 1,850 01-23-2019, 08:05 PM
    Thread: Pass for Veracrypt file container, algorithm Twofish-Serpent
Post: RE: Pass for Veracrypt file container, algorithm T...

1. dd (dd.exe) can be used on windows too to extract the bytes 2. you are probably confusing the data length that needs to be decrypted to verify if the password was correct with the key length ("gen...
philsmd hashcat 1 1,855 06-18-2018, 07:57 PM
    Thread: Doing nothing when trying to output potfile
Post: RE: Doing nothing when trying to output potfile

Thanks. Could you test also with the latest hashcat version but with much fewer hashes ? Is is still not responding (doing anything) then ? How slow is it with for instance just 10000 hashes ?
philsmd hashcat 3 1,855 03-07-2019, 12:21 PM
    Thread: Doing nothing when trying to output potfile
Post: RE: Doing nothing when trying to output potfile

how large is your hash file ? How many hashes do you have ? Did you try to test with a subset of the whole hashes (a much smaller hash file) ? As far as I know, the combining of hashes and usern...
philsmd hashcat 3 1,855 03-06-2019, 03:08 PM
    Thread: Guidance for creation of custom kernels
Post: RE: Guidance for creation of custom kernels

I would say that the best thing for now is to just have a look at the github commit history and check for the addition of (already added) new hash types, like this one: https://github.com/hashcat/hash...
philsmd General Talk 2 1,858 06-15-2019, 09:33 AM
    Thread: m13600 error,Self-test hash parsing error: Token encoding exception
Post: RE: m13600 error,Self-test hash parsing error: Tok...

do you think this is the same problem https://github.com/hashcat/hashcat/issues/2200 ?
philsmd hashcat 4 1,883 10-30-2019, 10:24 AM
    Thread: m13600 error,Self-test hash parsing error: Token encoding exception
Post: RE: m13600 error,Self-test hash parsing error: Tok...

well, that was more like a rhetorical question ! :) we know that it has to do with hexadecimal fields and this recent commit (which in fact isn't wrong, but only brought the problem to light becaus...
philsmd hashcat 4 1,883 10-30-2019, 04:49 PM
    Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?

did you try comparing it with a run with the --slow-candidates command line argument ?
philsmd hashcat 5 1,885 08-15-2019, 12:55 PM
    Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?

this type of strategy was since kind of forever discussed in the FAQ under the "more work" question: https://hashcat.net/faq/morework
philsmd hashcat 5 1,885 08-16-2019, 01:46 PM
    Thread: Error CPU Intel Hashcat 5.1.0.
Post: RE: Error CPU Intel Hashcat 5.1.0.

uninstall pocl, mesa, beignet and install the vendor drivers as recommended on https://hashcat.net/hashcat/ OpenCL Runtime for Intel Core or Xeon processors: https://software.intel.com/en-us/articl...
philsmd hashcat 6 1,890 04-27-2020, 11:28 AM
    Thread: Error CPU Intel Hashcat 5.1.0.
Post: RE: Error CPU Intel Hashcat 5.1.0.

I just tested it (again) just to make sure it would work. ... and as expected, your claim does not hold (for me it works on any ubuntu > 16.04): Code: -- Prerequisites > Missing Prerequisite(s) ---...
philsmd hashcat 6 1,890 04-27-2020, 02:34 PM
    Thread: Need help
Post: RE: Need help

md5 ("[email protected]") == 120b8510fd7091bc12f890433f65036f it's against the forum rules to post hashes you could use different types of attacks, -a 3, -a 7 (yeah even -a 1) and of course ...
philsmd hashcat 6 1,891 09-02-2019, 06:55 PM
    Thread: Need help
Post: RE: Need help

I already mentioned one way to improve the speed (with stdin/pipe). Depending on the hash type (-m x), there might be also the possibility to just use a different algorithm, e.g. salted hashes instead...
philsmd hashcat 6 1,891 02-08-2020, 06:03 PM