Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: ($200 reward) Phantom Wallet seed phrase recovery
Post: RE: ($200 reward) Phantom Wallet seed phrase recov...

Markelov69 Wrote: (Yesterday, 08:42 AM) -- Thank you for your response, penguinkeeper. Is there a straightforward method for locating the public key with the encrypted seed phrase? This would assist ...
penguinkeeper hashcat 10 2,524 Yesterday, 10:27 AM
    Thread: ($200 reward) Phantom Wallet seed phrase recovery
Post: RE: ($200 reward) Phantom Wallet seed phrase recov...

No, it'd have to be cracked first so the private/public key can be derived from the phrase. What was the password to the above example you provided?
penguinkeeper hashcat 10 2,524 04-08-2024, 05:04 AM
    Thread: Tried the search bar.
Post: RE: Tried the search bar.

It's an OpenCL problem, nothing you should be worried about. CUDA allows you to usually use 100% of VRAM, hence why it's pushed quite heavily so do try to use CUDA when possible and Hashcat will defau...
penguinkeeper hashcat 2 723 04-06-2024, 03:30 AM
    Thread: ($200 reward) Phantom Wallet seed phrase recovery
Post: RE: ($200 reward) Phantom Wallet seed phrase recov...

Research dump for whoever picks this up (Potentially me) It appears to be PBKDF2_SHA256 KDF of the password then using xsalsa20-poly1305 for the encryption/decryption using tweetnacl's "secretbox" ...
penguinkeeper hashcat 10 2,524 04-04-2024, 05:58 AM
    Thread: ($200 reward) Phantom Wallet seed phrase recovery
Post: RE: ($200 reward) Phantom Wallet seed phrase recov...

Qwarkz Wrote: (02-01-2024, 07:46 PM) -- {"encryptedKey"{"digest":"sha256","encrypted":"wFCwaUXv2nCNS1vBcuZiXnhS1hNK2e5ZerPTWz1Nst37x64WQBmMS1QWuetdp3X4P","iterations"10000"kdf":"pbkdf2","nonce":"2AeS...
penguinkeeper hashcat 10 2,524 04-03-2024, 08:14 PM
    Thread: Error with hashcat
Post: RE: Error with hashcat

Your driver version and CUDA version don't match each other See: https://hashcat.net/forum/thread-10727.html
penguinkeeper hashcat 3 561 04-03-2024, 04:35 AM
    Thread: Bitwarden module 23400: Salt-iteration length exception
Post: RE: Bitwarden module 23400: Salt-iteration length ...

PR created: https://github.com/hashcat/hashcat/pull/3980 If you want to use it: 1) Go here https://github.com/PenguinKeeper7/hashcat/tree/Raise-Bitwarden-Iteration-Cap 2) Click "Code" then "Downl...
penguinkeeper hashcat 5 740 04-02-2024, 11:36 PM
    Thread: Bitwarden module 23400: Salt-iteration length exception
Post: RE: Bitwarden module 23400: Salt-iteration length ...

I'll PR it into the github in a little while and reply to the thread but it's unlikely to be pulled in for a while due to some big changes that have been piling up so you will have to compile yourself...
penguinkeeper hashcat 5 740 04-02-2024, 10:36 PM
    Thread: Bitwarden module 23400: Salt-iteration length exception
Post: RE: Bitwarden module 23400: Salt-iteration length ...

Hashcat has a safety check for if the iteration count is over 999,999, which is where this is failing. I'll likely just remove this check as I don't really see the value in it, can I ask how you manag...
penguinkeeper hashcat 5 740 04-02-2024, 10:21 PM
    Thread: Huawei ONT hash type
Post: RE: Huawei ONT hash type

Convert the "result" from hex to base64 and format it like this: pbkdf2_sha256$5000$salt$base64 So for your above hash: Code: -- > ./hashcat -m 10000 'pbkdf2_sha256$5000$170c8c0af5c28a8c5a976af6...
penguinkeeper hashcat 3 799 03-30-2024, 04:49 PM
    Thread: Huawei ONT hash type
Post: RE: Huawei ONT hash type

Each of these are already crackable with Hashcat. 1. is -m 0 2. is -m 20800 3. is -m 10000
penguinkeeper hashcat 3 799 03-29-2024, 10:37 PM
    Thread: Cannot load module ./modules/module_17030.dll
Post: RE: Cannot load module ./modules/module_17030.dll

Firstly, encode as UTF8 without symbols or Hashcat will be confused: Code: -- S:\scratch\hashcat-foobar-gpg-hash.txt: Byte Order Mark (BOM) was detected -- Secondly, the asterisks in the example...
penguinkeeper hashcat 5 895 03-24-2024, 08:22 PM
    Thread: Generic hash types?
Post: RE: Generic hash types?

You're correct, it's not currently supported in Hashcat although other tools such as MDXFind do support it, as "MD5SHA1MD5". If you want to request it as a hash-mode, you can do it on the GitHub issue...
penguinkeeper hashcat 1 574 03-23-2024, 03:18 PM
    Thread: mask ans keyspace ok for NTLM
Post: RE: mask ans keyspace ok for NTLM

1) Not quite, close though. The correct calculation would be (26^1) * (26^4) * (10^10). I know it can be simplified but it's easier to show it this way. Your keyspace would be for all characters, in a...
penguinkeeper hashcat 2 754 03-06-2024, 10:24 PM
    Thread: generating a dictionary /or rules
Post: RE: generating a dictionary /or rules

That's a very small amount of candidates and would probably only be about 82MB so you'd be best off with a very small Python program or something, put it in a file then use that file within Hashcat no...
penguinkeeper hashcat 3 1,023 03-05-2024, 02:31 AM
    Thread: I need rules, please help, thanks
Post: RE: I need rules, please help, thanks

This would have to be done externally and isn't possible in Hashcat
penguinkeeper hashcat 4 1,193 03-04-2024, 03:28 PM
    Thread: SHA-512 for digits
Post: RE: SHA-512 for digits

A common mistake with sha512sum is using echo without removing the newline with -n. Code: -- $ echo -n hashcat | sha512sum 82a9dda829eb7f8ffe9fbe49e45d47d2dad9664fbb7adf72492e3c81ebd3e29134d9bc12...
penguinkeeper hashcat 3 927 02-03-2024, 12:11 AM
    Thread: How to implement keyboard adjacent key insertion
Post: RE: How to implement keyboard adjacent key inserti...

The whole extracting to memory thing doesn't exist anymore unfortunately. You're best off having a stack of replaces: sgf  (replace g with f) sgh (replace g with h) sgb (replace g with b) etc. The...
penguinkeeper hashcat 3 1,029 02-01-2024, 05:25 PM
    Thread: RTX4090 Loops and Thrust
Post: RE: RTX4090 Loops and Thrust

Thr stands for "Threads", not "Thrust". Also, that's a perfectly acceptable hashrate. The "12966.1 MH/s" number is all that matters, the additional tuning settings (Accel, Loops etc) don't really mean...
penguinkeeper hashcat 2 879 01-21-2024, 04:06 PM
    Thread: help me with my homework!!!!
Post: RE: help me with my homework!!!!

Included with this message is a mask file that can be used to brute force for every possible IP
penguinkeeper hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 3,590 01-18-2024, 04:57 PM