Posts: 6
Threads: 2
Joined: Nov 2023
11-01-2023, 02:37 AM
(This post was last modified: 11-01-2023, 02:40 AM by 4MxCa.)
I have a john hash file. The signature $gpg$*0*1099991*.
How can I crack it with hashcat if the cat doesnt know this format?
The original file was encrypted with a symmetric key. Algorithm aes256.cfb
John shows segmentation fault Failing at address: 0x2c
Opencl device: Platform #0 name: Clover, version: OpenCL 1.1 Mesa 23.2.1-arch1.2
Posts: 69
Threads: 2
Joined: Dec 2021
Posts: 6
Threads: 2
Joined: Nov 2023
It helps but not too much) It seems like that hash can be cracked only by john. But the opencl implementation under arch has many bugs.
Which utility is used to create hashes from gpg specially for hashcat?
Posts: 69
Threads: 2
Joined: Dec 2021
quote from
https://miloserdov.org/?p=5426
To extract hashes, use the tools that come with John the Ripper
hash generation tools for John the Ripper tend to add extra data like the filename. For this reason, the generated hashes usually need to be slightly modified to be accepted by Hashcat
Hashcat ver6.2.6 supports hash-type 17010
GPG (AES-128/AES-256 (SHA-1($pass)))
Please see here
https://hashcat.net/wiki/doku.php?id=example_hashes
or
hashcat -m 17010 --example-hashes
hashcat --hash-type 17010 --example-hashes
it seems, hashcat beta supports other gpg hash-type
https://hashcat.net/beta/
Hashcat is being developed and tested on Ubuntu
https://hashcat.net/forum/thread-8704-po...l#pid46265
https://hashcat.net/forum/thread-6661-po...l#pid40381
Try Ubuntu.
In my experience, I got the right answer to my first question on this forum after two months.
https://hashcat.net/forum/thread-10548.html
Don't give up.
Posts: 1
Threads: 0
Joined: Feb 2024
(11-03-2023, 02:28 PM)v71221 Wrote: quote from
https://miloserdov.org/?p=5426
To extract hashes, use the tools that come with John the Ripper
hash generation tools for John the Ripper tend to add extra data like the filename. For this reason, the generated hashes usually need to be slightly modified to be accepted by Hashcat
Hashcat ver6.2.6 supports hash-type 17010
GPG (AES-128/AES-256 (SHA-1($pass)))
Please see here
https://hashcat.net/wiki/doku.php?id=example_hashes
or
hashcat -m 17010 --example-hashes
hashcat --hash-type 17010 --example-hashes
it seems, hashcat beta supports other gpg hash-type [/url]
https://hashcat.net/beta/ [url=https://quikdraw.io]Quick Draw
Hashcat is being developed and tested on Ubuntu
https://hashcat.net/forum/thread-8704-po...l#pid46265
https://hashcat.net/forum/thread-6661-po...l#pid40381
Try Ubuntu.
In my experience, I got the right answer to my first question on this forum after two months.
https://hashcat.net/forum/thread-10548.html
Don't give up.
Yes. Very useful and complete information for me