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 [desc] 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: 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: 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: 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: 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: 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: 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: 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: 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: Detecting 1 Device (CPU) not GPU
Post: RE: Detecting 1 Device (CPU) not GPU

https://hashcat.net/faq/wrongdriver
philsmd hashcat 2 763 04-03-2020, 09:02 PM
    Thread: Only 1x DDR4 module
Post: RE: Only 1x DDR4 module

what type/model of RAM and how many gigabytes (GB) of RAM ?
philsmd Hardware 4 764 07-08-2020, 12:00 PM
    Thread: Only 1x DDR4 module
Post: RE: Only 1x DDR4 module

I hope you will learn to understand that you are asking the "wrong questions" . You can't really ask if something is enough without giving the whole specs of your system. What should we answer if you ...
philsmd Hardware 4 764 07-08-2020, 07:15 AM
    Thread: Hashcat 6 - PTX JIT compilation failed
Post: RE: Hashcat 6 - PTX JIT compilation failed

are you sure you didn't just override your old files ? did you create a new hashcat folder and extracted everything cleanly within that new hashcat folder ?
philsmd hashcat 3 765 06-21-2020, 04:07 PM
    Thread: Hashcat 6 - PTX JIT compilation failed
Post: RE: Hashcat 6 - PTX JIT compilation failed

try this https://hashcat.net/faq/wrongdriver and remove the cached kernels: kernels\
philsmd hashcat 3 765 06-21-2020, 06:02 PM
    Thread: help
Post: RE: help

do you mean that the format is Code: -- email:hash -- ? you could just use --username if you want that hashcat ignores the first part (email or username normally)
philsmd hashcat 4 771 06-19-2020, 06:40 PM