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: AMD Radeon R9 M370X not being used, Mac
Post: RE: AMD Radeon R9 M370X not being used, Mac

try Code: -- hashcat -d 3 -m 500 -b -- for clinfo (install homebrew first): Code: -- brew install clinfo -- BTW: I think the alias problem is related to https://github.com/hashcat/hash...
philsmd hashcat 5 810 06-22-2020, 08:08 AM
    Thread: AMD Radeon R9 M370X not being used, Mac
Post: RE: AMD Radeon R9 M370X not being used, Mac

To tell the truth, this is actually quite a new problem (discovered after the recent 6.0.0. release) and the development team unfortunately has no such devices to debug with... The github issue tri...
philsmd hashcat 5 810 06-22-2020, 08:41 AM
    Thread: €-Symbol with Command ?b
Post: RE: €-Symbol with Command ?b

That's actually the funny and at the same time very difficult part of encoding. the euro sign € can be also represented by just one byte in other encodings for instance ISO8859-15 has 0xa4 as a cur...
philsmd hashcat 4 809 06-16-2020, 10:06 PM
    Thread: Sorting many masks by number of combinations?
Post: RE: Sorting many masks by number of combinations?

maybe this one: PACK (Password Analysis and Cracking Kit): https://github.com/iphelix/pack/ https://web.archive.org/web/20190125201146/https://thesprawl.org/projects/pack/
philsmd hashcat 2 805 04-30-2020, 02:08 PM
    Thread: Salted hash
Post: RE: Salted hash

what is the algorithm in your opinion ? sha256 ($salt) ? if that would be the case, you could consider the salt just like a unknown password. what is the format of this salt, what is its...
philsmd hashcat 4 802 06-04-2020, 03:30 PM
    Thread: Salted hash
Post: RE: Salted hash

if you do not know the salt, you would probably need to guess it and this guessing might be very difficult because salts are often both random and long. Therefore, it depends on the algorithm, the ...
philsmd hashcat 4 802 06-04-2020, 08:17 AM
    Thread: SHA-256
Post: RE: SHA-256

There is no "wrong" algorithm implemented in hashcat. All the hashing algorithms are correct. They are just different like night and day. (maybe you could say some are more similar, but the result is ...
philsmd hashcat 4 801 06-23-2020, 08:20 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: 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: ERROR: usually high number of arguments within restore file
Post: RE: ERROR: usually high number of arguments within...

"Unusually high number of arguments" means that you corrupted the .restore file. maybe your text editor did some strange things to the restore file (which contains binary data too) It's actuall...
philsmd hashcat 1 784 12-23-2019, 07:02 PM
    Thread: two word lists and a rule
Post: RE: two word lists and a rule

please define "a rule" . is this one single rule ? you should also be more clear about "two dictionary" . do you mean combining them or running them one after the other. to combine 2 dictionarie...
philsmd hashcat 3 781 05-24-2020, 05:46 PM
    Thread: two word lists and a rule
Post: RE: two word lists and a rule

it's not directly supported, mainly because the combination of 2 dicts can turn out to be huge (combining hundred of thousands words with each other - or more - gives a huge and sometimes too huge com...
philsmd hashcat 3 781 05-24-2020, 06:32 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
    Thread: help
Post: RE: help

english only: https://hashcat.net/forum/announcement-2.html (non-english post deleted because of the forum rules)
philsmd hashcat 4 771 06-20-2020, 08:33 AM
    Thread: Detecting 1 Device (CPU) not GPU
Post: RE: Detecting 1 Device (CPU) not GPU

https://hashcat.net/faq/wrongdriver
philsmd hashcat 2 765 04-03-2020, 09:02 PM
    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: 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: 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