Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
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 |
|
|
Thread: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force
it's a very special situation, which requires either a special password generator or a compromise to allow some duplicates for better speed.
The candidate generator could be as simple as this:
Co... |
|
philsmd |
hashcat
|
7 |
1,442 |
06-19-2020, 06:06 PM |
|
|
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: hashcat64.bin
Post: RE: hashcat64.bin
The file:
Code:
--
hashcat.exe
--
is the new 64-bit binary.
The release versions do not ship with 32 bit binaries anymore (but users can still compile them themself if needed). So every bina... |
|
philsmd |
hashcat
|
3 |
652 |
07-02-2020, 08:39 PM |
|
|
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: 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: 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: fastest way to crack bcrypt
Post: RE: fastest way to crack bcrypt
it's very difficult / dangerous to make comparison like this. What are you comparing to? dozens of hashes against 1 hash, cost factor 5 (2^5 = 32) against cost factor 19 (2^19 = 524288 "iterations").... |
|
philsmd |
hashcat
|
3 |
952 |
06-29-2020, 09:35 AM |
|
|
Thread: Question about --force option and CUDA Toolkit SDK
Post: RE: Question about --force option and CUDA Toolkit...
Your change doesn't really make sense to me, because hashcat tries to find and load the library even with the nvrtc64_*_0.dll file name:
https://github.com/hashcat/hashcat/blob/5628317de8156a36aa966c... |
|
philsmd |
hashcat
|
5 |
1,214 |
06-29-2020, 09:43 AM |
|
|
Thread: Intel i7 with 8 cores - just one core computing
Post: RE: Intel i7 with 8 cores - just one core computin...
read the --help output and see how the different supported device types can be enabled (--opencl-device-types or short -D, uppercase D)
Code:
--
-D 1,2
--
it's not always guaranteed that the C... |
|
philsmd |
hashcat
|
3 |
662 |
07-09-2020, 09:39 PM |
|
|
Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)
example hashes are here: https://hashcat.net/wiki/doku.php?id=example_hashes
you could also use
Code:
--
-m 13400 --example-hashes
--
I would guess that your hash needs to start with $keepass... |
|
philsmd |
hashcat
|
5 |
823 |
07-10-2020, 10:39 AM |
|
|
Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)
maybe the root of the problem depends on which keepass2john tool you use.
I would highly recommend to use the "official" repository: https://github.com/magnumripper/johntheripper (this is also much... |
|
philsmd |
hashcat
|
5 |
823 |
07-10-2020, 11:12 AM |
|
|
Thread: Last hashcat 6 format out ?!
Post: RE: Last hashcat 6 format out ?!
1. it's impossible to decrypt a hash. If something is not encrypted, you can't really decrypt it (https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/)
2. the default output format ... |
|
philsmd |
hashcat
|
1 |
423 |
07-11-2020, 12:24 PM |
|
|
Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
1. why do you use crunch ?
2. why do you use hashcat 5.1.0 if hashcat 6.0.0 is available (https://hashcat.net/hashcat/) ?
3. what is your command ?
4. why don't you give your full specs ? if the er... |
|
philsmd |
hashcat
|
6 |
903 |
07-11-2020, 05:00 PM |
|
|
Thread: How to crack Apple Secure Notes?
Post: RE: How to crack Apple Secure Notes?
Code:
--
hashcat -m 16200 -a 0 -w 3 -r rules/best64.rule hash_file.txt word_list.txt
--
|
|
philsmd |
hashcat
|
3 |
678 |
07-12-2020, 07:18 PM |