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: m 14800 (itunes Ver >10), hashcat has a strange behaviour
Post: RE: m 14800 (itunes Ver >10), hashcat has a strang...

I don't understand what the problem is. This is perfectly expected behaviour. -m 14800 is a hard/slow hash type. Everything that you just described seems to be expected. The only way to fix it ...
philsmd hashcat 6 4,996 11-10-2017, 12: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: Simple Question - Extreme Beginner
Post: RE: Simple Question - Extreme Beginner

I think that the only problem here is that you already cracked this particular hash and hence oclHashcat won't crack it again and again. If you *do not* enable the --potfile-disable switch, hashes th...
philsmd Old oclHashcat Support 2 4,976 01-23-2015, 08:46 PM
    Thread: Statsprocessor specific characters
Post: RE: Statsprocessor specific characters

Why do you want to write this to a file ? Hashcat has in-built support for markov chains and mask attack (-a 3). Anyways, if you really, really want to write it to a disk (I don't know why), you n...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 4,974 12-23-2017, 07:28 PM
    Thread: i want to get mail:pass
Post: RE: i want to get mail:pass

This can be accomplished by using TWO steps (1. cracking, 2. --show): https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_s...
philsmd hashcat 5 4,961 10-15-2017, 04:19 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

the GPU is probably not exposed to the VM. only few virtualization software support PCI passthrough and even with those are some restrictions (for instance what if the host also wants to get hold o...
philsmd hashcat 12 4,959 12-08-2019, 04:37 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

but why do you not simply use hashcat on W10 then ? hashcat works under windows 10 perfectly fine (same as on linux or macOS etc)
philsmd hashcat 12 4,959 12-08-2019, 04:46 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

triple des is a cipher which encrypts blocks (8 bytes = 64 bits, our hashcat salt = plaintext and hash = ciphertext in hex) and a key lengh of 24 bytes (3 times 8 bytes).. see https://en.wikipedia.org...
philsmd hashcat 12 4,959 12-08-2019, 05:55 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

option 1 is basically the most flexible one that can accomodate for all other modes (the user can just pass the correct password candidates according to keying options). The main other problem is h...
philsmd hashcat 12 4,959 12-08-2019, 09:07 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

The problem here might be that you probably need to use -S or pipe or otherwise the plains will be rejected already on host (you may be able to work around it, by always providing 24 bytes, but that's...
philsmd hashcat 12 4,959 12-21-2019, 06:51 PM
    Thread: hashcat line lenght
Post: RE: hashcat line lenght

Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread. Now you've plenty of time to: 1. read agai...
philsmd Old hashcat Support 1 4,958 01-11-2014, 12:41 PM
    Thread: Dictionary attack not working black screen
Post: RE: Dictionary attack not working black screen

-a 3 or --attack-mode 3 enables according to --help and the wiki a mask attack ( https://hashcat.net/wiki/doku.php?id=mask_attack ). -a 0 must be used if you want to run a dictionary attack. So it ...
philsmd Old oclHashcat Support 2 4,952 04-28-2015, 07:32 AM
    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
    Thread: OpenCL ERROR
Post: RE: OpenCL ERROR

Your specific Intel GPU model doesn't support OpenCL. Hashcat requires that the hardware supports OpenCL. You can just look at the support page of intel. For instance here: https://software.intel.co...
philsmd hashcat 5 4,947 03-04-2018, 10:01 AM
    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: 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: 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: 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: 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