Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
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: AMD Radeon R9 M370X not being used, Mac
Post: RE: AMD Radeon R9 M370X not being used, Mac
the numbers always depend on the type of hashes. for instance 218 kH/s for a bcrypt hash with cost factor $09$ would be quite impressive ;)
218 kH/s doesn't mean anything without any info about the h... |
|
philsmd |
hashcat
|
5 |
810 |
06-22-2020, 07:52 AM |
|
|
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: 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: 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 |
721 |
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 |
721 |
06-24-2020, 08:36 AM |
|
|
Thread: Hashcat 6 / Cuda toolkit
Post: RE: Hashcat 6 / Cuda toolkit
no, not that I'm aware of.
It's true that it contains a lot of data/documentation and even the drivers that are often not needed.
The SDK contains several example code, documentations, the drive... |
|
philsmd |
hashcat
|
1 |
493 |
06-24-2020, 10:56 AM |
|
|
Thread: Hashcat table of hashes
Post: RE: Hashcat table of hashes
Code:
--
hashcat --help
--
or:
Code:
--
hashcat --example-hashes
--
or:
https://hashcat.net/wiki/doku.php?id=example_hashes |
|
philsmd |
hashcat
|
2 |
583 |
06-24-2020, 09:19 AM |
|
|
Thread: Bruteforce not finding simple 4 letter hash?
Post: RE: Bruteforce not finding simple 4 letter hash?
does it work with -D 1 added to the command line:
Code:
--
hashcat -m 1000 -a 3 -O -D 1 easyntlm.txt ?l?l?l?l
--
To me this really seems like a (very dangerous) driver bug. since the self-test... |
|
philsmd |
hashcat
|
8 |
1,281 |
06-25-2020, 12:20 AM |
|
|
Thread: Bruteforce not finding simple 4 letter hash?
Post: RE: Bruteforce not finding simple 4 letter hash?
the -D 1 parameter does whitelist your CPU device (the Intel i7) cpu (see --help for all the command line parameters that hashcat supports and what they mean).
that means that with -D 1 you are testi... |
|
philsmd |
hashcat
|
8 |
1,281 |
06-25-2020, 12:49 AM |
|
|
Thread: Veracrypt algorithm identification
Post: RE: Veracrypt algorithm identification
no, in general it's not possible. The architecture choice / design of VeraCrypt itself does not allow seeing what algos are being used.
That said, it's very easy to see a bootloader... i.e. if the ... |
|
philsmd |
hashcat
|
5 |
970 |
06-25-2020, 11:35 AM |
|
|
Thread: Is hccap Support Intentionally Dropped in V6?
Post: RE: Is hccap Support Intentionally Dropped in V6?
I'm also confused here. Well, we need to distinguish 2 different cases:
1. you are really refering to hccap (without the x at the end)
2. you mean the new -m 22000 = WPA-PBKDF2-PMKID+EAPOL compared ... |
|
philsmd |
hashcat
|
2 |
577 |
06-25-2020, 06:59 PM |
|
|
Thread: Viivo to hashcat
Post: RE: Viivo to hashcat
AES is not a hashing algorithm.
it's an encryption algorithm, a cipher.
Completely different things.
encryption is reversible... you still need to know a key
normally, you do not directly use ... |
|
philsmd |
hashcat
|
3 |
717 |
06-25-2020, 08:35 PM |
|
|
Thread: Viivo to hashcat
Post: RE: Viivo to hashcat
I'm not aware of any such tool. I didn't even hear about .viivo files before.
There are for sure multiple pages that talk about PBKDF2-HMAC-SHA1 for the key derivation, see https://fileinfo.com/ext... |
|
philsmd |
hashcat
|
3 |
717 |
06-25-2020, 10:23 PM |
|
|
Thread: Veracrypt algorithm identification
Post: RE: Veracrypt algorithm identification
for very few hash types only one "hash" can be loaded at the same time. This is also true for VeraCrypt since (in theory, but normally you extract it anyway or work with a backup) you can directly loa... |
|
philsmd |
hashcat
|
5 |
970 |
06-26-2020, 01:20 PM |
|
|
Thread: NTLMv2 separator unmatched
Post: RE: NTLMv2 separator unmatched
no, -m 5600 is a diffrent format.
the pwdump is supported with -m 1000 = NTLM and -m 3000 = LM (also see https://openwall.info/wiki/john/hash-formats and https://ftp.samba.org/pub/samba/pwdump/READ... |
|
philsmd |
hashcat
|
2 |
607 |
06-27-2020, 10:28 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: Need help to make a custom wordlist
Post: RE: Need help to make a custom wordlist
it's actually not that easy to make policies/"rules" like this.
Furthermore, there are infinite many possibilities that an user might want differently and more flexible etc.
I think most of thes... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
955 |
06-27-2020, 11:18 PM |
|
|
Thread: Question about --force option and CUDA Toolkit SDK
Post: RE: Question about --force option and CUDA Toolkit...
did you try to follow these steps: https://hashcat.net/faq/wrongdriver ?
You are also wrong about the NVIDIA version numbers, just have a look at the nvidia.com page e.g. here https://www.nvidia.it... |
|
philsmd |
hashcat
|
5 |
1,214 |
06-28-2020, 09:04 AM |