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: openssl AES256 with a common standardized Password-Based Key Derivation Function
Post: RE: openssl AES256 with a common standardized Pass...

as mentioned here: https://github.com/hashcat/hashcat/pull/2306 , you need to use multibit2john.py to convert the file to a hash... but you also need to remove the file name from the beginning... the ...
philsmd hashcat 15 4,136 02-08-2020, 01:35 PM
    Thread: OpenSuSE 13.2 clGetDeviceIDs() -1
Post: RE: OpenSuSE 13.2 clGetDeviceIDs() -1

As long as clinfo doesn't report at least 1 device with type CL_DEVICE_TYPE_GPU (note: GPU and *not* CPU), oclHashcat also won't recognize any OpenCL GPU device. I would recommend that you uninstall ...
philsmd Old oclHashcat Support 6 8,286 03-13-2016, 01:58 PM
    Thread: Optimize this crack
Post: RE: Optimize this crack

do you mean that there is a 10-character-long (digits + lower-case letters) random string at the beginning and 1 character (out of a character set of 8 different characters) appended? otherwise this c...
philsmd hashcat 3 2,639 10-04-2018, 12:01 PM
    Thread: Optimizing WPA recovery
Post: RE: Optimizing WPA recovery

The recommended way is to capture the network traffic with https://github.com/ZerBea/hcxdumptool and convert the capture to hashes with hcxpcapngtool of https://github.com/ZerBea/hcxtools . The new...
philsmd General Talk 4 1,529 02-21-2020, 08:28 AM
    Thread: Oracle12C format
Post: RE: Oracle12C format

See here, you are not allowed to post hashes: https://hashcat.net/forum/announcement-2.html Furthermore, I already gave you the answer you only need the "S:..." (not the second part ";H:...") split it...
philsmd Old hashcat Support 4 9,044 07-09-2014, 04:01 PM
    Thread: Oracle12C format
Post: RE: Oracle12C format

Should work, you just need to follow the hash format ( see: https://hashcat.net/wiki/doku.php?id=example_hashes -m 112 = Oracle ), and maybe this guide too https://hashcat.net/forum/thread-2155.html on...
philsmd Old hashcat Support 4 9,044 07-08-2014, 05:51 PM
    Thread: Organizing
Post: RE: Organizing

Please read here: FAQ: --show (https://is.gd/OHpUwg)
philsmd Old oclHashcat Support 4 6,388 05-06-2015, 06:57 PM
    Thread: Organizing
Post: RE: Organizing

@alpes please do not give bad advice. For instance the link that I posted above says (among others): - --show is always used after the hashes have been cracked - You do not need – and should not s...
philsmd Old oclHashcat Support 4 6,388 05-07-2015, 01:10 PM
    Thread: OS X Bug ? Or.. ?
Post: RE: OS X Bug ? Or.. ?

the password for this hash is the empty string, "" the double colon says this (nothing between the colons means empty string) the LF is also correct at the end, otherwise the next cracked hash:passwor...
philsmd Old oclHashcat Support 4 7,195 01-10-2014, 04:57 PM
    Thread: OS X Bug ? Or.. ?
Post: RE: OS X Bug ? Or.. ?

remember, we talk about salted hashes (that's why different salt - but same pass - => different hash) The first 8 characters is the salt string of those OSX hashes
philsmd Old oclHashcat Support 4 7,195 01-10-2014, 11:55 PM
    Thread: OSX 10.10 (-m 7100) Hash Question
Post: RE: OSX 10.10 (-m 7100) Hash Question

you need to remove the whitespaces (most importantly the spaces " ") at the end of the lines.
philsmd Old oclHashcat Support 7 11,409 11-10-2015, 08:01 PM
    Thread: OSX 10.12.6 Sierra - Token length exception
Post: RE: OSX 10.12.6 Sierra - Token length exception

https://github.com/hashcat/hashcat/issues/1697#issuecomment-425702306 you can just truncate it (to the same length the example hash has https://hashcat.net/wiki/example_hashes) The more seriou...
philsmd hashcat 1 855 12-16-2019, 07:30 PM
    Thread: OSX 10.7.4 + hashcat 0.42
Post: RE: OSX 10.7.4 + hashcat 0.42

try w/ hashcat-cli64.app
philsmd Old hashcat Support 14 29,074 12-10-2013, 01:00 AM
    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: outfile-format problem ?
Post: RE: outfile-format problem ?

This is a known problem of cpu hashcat 0.47. The upcoming version of cpu hashcat (0.48) won't have this problem any longer.
philsmd Old hashcat Support 2 5,354 07-31-2014, 10:46 PM
    Thread: Output format
Post: RE: Output format

yes, the hash file must contain the username. 1st step you crack the hashes by using the --username switch 2nd step you show the hashes with -m x --show --username original_hash_file_with_usernames.t...
philsmd General Talk 1 7,897 11-16-2014, 07:05 PM
    Thread: Output issue
Post: RE: Output issue

I don't understand the problem here: Your example: - algo: -m 10 = md5($pass.$salt) - string to hash: "11puma11" (without quotes) if pass is "11puma" and salt is "11" then we end up with a string f...
philsmd Old oclHashcat Support 4 7,359 05-13-2015, 08:49 PM
    Thread: Output: candidate + hash
Post: RE: Output: candidate + hash

-m 16700 = FileVault 2 does use a salt hashcat doesn't really provide/have hashes generated on the host... only the OpenCL device (GPU or CPU) will compute the digest on that hardware accelerator...
philsmd hashcat 3 761 05-13-2020, 11:29 AM
    Thread: Output: candidate + hash
Post: RE: Output: candidate + hash

The format definitely uses a salt, just have a glance at the format in the test module: https://github.com/hashcat/hashcat/blob/ff37264c36a89bed32c4f5cff24dbf29bcb98642/tools/test_modules/m16700.pm#L1...
philsmd hashcat 3 761 05-13-2020, 02:15 PM
    Thread: Outputting Rules using stdout
Post: RE: Outputting Rules using stdout

I would say that you should just try to type the whole line again (no copy-paste or scrollback). There is probably some control character and/or ^C directly within your command line and therefore i...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 1,559 09-17-2019, 04:28 PM