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: 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: getcernelarginfo procedure entry point not found in library
Post: RE: getcernelarginfo procedure entry point not fou...

it's probably kernel with "k" (clGetKernelArgInfo () ) for the problem itself, it's probably a setup/driver issue. Your explanation is also very misleading and missing some crucial facts. I think y...
philsmd hashcat 1 744 12-08-2019, 01:36 PM
    Thread: No hashes loaded.
Post: RE: No hashes loaded.

Do NOT post hashes https://hashcat.net/forum/announcement-2.html example hashes can be seen here: https://hashcat.net/wiki/example_hashes Hashes do NOT contain any file names (see example hashes...
philsmd hashcat 1 743 03-21-2020, 07:11 PM
    Thread: veracrypt pim
Post: RE: veracrypt pim

the beta version of hashcat (https://hashcat.net/beta) has a new feature to support this (see https://github.com/hashcat/hashcat/commit/218322f63014804243f43bf3e31d2821c225aede) --veracrypt-pim-sta...
philsmd hashcat 1 739 01-15-2020, 06:39 PM
    Thread: Hello all, i need a litle help to understand something about drop info in hashcat
Post: RE: Hello all, i need a litle help to understand s...

it's just showing you a whole set (a range) of password candidates. The displayed password candidates in the "Candidates.#" line within the status output are neither meant to be complete, nor can they...
philsmd hashcat 4 737 07-20-2020, 01:46 PM
    Thread: Hello all, i need a litle help to understand something about drop info in hashcat
Post: RE: Hello all, i need a litle help to understand s...

in general, it only happens that both the left and right part of the "->" sign are equal if you are testing with only one password candidate... but it could also happen that by chance several (mangled...
philsmd hashcat 4 737 07-20-2020, 02:12 PM
    Thread: I ran hashcat with a bunch of *.16800 hash files, what is best way to see results?
Post: RE: I ran hashcat with a bunch of *.16800 hash fil...

the ESSID (network name) will be in hexadecimal format (hex encoded), you would need to hex decode the last field (before the password).
philsmd hashcat 4 729 07-31-2020, 04:23 PM
    Thread: I ran hashcat with a bunch of *.16800 hash files, what is best way to see results?
Post: RE: I ran hashcat with a bunch of *.16800 hash fil...

if we have a hash like this (masked with XXX, see https://hashcat.net/forum/announcement-2.html): Code: -- 45XXXX330c4570de8b0846b48fXXXX15:b34XXXX1b316:3f416fe0XXXX:68617368636174 -- for whic...
philsmd hashcat 4 729 08-02-2020, 04:02 PM
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

Code: -- hashcat --stdout -a 3 -o dict.txt Password?d?d?d hashcat --stdout -a 3 -o dict.txt My?d?d?dPassword hashcat -m 14800 -a 0 -w 3 hash.txt dict.txt --
philsmd hashcat 7 729 08-21-2020, 10:08 PM
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

I don't think it's practical, you would need to combine rules with each and every combination (10x -r multi-rule replaces within the command, rule-chaining, to change mutliple digits at the same time)...
philsmd hashcat 7 729 08-22-2020, 10:11 AM
    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: How to get addresses from keys?
Post: RE: How to get addresses from keys?

I don't think so. You would need to have the password to decrypt it and get the private keys (the HD mechanism automatically allows to generate and lookup all the addresses and public keys if you have...
philsmd General Talk 3 728 08-05-2020, 03:28 AM
    Thread: How to get addresses from keys?
Post: RE: How to get addresses from keys?

this makes no sense: Code: -- -1 ?u?l -2 ?u?l -3 ?u?l -4 ?u?l -- they all define the same thing. so do it only once Code: -- hashcat -m 22700 -a 3 -w 3 -1 ?u?l -i --increment-min 5 hashe...
philsmd General Talk 3 728 08-07-2020, 03:18 AM
    Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...

is this some kind of cloud provider ? what is the output of hashcat -I ? what is the output of clinfo ?
philsmd Hardware 6 722 08-26-2020, 06:23 PM
    Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...

There are even clinfo.exe binary releases here for users that are not able to compile it themself: https://github.com/Oblomov/clinfo#windows-support
philsmd Hardware 6 722 08-27-2020, 09:13 AM
    Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...

I think this is not really an error, you are just not aware (misunderstanding) that hashcat 6.0.0 and above recommend using CUDA. I'm not sure if your "professional" GPU supports it (I pretty much ...
philsmd Hardware 6 722 08-27-2020, 09:19 AM
    Thread: Custom chat set
Post: RE: Custom chat set

Code: -- hashcat -m 500 -a 3 -w 3 -O --custom-charset2 my.hcchr -o krekovan hash.txt ?2?2?2?2?2?2?2 -- the file my.hcchr only consists of one line (no BOM ! see https://en.wikipedia.org/wiki/...
philsmd hashcat 4 721 07-24-2020, 07:31 PM
    Thread: Custom chat set
Post: RE: Custom chat set

The file extension doesn't actually matter, but I agree it's good to stick to some convention/standard. It would probably make sense to rename our .charset files into .hcchr files, because of the "...
philsmd hashcat 4 721 07-24-2020, 08:29 PM
    Thread: Hitting my wits end.
Post: RE: Hitting my wits end.

what hardware/GPU do you have ? This is important information. (from your cmd output, I assume you are using windows operating system... but it's also always good to mention this info) Try followin...
philsmd hashcat 3 720 06-24-2020, 08:09 AM
    Thread: Hitting my wits end.
Post: RE: Hitting my wits end.

Code: -- hashcat.exe -m 12500 -a 3 -w 3 -O --increment --increment-min 4 --increment-max 20 --custom-charset2 abcKLM13579,-: "InputHashHere" ?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2 -- for all ...
philsmd hashcat 3 720 06-24-2020, 08:36 AM