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: PrestaShop Password
Post: RE: PrestaShop Password

you could just generate a new one and replace the old hash that you have within your database with the newly generated one. The algorithm is md5 ($salt . $pass) salt concatenated with the password ...
philsmd hashcat 2 2,949 12-06-2017, 10:32 PM
    Thread: WPA2 Cracking With Password Less Then 8 Length Using rule Attack
Post: RE: WPA2 Cracking With Password Less Then 8 Length...

It seems that you also opened a hashcat github issue (https://github.com/hashcat/hashcat/issues/1222#issuecomment-292860873) and it was answered and closed. Please do not hesitate to use the forum se...
philsmd hashcat 1 2,947 04-10-2017, 09:41 AM
    Thread: Hashcat aborting (bug?)
Post: RE: Hashcat aborting (bug?)

You should try again with the latest beta versions of hashcat (https://hashcat.net/beta/ , do not forget to use -O if you want to use the optimized kernels and have the same speed as with 3.6). Rec...
philsmd hashcat 2 2,942 09-05-2017, 02:01 PM
    Thread: Exploiting the human factor
Post: RE: Exploiting the human factor

just create the hashcat mask file (a.hcmask) manually: Code: -- ?l?u,?l?d,?1?a?a?a?a?2?2?2 ?l?u,?l?d,?1?a?a?a?a?a?2?2?2 ?l?u,?l?d,?1?a?a?a?a?a?a?2?2?2 -- Code: -- hashcat -m 2500 -a 3 -w ...
philsmd hashcat 11 2,910 09-21-2019, 07:50 PM
    Thread: Exploiting the human factor
Post: RE: Exploiting the human factor

lol, it will take 11 days just for the first one that's also why brute-force is not usually the best strategy, but it of course depends a lot on the info you have and especially how confident you a...
philsmd hashcat 11 2,910 09-21-2019, 09:04 PM
    Thread: run LUKS on windows
Post: RE: run LUKS on windows

Yeah, you can use any hash type that hashcat supports on both unix and windows (actually you can even use OSX too). Hashcat doesn't has a limitation that forbids you to run LUKS on windows. Well, you...
philsmd hashcat 1 2,909 01-31-2017, 09:26 AM
    Thread: how to use only some letters
Post: RE: how to use only some letters

Unfortunately, I can't do more than link you to the wiki page that explains it very well https://hashcat.net/wiki/mask_attack (what I mean is, I can't read or understand it for you, just spend some mi...
philsmd hashcat 2 2,906 05-15-2017, 02:15 PM
    Thread: Having Issues Trying To Crack MD5 w/ Wordlist
Post: RE: Having Issues Trying To Crack MD5 w/ Wordlist

Well, you could try to remove pocl and mesa and other OpenCL runtimes that are not recommended on https://hashcat.net/hashcat/ and install the Intel OpenCL driver for your AMD CPU (yeah, that's not a ...
philsmd hashcat 3 2,897 07-06-2018, 08:53 AM
    Thread: --limit and --skip usage
Post: RE: --limit and --skip usage

your examples above have 2 different masks: you used ?l?l?l?l?l?l?l?l for the keyspace calculation and ?l?l?l?l?l?l?l? for the actual run. You should always use the same mask! Furthermore, yo...
philsmd hashcat 2 2,896 08-25-2017, 12:24 PM
    Thread: No hashes loaded.
Post: RE: No hashes loaded.

1. respect the forum rules, do NOT post hashes 2. mention the password (123456789) if you were asked to post a masked hash by the moderator/admin 3. problem is this: https://github.com/hashcat/hashc...
philsmd hashcat 4 2,895 11-03-2019, 01:21 PM
    Thread: No hashes loaded.
Post: RE: No hashes loaded.

yeah also try to not double post across the two platforms (forum vs github): https://github.com/hashcat/hashcat/issues/2211 it's so confusing, where should we answer? what should we do? we would ne...
philsmd hashcat 4 2,895 11-03-2019, 03:06 PM
    Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace

no, that's the wrong value. the values should be from 580008 to the next keyspace (from the "large" 580008 value to something smaller, that is why it's a "greater than" problem, new mask is smaller...
philsmd hashcat 6 2,894 06-02-2019, 03:51 PM
    Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace

This is indeed an interesting problem, but very difficult to reproduce. I *think* this is a glitch and hashcat while changing from one mask to another (in your case to or from mask number 1592 of 9...
philsmd hashcat 6 2,894 06-02-2019, 09:16 AM
    Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace

good news, I was able to reproduce this problem with a very dedicated mask file (masks with small keyspace after masks with large keyspace, repeated thousands of times). The problem seems to be loc...
philsmd hashcat 6 2,894 06-02-2019, 03:16 PM
    Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace

thanks again mrmike This problem was now fixed (git version includes the fix, soon also beta/release) with this commit: https://github.com/hashcat/hashcat/commit/ca31ef43aff1726113aaef85d06aa5c3cbc...
philsmd hashcat 6 2,894 08-06-2019, 02:10 PM
    Thread: Users with the same hash not in output
Post: RE: Users with the same hash not in output

Can you please make sure that you use the newest version of hashcat? Which version of hashcat do you use?
philsmd hashcat 2 2,884 08-03-2017, 05:53 PM
    Thread: cap2hccapx
Post: RE: cap2hccapx

You can use it to filter (i.e. limit) the number of "hashes" by generating a .hccapx file that only contains "hashes" involving only a very specific network name (ESSID). That means, if you know the n...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,852 08-02-2017, 10:47 AM
    Thread: Hashcat.net binaries 7-zip compression ratio
Post: RE: Hashcat.net binaries 7-zip compression ratio

Just have a look at the file tools/package_bin.sh: https://github.com/hashcat/hashcat/blob/58d1dedd1e27aa3be5e0c6148b21099601253cf6/tools/package_bin.sh#L75
philsmd General Talk 1 2,848 08-20-2017, 08:05 AM
    Thread: Just a little issue, hoping for some support
Post: RE: Just a little issue, hoping for some support

I'm pretty sure that this "problem" has to do with this (still open) problem: https://github.com/hashcat/hashcat/issues/1479 (also see https://github.com/hashcat/hashcat/pull/1480) I'm not sure wh...
philsmd hashcat 3 2,825 01-02-2018, 01:09 PM
    Thread: problems with -m 15700
Post: RE: problems with -m 15700

1. scrypt and bcrypt are some memory hard algorithms and in general are better suited for CPUs (yeah, the majority of other algos is the opposite, i.e. the majority can profit from GPU power a lot mor...
philsmd hashcat 5 2,794 02-08-2019, 11:37 AM