|
Search Results
|
| Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
| |
|
Thread: macOS Keychain Help
Post: RE: macOS Keychain Help
| https://github.com/openwall/john/blob/bleeding-jumbo/run/keychain2john.py |
|
Banaanhangwagen |
General Talk
|
4 |
3,098 |
02-06-2026, 08:24 PM |
| |
|
Thread: macOS Keychain Help
Post: RE: macOS Keychain Help
| Since you have a non-encrypted image of the device, you can try to crack the user password by extracting the login-hash from the correct user-plist file...or (and this one is much faster) by extractin... |
|
Banaanhangwagen |
General Talk
|
4 |
3,098 |
02-06-2026, 08:46 AM |
| |
|
Thread: Inquiry About Hashcat GPU Compute Service
Post: RE: Inquiry About Hashcat GPU Compute Service
| Hashcat is a program that is free to use on your own device.
See some basics and demo in this video: https://www.youtube.com/watch?v=EfqJCKWtGiU
There are companies (cloud-solutions) who are prov... |
|
Banaanhangwagen |
General Talk
|
5 |
4,425 |
01-08-2026, 12:44 PM |
| |
|
Thread: Notes app Password Recovery
Post: RE: Notes app Password Recovery
| you need to look for the file NoteStore.sqlite on your phone and extract it (done with iTunes-backup for example)
next, with this tool you can extract the hashes from the sqlite-db: https://github.co... |
|
Banaanhangwagen |
hashcat
|
2 |
3,121 |
01-08-2026, 11:18 AM |
| |
|
Thread: Rockyou....
Post: RE: Rockyou....
| make sure that your hash is correctly formatted and starts with $bitlocker$1$...
see https://hashcat.net/wiki/doku.php?id=example_hashes
also, as you can read in the warning, you need to install ... |
|
Banaanhangwagen |
hashcat
|
16 |
9,797 |
01-06-2026, 03:14 PM |
| |
|
Thread: When will it be possible to crack Monero .keys file?
Post: RE: When will it be possible to crack Monero .keys...
| hashes are not hacked, but cracked
afaik, it's not planned to be integrated |
|
Banaanhangwagen |
hashcat
|
3 |
14,237 |
01-05-2026, 05:05 PM |
| |
|
Thread: Token Length Exception
Post: RE: Token Length Exception
| use the correct mode
Code:
--
./hashcat/hashcat --help -h | grep -i metamask
31900 | MetaMask Mobile Wallet | Cryptocurrency Wallet
26600 | MetaMask Wallet (... |
|
Banaanhangwagen |
hashcat
|
1 |
1,735 |
01-05-2026, 04:55 PM |
| |
|
Thread: Rockyou....
Post: RE: Rockyou....
| you need to be in the Hashcat-folder with your terminal, not in the root of C:
cd to the Hashcat-folder, and you should be fine |
|
Banaanhangwagen |
hashcat
|
16 |
9,797 |
01-05-2026, 04:41 PM |
| |
|
Thread: Decoding single € (euro character) NTLM hash
Post: RE: Decoding single € (euro character) NTLM hash
| Adding to this - for me - complicated encoding subject that as of v7.1 Hashcat cannot succesfully crack this anymore.
v7.0 does it well, as explained by DanielG.
Maybe worth opening an issue on Gi... |
|
Banaanhangwagen |
hashcat
|
3 |
3,415 |
12-03-2025, 10:54 AM |
| |
|
Thread: Yescrypt hashes
Post: RE: Yescrypt hashes
| again, as explained on https://github.com/hashcat/hashcat/blob/master/docs/hashcat-python-plugin-quickstart.md, you'll read that a generic mode 73000 (or 72000) is provided |
|
Banaanhangwagen |
hashcat
|
6 |
8,197 |
12-02-2025, 01:07 PM |
| |
|
Thread: Yescrypt hashes
Post: RE: Yescrypt hashes
| Just follow the steps as explained on that page: format the hash, and adapt the plugin-file for use with yescrypt. Copy-paste, and you're good to go. |
|
Banaanhangwagen |
hashcat
|
6 |
8,197 |
11-28-2025, 02:22 PM |
| |
|
Thread: workload-profile for a laptop
Post: RE: workload-profile for a laptop
| What do you mean with "jumps up" ?
To a certain degree - haha - it's normal for the temperature to rise. Cooling matters.
That said, running long Hashcat jobs on a laptop is generally not recommende... |
|
Banaanhangwagen |
hashcat
|
3 |
2,476 |
11-28-2025, 02:18 PM |
| |
|
Thread: 7z protected
Post: RE: 7z protected
| Find a tool to extract the hash from the 7z-file. Save it to a txt file.
Try to crack it with Hashcat with -m 11600.
Read https://hashcat.net/wiki/ and lookup some Youtube-videos to improve your mas... |
|
Banaanhangwagen |
hashcat
|
8 |
5,415 |
11-28-2025, 02:09 PM |
| |
|
Thread: for some reason I find a different password every time, is this a conflict? and so on
Post: RE: for some reason I find a different password ev...
| This topic is extensively discussed on this page on Github
https://github.com/hashcat/hashcat/issues/2457 |
|
Banaanhangwagen |
hashcat
|
3 |
2,379 |
11-28-2025, 02:03 PM |
| |
|
Thread: metamask2hashcat update
Post: metamask2hashcat update
| I updated the script metamask2hashcat: did some error handling, added a new command to extract the hash from a Chromium-extension and added a new command to inspect the raw content in the rare case th... |
|
Banaanhangwagen |
User Contributions
|
0 |
2,561 |
10-20-2025, 03:42 PM |
| |
|
Thread: Cloud GPU price(estimated) for NTLM hash type
Post: RE: Cloud GPU price(estimated) for NTLM hash type
| can you post a TL;DR please? or was it just a gimmick ? your AI-generated-post is giving me dizzyness
why did you hijack this old post from three years ago, instead of creating a new one ?
meh |
|
Banaanhangwagen |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
25,250 |
07-22-2025, 11:31 AM |
| |
|
Thread: Complete newbie here, best version to install on old Windows 10 laptop
Post: RE: Complete newbie here, best version to install ...
| First of all, with Hashcat one can try to "crack hashes" (not "hashing cracks" or something ;-) ).
As stated on the Hashcat-homepage, simply follow the downloadlink to the latest (or older) version... |
|
Banaanhangwagen |
hashcat
|
13 |
37,541 |
11-07-2024, 12:14 PM |
| |
|
Thread: hi there im a newbie with The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) and hashcat and i want to know how or where
Post: RE: hi there im a newbie with The-Distribution-Whi...
| put the hash between single quotes
also:
- avoid The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)
- your mask is too large, it will be unfeasable |
|
Banaanhangwagen |
hashcat
|
1 |
4,169 |
05-24-2024, 09:19 AM |
| |
|
Thread: Securenotes2hashcat.pl is not extracting some of my hashes
Post: RE: Securenotes2hashcat.pl is not extracting some ...
| Try this: https://github.com/openwall/john/blob/bleeding-jumbo/run/applenotes2john.py |
|
Banaanhangwagen |
hashcat
|
4 |
7,841 |
05-15-2024, 11:38 PM |
| |
|
Thread: VeraCrypt test
Post: RE: VeraCrypt test
| You used -m 13731 which is the mode for a non-bootable partition, while you extracted 512 bytes to "data" like it is a bootable-partition.
Please double-check if you selected during configuration Ver... |
|
Banaanhangwagen |
General Talk
|
4 |
9,649 |
05-14-2024, 10:11 AM |