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: build for windows from linux
Post: RE: build for windows from linux

this has nothing to do on where you use the "win32" target, because it doesn't exists anymore! it's just a very recent change: https://github.com/hashcat/hashcat/commit/68d6d36761e7f5ddb3b58cb90b6a8...
philsmd hashcat 3 2,032 03-03-2019, 09:31 AM
    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: Password in list, but hashcat cant find it? [Electrum litecoin wallet]
Post: RE: Password in list, but hashcat cant find it? [E...

does the example hash from https://hashcat.net/wiki/example_hashes work for you ? Do you see any self-test errors at the start of hashcat ? If you are sure that the hash should crack and your se...
philsmd hashcat 3 2,505 03-07-2019, 05:06 PM
    Thread: Password in list, but hashcat cant find it? [Electrum litecoin wallet]
Post: RE: Password in list, but hashcat cant find it? [E...

update: I'm pretty sure this problem with electrum2 was already fixed, see: https://github.com/hashcat/hashcat/pull/1805 and https://github.com/hashcat/hashcat/issues/1942 any version > 5.1.0 shoul...
philsmd hashcat 3 2,505 03-08-2019, 12:53 PM
    Thread: Hashcat brain RAM-limited version
Post: RE: Hashcat brain RAM-limited version

hashcat --help --brain-client-features - [ Brain Client Features ] - # | Features ===+======== 1 | Send hashed passwords 2 | Send attack positions 3 | Send hashed passwords and att...
philsmd User Contributions 3 3,230 03-10-2019, 12:39 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: 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 Brain Files (*.admp, *.ldmp)
Post: RE: Hashcat Brain Files (*.admp, *.ldmp)

It is currently hard-coded (see https://github.com/hashcat/hashcat/blob/7806be32c25c387cc11f02a400684c0d0d465632/src/brain.c#L1982-L1983), but it's not impossible to add command line options etc for i...
philsmd hashcat 3 2,024 03-27-2019, 01:57 PM
    Thread: Hashcat Caching Previously Calculated Hashes
Post: RE: Hashcat Caching Previously Calculated Hashes

there is no such additional cache for storing cracked hashes except the potfile. Maybe you are confusing the startup time with the OpenCL kernel compilation time, which only happens once for each k...
philsmd hashcat 3 2,153 03-27-2019, 08:25 PM
    Thread: Hashcat Caching Previously Calculated Hashes
Post: RE: Hashcat Caching Previously Calculated Hashes

I'm not 100% sure what you are seeing/experiencing over there, but also remember that hashcat is highly parallelized and therefore all your OpenCL devices and all cores of just a single device (CPU/GP...
philsmd hashcat 3 2,153 03-28-2019, 08:13 PM
    Thread: No hashes loaded error.... help me pls
Post: RE: No hashes loaded error.... help me pls

even if it might not be the only (or main) reason let's just remember what the warning about --force says: Code: -- You can use --force to override this, but do not report related errors. -- D...
philsmd hashcat 3 2,239 04-02-2019, 09:08 AM
    Thread: mask processor
Post: RE: mask processor

use .hcmask file for several different masks https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files my.hcmask Code: -- ?l?l?l?l?l?l?l?l ?l?l?l?l?l?l?l?d ?l?l?l?l?l?l?d?l ?l?l?l?...
philsmd General Talk 3 2,104 04-02-2019, 01:04 PM
    Thread: hashcat mask attack
Post: RE: hashcat mask attack

12 character brute-force is very large ! the knowledge about the 8 uppercase A-F chars doesn't change that much. The number is still quite huge. anyway, the answer is to use hashcat mask files toge...
philsmd hashcat 3 2,171 05-26-2019, 09:18 AM
    Thread: Hashcat Segmentation Fault
Post: RE: Hashcat Segmentation Fault

my bet is that pocl and/or mesa are again the culprit. uninstall them btw: cracking with a laptop is not a good idea (throttling and cooling issues, destroying the hardware because they are not des...
philsmd hashcat 3 2,479 05-30-2019, 12:06 PM
    Thread: Hash speed
Post: RE: Hash speed

try to add -w 3 or even -w 4 you could get even more speed with rules (but of course the overall runtime could increase too). so the correct answer is: 1. more dedicated/clever attacks (specifi...
philsmd hashcat 3 1,781 05-31-2019, 07:08 PM
    Thread: need help setting up pattern/mask
Post: RE: need help setting up pattern/mask

small dict with very specific rules might help a lot here and crack the hashes much faster. of course it depends on how much you know about the base words and possible rules (like uppercasing the firs...
philsmd hashcat 3 1,781 05-31-2019, 07:30 PM
    Thread: need help setting up pattern/mask
Post: RE: need help setting up pattern/mask

it's probably too long to brute-force, infeasible. maybe dict + rules is a better alternative ? Code: -- hashcat -m 14800 -w 3 -a 3 --increment --increment-min 6 --increment-max 10 --custom-char...
philsmd hashcat 3 1,781 05-31-2019, 03:34 PM
    Thread: Hashcat not running on my CPU
Post: RE: Hashcat not running on my CPU

--opencl-device-types 1,2 (or short -D 1,2) to enable both CPU and GPU cracking. see --help output
philsmd hashcat 3 3,669 06-09-2019, 09:20 AM
    Thread: hashcat ends without error message
Post: RE: hashcat ends without error message

in general these are problems with drivers. maybe you have some further drivers installed e.g. for your OpenCL CPU etc. I think driver fusion and/or ddu (Display Driver Uninstaller) might help you ...
philsmd hashcat 3 1,515 06-12-2019, 09:56 AM