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 [desc] Replies Views Posted
    Thread: Zip to Hashcat
Post: RE: Zip to Hashcat

winzip (-m 13600 ) and pkzip (-m 172xx) are very different hash types. The data limit that hashcat supports for PKZIP hashes is currently about 320 KB, see: https://github.com/hashcat/hashcat/pull/...
philsmd hashcat 2 728 06-27-2020, 03:24 PM
    Thread: fastest way to crack bcrypt
Post: RE: fastest way to crack bcrypt

it's very difficult / dangerous to make comparison like this. What are you comparing to? dozens of hashes against 1 hash, cost factor 5 (2^5 = 32) against cost factor 19 (2^19 = 524288 "iterations")....
philsmd hashcat 3 952 06-29-2020, 09:35 AM
    Thread: Question about --force option and CUDA Toolkit SDK
Post: RE: Question about --force option and CUDA Toolkit...

Your change doesn't really make sense to me, because hashcat tries to find and load the library even with the nvrtc64_*_0.dll file name: https://github.com/hashcat/hashcat/blob/5628317de8156a36aa966c...
philsmd hashcat 5 1,214 06-29-2020, 09:43 AM
    Thread: Intel i7 with 8 cores - just one core computing
Post: RE: Intel i7 with 8 cores - just one core computin...

read the --help output and see how the different supported device types can be enabled (--opencl-device-types or short -D, uppercase D) Code: -- -D 1,2 -- it's not always guaranteed that the C...
philsmd hashcat 3 662 07-09-2020, 09:39 PM
    Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)

example hashes are here: https://hashcat.net/wiki/doku.php?id=example_hashes you could also use Code: -- -m 13400 --example-hashes -- I would guess that your hash needs to start with $keepass...
philsmd hashcat 5 823 07-10-2020, 10:39 AM
    Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)

maybe the root of the problem depends on which keepass2john tool you use. I would highly recommend to use the "official" repository: https://github.com/magnumripper/johntheripper (this is also much...
philsmd hashcat 5 823 07-10-2020, 11:12 AM
    Thread: Last hashcat 6 format out ?!
Post: RE: Last hashcat 6 format out ?!

1. it's impossible to decrypt a hash. If something is not encrypted, you can't really decrypt it (https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/) 2. the default output format ...
philsmd hashcat 1 423 07-11-2020, 12:24 PM
    Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY

1. why do you use crunch ? 2. why do you use hashcat 5.1.0 if hashcat 6.0.0 is available (https://hashcat.net/hashcat/) ? 3. what is your command ? 4. why don't you give your full specs ? if the er...
philsmd hashcat 6 903 07-11-2020, 05:00 PM
    Thread: How to crack Apple Secure Notes?
Post: RE: How to crack Apple Secure Notes?

Code: -- hashcat -m 16200 -a 0 -w 3 -r rules/best64.rule hash_file.txt word_list.txt --
philsmd hashcat 3 678 07-12-2020, 07:18 PM
    Thread: ATTENTION! OpenCL kernel self-test failed on Mac
Post: RE: ATTENTION! OpenCL kernel self-test failed on M...

1. the hash type (-m) is important when you report any errors (self-test errors are often "only" affecting specific hash types, because of a driver/runtime/compiler bug, not hashcat problem most of th...
philsmd hashcat 2 582 07-13-2020, 10:28 AM
    Thread: fastest way to crack bcrypt
Post: RE: fastest way to crack bcrypt

yeah, very very good explanation @Mem5. your post is perfect because it explains what I forgot to mention above... From my experience from the last couple of months/years, is that some people confu...
philsmd hashcat 3 952 06-29-2020, 10:50 AM
    Thread: GPU Crack Speed Half of Expected
Post: RE: GPU Crack Speed Half of Expected

the commands that you use are very weird/wrong: 1. the -w that you use twice in your -a 0 (dictionary attack) is wrong. why two times -w ? one time -w without the actual workload profile 2. in t...
philsmd hashcat 3 786 06-30-2020, 07:43 AM
    Thread: How to get the hash code for simple Veracrypt folder
Post: RE: How to get the hash code for simple Veracrypt ...

1. yeah, you can use that dd windows port. You can see how other users used it: - https://hashcat.net/forum/thread-8493-post-45361.html#pid45361 - https://hashcat.net/forum/thread-8098-post-43441.ht...
philsmd hashcat 3 681 06-30-2020, 07:47 PM
    Thread: GPU Crack Speed Half of Expected
Post: RE: GPU Crack Speed Half of Expected

without specifying any mask, hashcat will use the default mask, see https://hashcat.net/wiki/doku.php?id=hashcat#default_values The default mask is probably not what you would call brute-force. ...
philsmd hashcat 3 786 07-01-2020, 08:46 AM
    Thread: How to get the hash code for simple Veracrypt folder
Post: RE: How to get the hash code for simple Veracrypt ...

you could just simple open the file manager ("explorer.exe") and go to that folder to see if it has the correct file size (and double check the file name + extension). Normally there also comes som...
philsmd hashcat 3 681 07-01-2020, 11:40 AM
    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: Exit status code
Post: RE: Exit status code

no, this code is returned directly from the process, your shell is able to give you the results: linux Code: -- hashcat example0.hash example.dict echo $? -- on windows it seems to be ...
philsmd hashcat 3 651 07-16-2020, 01:57 PM
    Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?

The main problem now is that it's quite a long password. We "normally"/generally say that a length of 8-9 is the max that can be brute-forced (but attention: this depends a lot on hash type and/or ...
philsmd hashcat 8 1,060 07-16-2020, 11:19 PM
    Thread: Does the file extension matter?
Post: RE: Does the file extension matter?

no, it doesn't matter. hashcat will still crack the hash independent from the file extension. but let's be honest, it always makes sense to use something meaningful and clever to avoid confusion la...
philsmd hashcat 1 384 07-18-2020, 05:45 PM
    Thread: Need app to open the files.
Post: RE: Need app to open the files.

try "cmd.exe" you open the command prompt cmd.exe by clicking on the start button of windows and type "c", "m", "d" and hit enter. A black windows will appear. with the command "cd" and the...
philsmd hashcat 1 464 07-05-2020, 09:28 AM