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 [asc] Views Posted
    Thread: GPU Utilization stuck at 2%
Post: RE: GPU Utilization stuck at 2%

let's start with removing the --force [hr] if you use your CPU power together with your GPU it could be worse in some very specific situations (of course also depending on your hardware and hash...
philsmd hashcat 3 1,396 09-26-2019, 04:40 PM
    Thread: GPU Utilization stuck at 2%
Post: RE: GPU Utilization stuck at 2%

what hardware ? which drivers ? more info alltogether would be nice does it work with other hash types or older hashcat versions ? did you try the beta version from https://hashcat.net/beta/ ? d...
philsmd hashcat 3 1,396 09-27-2019, 09:10 PM
    Thread: WPA2 - 3/4 Digests recovered - Exhausted
Post: RE: WPA2 - 3/4 Digests recovered - Exhausted

according to this wiki/faq page, you shouldn't use --show together with additional/unnecessary command line options, like -a 3 and a mask: https://hashcat.net/faq#how_can_i_show_previously_cracked_pa...
philsmd hashcat 3 1,736 10-07-2019, 11:33 AM
    Thread: Windows 10 not compatible
Post: RE: Windows 10 not compatible

1. make sure that you run hashcat in cmd 2. make sure that you are using the correct windows binary (newer versions of hashcat only ship a 64-bit binary by default, so make sure that you have a 64-bi...
philsmd hashcat 3 1,718 10-12-2019, 09:35 AM
    Thread: Windows 10 not compatible
Post: RE: Windows 10 not compatible

your other posts imply that you already solved this problem: https://hashcat.net/forum/thread-8715-post-46305.html#pid46305 you wouldn't be able to get that specific error message without being ab...
philsmd hashcat 3 1,718 10-13-2019, 09:25 AM
    Thread: Exfiltration of target material
Post: RE: Exfiltration of target material

office2john.py 7z2hashcat.py blockchain2john.py bitcoin2john.py 1password2john.py itunes_backup2hashcat.pl etc it depends on your hash type they can be found on the internet very easily (jus...
philsmd hashcat 3 1,375 10-17-2019, 08:49 PM
    Thread: Exfiltration of target material
Post: RE: Exfiltration of target material

wherever possible it makes sense to not invent a new hash format. so it makes sense to use the same signature and data parts/salts etc in the hashcat format like in the jtr format. it doesn't make sen...
philsmd hashcat 3 1,375 10-17-2019, 10:12 PM
    Thread: about the zip file size and the hash got by zip2john
Post: RE: about the zip file size and the hash got by zi...

https://github.com/hashcat/hashcat/issues/2186#issuecomment-530489997
philsmd hashcat 3 1,721 11-02-2019, 08:05 AM
    Thread: How uninstall Hashcat? (Linux)
Post: RE: How uninstall Hashcat? (Linux)

Code: -- sudo make uninstall --
philsmd hashcat 3 1,777 11-20-2019, 01:24 AM
    Thread: Cannot find an OpenCL ICD loader library.
Post: RE: Cannot find an OpenCL ICD loader library.

does it work with: Code: -- sudo apt install ocl-icd-libopencl1 -- ?
philsmd hashcat 3 1,678 11-20-2019, 04:37 PM
    Thread: Stuck while Dictionary chache building
Post: RE: Stuck while Dictionary chache building

what happens if you just read the file with something like: Code: -- type crackstation.txt > nul --
philsmd hashcat 3 1,310 12-09-2019, 04:51 PM
    Thread: Creating sha512(sha512($pass).$salt) kernel
Post: RE: Creating sha512(sha512($pass).$salt) kernel

shouldn't the first hash be 128 hex characters (instead of 64) ? Just test with "echo -n hashcat | sha512sum", it is exactly 128 hex chars long. you would also need to test if the salt needs to be ...
philsmd hashcat 3 1,391 12-25-2019, 08:01 PM
    Thread: Creating sha512(sha512($pass).$salt) kernel
Post: RE: Creating sha512(sha512($pass).$salt) kernel

in OpenCL/m20710_a0-pure.cl I don't see that ctx.w0[0] is modified directly etc... why don't you just start with 2 very easy blocks of init/update(s)/final for the first SHA512 hash and init/update...
philsmd hashcat 3 1,391 12-25-2019, 09:41 PM
    Thread: Hashcat exhausted. Is it a problem with the dict. or me?
Post: RE: Hashcat exhausted. Is it a problem with the di...

Do *NOT* post hashes - https://hashcat.net/forum/announcement-2.html -
philsmd hashcat 3 1,367 12-30-2019, 09:26 AM
    Thread: build fail in kernel? -m 2500, cant figure out why
Post: RE: build fail in kernel? -m 2500, cant figure out...

which hashcat version do you use ? did you try to test the beta version from https://hashcat.net/beta/ ?
philsmd hashcat 3 1,115 01-03-2020, 05:57 PM
    Thread: Can shannon entropy be used to optimize password carcking?
Post: RE: Can shannon entropy be used to optimize passwo...

what attack type ? hashcat has built-in support for markov chains see --help it's probably not a good idea to have/generate password candidates that are gibberish ... and store large dictionarie...
philsmd hashcat 3 1,377 01-07-2020, 12:08 PM
    Thread: Help with unknown MSSQL HASHBYTES function hash
Post: RE: Help with unknown MSSQL HASHBYTES function has...

if in doubt you can simply use -m 100 which has no salt Code: -- hashcat -m 100 -a 3 XE9XX2685XX09XX6X191XX16944D9D01179266F 'Pass123$' --
philsmd hashcat 3 1,143 01-17-2020, 07:15 PM
    Thread: Help with unknown MSSQL HASHBYTES function hash
Post: RE: Help with unknown MSSQL HASHBYTES function has...

Just a friendly reminder: according to the forum rules it is not allowed to post hashes here, see https://hashcat.net/forum/announcement-2.html
philsmd hashcat 3 1,143 01-17-2020, 09:30 PM
    Thread: Help!
Post: RE: Help!

use this command to change the directory in cmd: Code: -- cd Users\Underground\Desktop\hashcat-5.1.0 --
philsmd hashcat 3 1,091 01-29-2020, 03:16 PM
    Thread: HEXed dictionary
Post: RE: HEXed dictionary

there are at least 2 ways to use "hex" passwords within dictionaries in hashcat: 1. use --hex-wordlist 2. use $HEX[] within the lines these options are very similar and different at the same time...
philsmd hashcat 3 1,002 01-28-2020, 01:56 PM