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 [desc] Author Forum Replies Views Posted
    Thread: How can I get status from hashcat for using other program?
Post: RE: How can I get status from hashcat for using ot...

I agree w/ atom and you that stdout/stderr reading isn't a good choice in general and should be avoided whenever possible but I think that w/o a full API access to *hashcats functionalities, this is t...
philsmd Very old oclHashcat-lite Support 8 16,012 05-13-2013, 04:08 PM
    Thread: How can I get status from hashcat for using other program?
Post: RE: How can I get status from hashcat for using ot...

Yes, the struct description is here: https://hashcat.net/wiki/doku.php?id=oclhashcat_lite#parsing_the_restore-file but there is no speed information included within the struct (since speed may vary qui...
philsmd Very old oclHashcat-lite Support 8 16,012 05-13-2013, 01:08 PM
    Thread: how can I set the mask to a md5 hash result of itself?
Post: RE: how can I set the mask to a md5 hash result of...

You are using the wrong hash mode. You need to use this one: -m 3710 = md5($salt.md5($pass)) (Note: if you know the original password and are looking for the salt, you need to switch the role of t...
philsmd hashcat 5 3,576 04-01-2018, 10:12 AM
    Thread: how can i update hashcat on bacntrack ?
Post: RE: how can i update hashcat on bacntrack ?

You should definitely update to The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux first (the version of your operating system is very old!) To get the newest version of *hashcat, just d...
philsmd Old hashcat Support 9 22,251 06-17-2013, 02:29 PM
    Thread: how can i use an old version of cudaHashcat?
Post: RE: how can i use an old version of cudaHashcat?

No, please update your driver. New oclHashcat version and new driver versions should work better, have several fixes and performance gains etc. It is always good to be up-to-date with oclHashcat...
philsmd Old oclHashcat Support 3 6,568 01-23-2015, 12:56 PM
    Thread: How can we have a comma? (",")
Post: RE: How can we have a comma? (",")

Thx for this report. This (mask) parsing problem should be fixed w/ next oclHashcat version
philsmd Old oclHashcat Support 2 5,531 02-14-2014, 12:25 AM
    Thread: How do I configure hashcat to crack a lost password?
Post: RE: How do I configure hashcat to crack a lost pas...

(for what regards the 7z "problem", you should use the latest beta versions of hashcat - https://hashcat.net/beta/ , because several changes were made for -m 11600 after the latest release of hashcat)
philsmd hashcat 3 4,363 02-07-2017, 09:08 AM
    Thread: how do i run brute wallet.aes.json blockchain info?
Post: RE: how do i run brute wallet.aes.json blockchain ...

It's not allowed to ask for somebody to crack your hashes on this forum. see the forum rules. It's even worse that you offered a payment for help. We are a very nice community over here who are willin...
philsmd hashcat 9 4,581 03-09-2019, 12:36 PM
    Thread: how do i stop duplicate characters brute force
Post: RE: how do i stop duplicate characters brute force

maskprocessor (see https://hashcat.net/wiki/doku.php?id=maskprocessor and https://hashcat.net/tools/maskprocessor/ ) has the -q option. For slow hashes you can simply pipe it into cudaHashcat without ...
philsmd General Help 4 8,671 01-06-2015, 11:07 PM
    Thread: how do i stop duplicate characters brute force
Post: RE: how do i stop duplicate characters brute force

You need to read the --help output of maskprocessor. If you do so, you will find 2 interesting options: Code: -- -q, --seq-max=NUM Maximum number of multiple sequential characters -r, --oc...
philsmd General Help 4 8,671 01-08-2015, 05:46 PM
    Thread: How does -q and -r work with maskprocessor?
Post: RE: How does -q and -r work with maskprocessor?

The --help explains it very clearly: -q, --seq-max=NUM Maximum number of multiple sequential characters -r, --occurrence-max=NUM Maximum number of occurrence of a character Thi...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 12,578 08-13-2015, 01:02 PM
    Thread: How does one crack Pbkdf2 w/hashcat?
Post: RE: How does one crack Pbkdf2 w/hashcat?

well, you should at least tell us the password, otherwise it's both against the forum rules and impossible for us to know how to test / verify it. I would say that looking at the code here https://...
philsmd hashcat 6 2,658 06-01-2019, 04:15 PM
    Thread: How does one crack Pbkdf2 w/hashcat?
Post: RE: How does one crack Pbkdf2 w/hashcat?

I just did clone the repository and checked out the version that you linked in your first post: Code: -- git clone https://github.com/rchouinard/phpass cd phpass/ git checkout 121233fb49db4d929d...
philsmd hashcat 6 2,658 06-01-2019, 07:09 PM
    Thread: How does one crack Pbkdf2 w/hashcat?
Post: RE: How does one crack Pbkdf2 w/hashcat?

nope. but please do me a favor and do not ignore/disregard the forum rules next time (e.g. posting hashes), they can be read here: https://hashcat.net/forum/announcement-2.html masking the hash wou...
philsmd hashcat 6 2,658 06-01-2019, 07:20 PM
    Thread: How hashcat work?
Post: RE: How hashcat work?

It's listed here: https://rocm.github.io/hardware.html I would recommend that you try ROCm: https://rocm.github.io/ROCmInstall.html you could also first to try if beta fixes the problem : https:...
philsmd hashcat 17 3,930 03-22-2020, 03:17 PM
    Thread: how long it takes
Post: RE: how long it takes

no, that's not feasible random data is very difficult to brute-force starting with some (quite "small") lengths and I think you didn't really do the math here: 64 hex would be 16 ^ 64 = 1157920892...
philsmd General Talk 1 842 01-19-2020, 12:44 PM
    Thread: How long to decrypt SHA256
Post: RE: How long to decrypt SHA256

also note that you can't use decrypt with hashes: https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/ something that isn't encrypted, can't in general be decrypted -m 1400 = S...
philsmd hashcat 6 1,263 05-29-2020, 09:15 PM
    Thread: how make charset?
Post: RE: how make charset?

you could just use a mask file (https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files) mask_file.hcmask Code: -- qweasdzxcmnblkjpoi,~ ,123,1——8 ?1?1?1?1?1?1?1?1 + 1——2 ?...
philsmd hashcat 3 696 07-14-2020, 12:09 PM
    Thread: how make charset?
Post: RE: how make charset?

that's the beauty and nice part of the flexibility of mask files (*.hcmask), you can just add however many mask you want, one after the other, line per line: if we would only consider a theoretical...
philsmd hashcat 3 696 07-14-2020, 07:31 PM
    Thread: how should i crack this type of hash (sha1 & salt)
Post: RE: how should i crack this type of hash (sha1 & s...

The only way to know for sure is to have the source code (algorithm, or name and version of the platform, cms etc) that generated the hashes ... or to guess the algorithm by having at least one user f...
philsmd hashcat 13 2,704 04-18-2020, 01:25 PM