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: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

please try the beta from https://hashcat.net/beta if not working, you need to give more details about the lengths of your fields etc (or send a test hash via PM that doesn't work with latest beta)
philsmd hashcat 9 4,737 03-11-2019, 04:19 PM
    Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

hashcat.exe is within the .7z beta archive. This is the 64-bit executable for windows. never heard of libc problems together with hashcat, recently. It should work the same way as the release versi...
philsmd hashcat 9 4,737 03-11-2019, 07:48 PM
    Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

good. will close this thread just to make sure this isn't going to get a multi-thread about all 7-Zip questions. (again, if you have currrently problems with 7-Zip hashes you should just try beta or ...
philsmd hashcat 9 4,737 03-13-2019, 09:52 AM
    Thread: Line-length exception?
Post: RE: Line-length exception?

you need to use -m 500 (or the long version of it: --hash-type 500): Code: -- hashcat64.exe -m 500 -a 0 -w 3 -o rs.txt rs.hash example.dict --
philsmd General Talk 3 4,749 12-29-2017, 08:38 AM
    Thread: A-F 0-9 8 digit mask Help
Post: RE: A-F 0-9 8 digit mask Help

btw, as an alternative to a custom charset (-1 etc), there is also the built-in charset ?H that does the same thing. See --help: Code: -- - [ Built-in Charsets ] - ... H | 0123456789ABCDEF -- ...
philsmd hashcat 9 4,754 02-21-2019, 09:01 AM
    Thread: Can anyone give me a help.
Post: RE: Can anyone give me a help.

Please read the wiki ( https://hashcat.net/wiki/ ) and especially this wiki page: https://hashcat.net/wiki/doku.php?id=ubernoobs
philsmd Old oclHashcat Support 2 4,780 07-05-2014, 11:13 AM
    Thread: Problema en iniciar Hashcat Handshake
Post: RE: Problema en iniciar Hashcat Handshake

@wirelees Last warning (before you get banned, next time): Forum rules exists for good reasons and (actually the first rule of this small set of rules) https://hashcat.net/forum/announcement-2.html em...
philsmd General Talk 4 4,781 07-12-2017, 12:53 PM
    Thread: Help with Hash
Post: RE: Help with Hash

No. According to the forum rules you've accepted you are not allowed to post hashes. You will be banned for 1 week and this thread will be closed. After the 1 week off, you hopefully did unders...
philsmd User Contributions 1 4,788 10-20-2014, 09:40 AM
    Thread: Can anyone explain how hashcat is able to crack Scrypt via CPU without using tons of
Post: RE: Can anyone explain how hashcat is able to crac...

the short answer is "parallelization". You need to keep in mind that it only makes sense to use GPUs because they can parallalize things enormously good, i.e. the power of the GPUs comes only from ru...
philsmd hashcat 3 4,791 07-12-2017, 05:15 PM
    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: 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: How would I parse through this to get the correct info?
Post: RE: How would I parse through this to get the corr...

In theory this should work (and I just confirmed) it, since oclHashcat supports native loading of /etc/shadow files and others, see: https://hashcat.net/trac/ticket/393 So you just run it as usual ...
philsmd Old oclHashcat Support 3 4,854 11-05-2015, 10:35 AM
    Thread: suggest brute rules
Post: RE: suggest brute rules

With oclHashcat you can use mask files see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
philsmd General Help 2 4,862 06-27-2014, 07:31 PM
    Thread: VCL/IB cluster The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) vs Ubuntu
Post: RE: VCL/IB cluster The-Distribution-Which-Does-Not...

oclHashcat/cudaHashcat unforunately have some GPU driver dependencies. There is only a limited list of operating systems supported by the driver. Ubuntu 12.04 for instance is one of the supported OS ...
philsmd Hardware 1 4,899 05-27-2014, 07:28 PM
    Thread: Recover password file .7z partially known
Post: RE: Recover password file .7z partially known

That's a 3 MB file compressed (uncompressed maybe even much larger if not totally random data). Are there several files within the .7z file ? You could also try to increase the limit that hashcat ac...
philsmd hashcat 4 4,899 01-05-2018, 10:35 AM
    Thread: Plain Vmware image setup - anyone?
Post: RE: Plain Vmware image setup - anyone?

I don't think that using a vmware image is an easy solution for your problem. With virtualization you need the virtualization system to support having full access to your hardware (in this case the...
philsmd hashcat 5 4,927 08-31-2017, 08:54 AM
    Thread: helpp
Post: RE: helpp

According to the forum rules ( https://hashcat.net/forum/announcement-2.html ) you are not allowed to post hashes. I need to remove hash, close this thread and ban you for 1 week. After the 1 wee...
philsmd Old hashcat Support 2 4,932 11-05-2014, 12:12 AM
    Thread: Rule help
Post: RE: Rule help

something like: Code: -- $1 $2 $3 d ] ] ] -- should work as an equivalent rule for M $1 $2 $3 4 (yeah, it's not always perfectly the same, depending on how close you are to the maximum password le...
philsmd hashcat 5 4,934 05-16-2017, 06:42 PM
    Thread: hash of a hash
Post: RE: hash of a hash

It is not working like that, instead you need a cracker that supports the algorithm: RipeMD160 (SHA256 (pass)) where SHA256 output is in hex I suppose Currently hashcat does not support this...
philsmd Old oclHashcat Support 2 4,936 03-02-2014, 01:07 PM
    Thread: OpenCL ERROR
Post: RE: OpenCL ERROR

The intel core I5 is your CPU not your GPU. You literally posted a spec sheet that says that your graphics cards does not support OpenCL: OpenCL: No It it is not supported by the hardware vendo...
philsmd hashcat 5 4,947 03-02-2018, 10:19 AM