Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Separator Unmatched
Post: RE: Separator Unmatched
That's not the correct assumption.
It literally just said:
Code:
--
Hashfile 'xyz' on line 6 ...
--
The most important part is the "Hashfile" part. The filename of course is not what the ... |
|
philsmd |
hashcat
|
5 |
1,389 |
04-26-2020, 09:35 AM |
|
|
Thread: Some interesting test 14100
Post: RE: Some interesting test 14100
Please request this new feature on github https://github.com/hashcat/hashcat/issues
It would probably require a new optimized kernel that is dedicated to this special variant and I would suggest th... |
|
philsmd |
hashcat
|
5 |
1,319 |
04-28-2020, 01:59 PM |
|
|
Thread: Newbie learning how to crack a RAR3 hash.
Post: RE: Newbie learning how to crack a RAR3 hash.
a,lso escaping of the "$RAR3$..." hash is very important... therefore I would suggest to use a hash file, instead of messing around with shell escaping directly in the command
Code:
--
hashcat64.e... |
|
philsmd |
hashcat
|
5 |
1,172 |
05-07-2020, 11:00 AM |
|
|
Thread: AMD Rx5700 can't run WPA normally
Post: RE: AMD Rx5700 can't run WPA normally
try the beta version from https://hashcat.net/beta/
also please stop the double posting. one post/thread is enough, it doesn't help in any way to spam the same problem (see https://hashcat.net/foru... |
|
philsmd |
hashcat
|
5 |
1,197 |
05-13-2020, 06:45 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: 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: 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: 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: 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: 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: 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: AesCrypt hash: How to obtain iv, enc_iv, enc_key, HMAC and encrypttion
Post: RE: How to obtain iv, enc_iv, enc_key, HMAC and en...
you might need to have a look at the Aes Crypt file format page:
https://www.aescrypt.com/aes_file_format.html
They explain how the file format is and how it changed over time
there is "AES" at... |
|
philsmd |
hashcat
|
5 |
812 |
07-07-2020, 08:09 PM |
|
|
Thread: AesCrypt hash: How to obtain iv, enc_iv, enc_key, HMAC and encrypttion
Post: RE: How to obtain iv, enc_iv, enc_key, HMAC and en...
btw: just to be very clear, you need to run the perl script like this:
Code:
--
cd tools
perl aescrypt2hashcat.pl file.aes
--
i.e. in your cmd window, you need to enter the tools folder (I as... |
|
philsmd |
hashcat
|
5 |
812 |
07-08-2020, 12:11 PM |
|
|
Thread: AesCrypt hash: How to obtain iv, enc_iv, enc_key, HMAC and encrypttion
Post: RE: How to obtain iv, enc_iv, enc_key, HMAC and en...
next step would of course be to make sure it's a valid .aes file by comparing the file format description from https://www.aescrypt.com/aes_file_format.html with the file loaded in a hex editor (like ... |
|
philsmd |
hashcat
|
5 |
812 |
07-09-2020, 08:14 AM |
|
|
Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)
technically, you are not "cracking AES". AES is a cipher, an encryption/decryption algorithm with fixed key lengths (the keys are just a bunch of random bytes).
what you are instead doing is to cra... |
|
philsmd |
hashcat
|
5 |
823 |
07-10-2020, 12:40 PM |
|
|
Thread: DCC2 - 2100 only using one GPU on multi GPU systems
Post: RE: DCC2 - 2100 only using one GPU on multi GPU sy...
what attack type (-a x) ? What input ? How large is the mask/dict(s) ?
Maybe try using this:
Code:
--
-S
--
but the speed will/could suffer a lot with -S.
I guess you could just optimize... |
|
philsmd |
hashcat
|
5 |
712 |
08-02-2020, 11:34 PM |
|
|
Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote
you need to specify the path to the "NoteStore.sqlite" SQLITE file within the command line (that is exactly what the Usage says).
The script doesn't work without specifying the sqlite file within t... |
|
philsmd |
hashcat
|
5 |
817 |
08-03-2020, 12:01 PM |
|
|
Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote
don't post hashes here, see https://hashcat.net/forum/announcement-2.html
I think only the last 3 ones are valid hashes, the last three load perfectly fine for me and seem to crack (e.g. for one of... |
|
philsmd |
hashcat
|
5 |
817 |
08-04-2020, 01:09 AM |