Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Decoding single € (euro character) NTLM hash
Post: RE: Decoding single € (euro character) NTLM hash

Hashcat does not handle unicode well. I set an windows account password to € (using alt+0128 or by copy/paste from wikipedia article about Euro sign). This gets me the NTLM hash 030926b781938db4365...
DanielG hashcat 3 2,843 12-02-2025, 03:27 PM
    Thread: MySQL Authentication challenge cracking
Post: RE: MySQL Authentication challenge cracking

Ah my bad, I did not notice mode 11200 MySQL CRAM (SHA1) in the documentation. That does seem to be the one you want.
DanielG hashcat 4 2,969 10-31-2025, 02:06 PM
    Thread: MySQL Authentication challenge cracking
Post: RE: MySQL Authentication challenge cracking

Since it is a CTF I think they want you to code or script something for it. Afaik this is not possible with public tools such as hashcat.
DanielG hashcat 4 2,969 10-31-2025, 11:12 AM
    Thread: 20 characters long password
Post: RE: 20 characters long password

Yeah 20 digits is in no way practically attackable, you want to check 100000000000000000000 passwords. Your AMD Radeon RX 6800 can do around 1062 kH/s. Which means you need around 2984 millennia to ch...
DanielG hashcat 4 3,035 10-29-2025, 11:47 AM
    Thread: 20 characters long password
Post: RE: 20 characters long password

hashcat.exe -a 3 -m [the mode of your hash] filewithyourhash.txt ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d
DanielG hashcat 4 3,035 10-29-2025, 10:08 AM
    Thread: DES Token encoding exception
Post: RE: DES Token encoding exception

It is the correct mode, but there is somehow one or more typo's in the first line, because there should not be a [ in it. The rest of the hashes work (hint, username is password)
DanielG hashcat 11 18,470 09-05-2025, 02:02 PM
    Thread: Hashcat mask help with hybrid mode
Post: RE: Hashcat mask help with hybrid mode

creating a file with all the passwords would only be around 616 megabytes large. Something easily handled by hashcat in normal '-a 0' mode. This is also I think the fastest way performance wise. Perfa...
DanielG hashcat 2 4,121 07-21-2025, 03:13 PM
    Thread: blockchain.com/info second password format code: 18800 very slow 1/s
Post: RE: blockchain.com/info second password format cod...

It is designed to be hard to crack, so it would be slow. A 3090Ti card can do 816.7 kH/s if the Iterations are 9999, but if your iterations are higher than 9999 or are using a slow card or cpu it will...
DanielG hashcat 1 2,443 07-02-2025, 08:55 AM
    Thread: Noob needs help cracking cheat code password
Post: RE: Noob needs help cracking cheat code password

Not the correct thread neivafit, also it's just a public key so there is no hash to decode. Throw your base64 data in https://asn1js.eu/ and press decode and you will see the data: Code: -- Subje...
DanielG hashcat 18 32,520 05-26-2025, 04:05 PM
    Thread: Help me identify Hash as no hash mode matches the structure of the input hash.
Post: RE: Help me identify Hash as no hash mode matches ...

(a-z),(A-Z),(0-9),"-" and "_" are all part of the "URL Safe Base64 encoding", this makes a bit more sense since %3D is URLencoding of =, but that is usually omitted for this encoding. If you 'decod...
DanielG hashcat 2 5,172 03-27-2025, 05:11 PM
    Thread: Best Hardware for bcrypt
Post: RE: Best Hardware for bcrypt

The benchmark uses workfactor 5. Going from workfactor 5 (32) to workfactor 10 (1024) is a 32 times increase (32*32=1024). Meaning that cracking will be about 32 times slower. Workfactor 12 (4096) is ...
DanielG Hardware 7 19,731 03-21-2025, 02:59 PM
    Thread: Error Hash
Post: RE: Error Hash

if you start hashcat without a mode (so no -m ) then it will try to autodetect your hash. In this case hashcat will say: Code: -- Hash-mode was not specified with -m. Attempting to auto-detect has...
DanielG hashcat 2 4,412 03-17-2025, 11:14 AM
    Thread: [HELP] to decrypt hash of pdf file
Post: RE: [HELP] to decrypt hash of pdf file

It looks like hashcat does not support this specific hash format, John The Ripper does however. When using your hash I get "Loaded 1 password hash (PDF [MD5 SHA2 RC4/AES 32/64])"
DanielG hashcat 2 6,480 03-13-2025, 10:50 AM
    Thread: RTX 5090 Bcrypt speeds.
Post: RE: RTX 5090 Bcrypt speeds.

Going from cost 5 (32) to cost 10 (1024) is a 32 times increase (32*32=1024). So 294 kH/s (294000 H/s) divided by 32 is 9187 H/s which is pretty darn close to your speed. Your speed is even a bit fast...
DanielG hashcat 1 5,990 03-12-2025, 09:59 AM
    Thread: Kingston Ironkey
Post: RE: Kingston Ironkey

Maybe it is similar to the Kingston Ironkey S200 which was cracked in this story: https://www.wired.com/story/unciphered-ironkey-password-cracking-bitcoin/
DanielG hashcat 1 3,352 02-14-2025, 11:20 AM
    Thread: Unknown Hash
Post: RE: Unknown Hash

80 hexadecimal characters (320 bits) is not that common, only one I know is RipeMD-320. But it is very unlikely to be used in old software. You will need to perform more research, for example look ...
DanielG hashcat 1 4,605 01-16-2025, 10:08 AM
    Thread: Hashcat returning multiple incorrect answers for a PDF hash
Post: RE: Hashcat returning multiple incorrect answers f...

you are using --force, that can cause a lot of problems, including finding incorrect passwords.
DanielG hashcat 5 10,631 12-31-2024, 10:12 AM
    Thread: How to handle masked passwords in input parameters?
Post: RE: How to handle masked passwords in input parame...

You need a different hashcat mode, not -m 0 but -m 20800. See https://hashcat.net/wiki/doku.php?id=example_hashes 20800 sha256(md5($pass)) 74ee1fae245edd6f27bf36efc3604942479fceefbadab5dc5c0b538c...
DanielG hashcat 1 4,733 12-30-2024, 09:54 AM
    Thread: Can't load GPG Hash??
Post: RE: Can't load GPG Hash??

Hashcat supports 3 types of GPG: 17010 GPG (AES-128/AES-256 (SHA-1($pass))) 17020 GPG (AES-128/AES-256 (SHA-512($pass))) 17030 GPG (AES-128/AES-256 (SHA-256($pass))) Yours does not seem to be...
DanielG hashcat 7 10,845 12-27-2024, 04:05 PM
    Thread: Where i can find this module
Post: RE: Where i can find this module

https://hashcat.net/wiki/doku.php?id=example_hashes hashmode 20
DanielG hashcat 2 6,959 12-23-2024, 10:17 AM