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 Posted [desc]
    Thread: preppend number to dictionary
Post: RE: preppend number to dictionary

Think about it one more time! If you first prepend 1 then prepend 2 then prepend 3 then prepend 4 then prepend 5 you end up prepending "54321" so you need to reverse it to ^5^4^3^2^1 if you want to ...
philsmd Old hashcat Support 2 4,398 01-15-2016, 12:27 AM
    Thread: How would I go about cracking this salted sha-1 hash?
Post: RE: How would I go about cracking this salted sha-...

don't post hashes. read the forum rules: https://hashcat.net/forum/announcement-2.html Banned for 1 week (please use these 604800 seconds wisely to read and understand the forum rules). Thx
philsmd General Help 1 3,528 01-15-2016, 12:30 AM
    Thread: Rules based attack sha256
Post: RE: Rules based attack sha256

Seems like you want to try PolicyGen of PACK (Password Analysis and Cracking Kit): https://thesprawl.org/projects/pack/#policygen --mindigit 2 , --minupper 2 etc also see .hcmask description: https://...
philsmd Old oclHashcat Support 3 4,803 01-18-2016, 04:17 PM
    Thread: cudahashcat and rar2john output
Post: RE: cudahashcat and rar2john output

the examples are as always here: https://hashcat.net/wiki/doku.php?id=example_hashes oclHashcat doesn't expect/need any file name within the hash Currently oclHashcat supports only $RAR3$*0 hashes
philsmd Old oclHashcat Support 1 6,765 01-18-2016, 04:20 PM
    Thread: kernel security check failure
Post: RE: kernel security check failure

This doesn't seem have anything (not even the most remotely) to do with oclHashcat. The error message implies (according to my fast research) that your system has some serious problems, either with R...
philsmd Old hashcat Support 9 24,406 01-20-2016, 12:49 PM
    Thread: Limit on input-hashes?
Post: RE: Limit on input-hashes?

Well, you need to check what exactly is within line 11808, 11809, 11810 . Are these empty lines ? It just gives a warning that for line 11808, 11809, 11810 it wasn't able to parse these hashes (pr...
philsmd Old oclHashcat Support 5 8,585 01-20-2016, 03:39 PM
    Thread: Limit on input-hashes?
Post: RE: Limit on input-hashes?

Thanks for the information. But I am not able to reproduce this problem. Here it works with both line endings (\n and \r\n, i.e. 0a and 0d 0a). Maybe there is something else strange with that output ...
philsmd Old oclHashcat Support 5 8,585 01-20-2016, 05:08 PM
    Thread: status-automat format
Post: RE: status-automat format

The full format (that was also mentioned on the now offline trac ticketing system) is: STATUS\t%u\tSPEED\t%llu\t%f\tCURKU\t%llu\tPROGRESS\t%llu\t%llu\tRECHASH\t%u\t%u\tRECSALT\t%u\t%u\tTEMP\t%d\t\r\n ...
philsmd Old oclHashcat Support 3 4,988 01-22-2016, 07:12 PM
    Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720

To find collisions you should use only -m 9710 and -m 9720. To recover the password without looking for collisions use -m 9700. using ?b?b?b?b?b with -m 9700 doesn't really make sense, except if th...
philsmd Old oclHashcat Support 7 9,479 01-23-2016, 01:05 PM
    Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720

If you are referring to the initial post https://hashcat.net/forum/thread-3665-post-20935.html#pid20935 you need to know that this thread was opened before devs even thought about implementing the -m ...
philsmd Old oclHashcat Support 7 9,479 01-23-2016, 05:15 PM
    Thread: modx modPBKDF2 hashes
Post: RE: modx modPBKDF2 hashes

The salt must also be specified as base64 encoded string, like this: Code: -- ./oclHashcat -m 10900 -a 3 --quiet 'sha256:1000:YTlhM2NkMmE1MmY0ZWFkOGJmZjQ3Nzk0MWNlYjYyZjU=:+7WYTHGVutZhmE9KYjb93Rvtd...
philsmd Old oclHashcat Support 4 8,476 02-26-2016, 11:03 PM
    Thread: outfile-check-dir is being ignored
Post: RE: outfile-check-dir is being ignored

I'm really doubting that this is a serious question. But if it really is... you can't tell oclHashcat that it should output only plains (without the hashes) and at the same time you are trying to tel...
philsmd Old oclHashcat Support 2 4,814 02-27-2016, 10:16 AM
    Thread: weird rule issue..
Post: RE: weird rule issue..

-m 2500 = WPA/WPA2 has a minimum password length of 8 (included). Therefore the word "amanda" will be rejected because it is too small (6 characters long). You can use pipes (e.g. from cpu hashcat --...
philsmd Old oclHashcat Support 2 4,693 02-29-2016, 10:07 PM
    Thread: Floating Mask. How to?
Post: RE: Floating Mask. How to?

What you (@agenta) should consider is that this "floating technique" in theory is efficient/meaningful/clever only if the (different) charsets you are using (in your specific case there are 2, ?a and ...
philsmd General Talk 8 11,643 03-01-2016, 12:43 PM
    Thread: substr(md5(md5($pass)))
Post: RE: substr(md5(md5($pass)))

If you are asking about the code changes you need to do to make this work, it would probably be better to discuss this in the developer section of this forum. Feature request go directly to github (o...
philsmd hashcat 2 6,214 03-01-2016, 09:08 PM
    Thread: Recover xDsl Router TG788vn v2 Password
Post: RE: Recover xDsl Router TG788vn v2 Password

this hashing algorithm looks very similar to -m 11400 = SIP digest authentication (MD5)
philsmd General Help 4 9,893 03-02-2016, 08:52 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: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?

The answer is just to *not* install anything "cuda"-related at all and do not install anything from you packet manager (because it will be outdated and probably not working). The only thing you need ...
philsmd General Help 8 24,644 03-08-2016, 10:17 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: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?

it should be very clear what I meant, but I will try to rephrase it: the forum user @pay said he did install the debian package cuda-repo-ubuntu1404_7.5-18_amd64.deb, nvidia-kernel-dkms and nvidia-cud...
philsmd General Help 8 24,644 03-08-2016, 07:14 PM