Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How can i find the number of rounds in sha512(-m 1700).
Post: RE: How can i find the number of rounds in sha512(...

1. I'm not sure but it looks like here https://github.com/hashcat/hashcat/blob/master/OpenCL/inc_hash_sha512.cl#L114 it defines 80 in the rounds 2. yes, see also https://hashcat.net/wiki/doku.php?i...
DanielG General Talk 4 277 05-06-2024, 09:55 AM
    Thread: Noob needs help cracking cheat code password
Post: RE: Noob needs help cracking cheat code password

I have sent a private message on this forum
DanielG hashcat 15 1,565 04-30-2024, 01:20 PM
    Thread: Noob needs help cracking cheat code password
Post: RE: Noob needs help cracking cheat code password

other words found for your open source game are: Code: -- WAJJ66pw2rSopXOuw4c4iKzIz3goKtivrv7b/THqYP8ev+E/sRn2LMXHqv8s+uzwMcVNoDxNn+AgG26xi+wgzg -> banana dSZpCST31Tu3rPJ4z18iR9Tcv+9Xi8/f7nQGpl...
DanielG hashcat 15 1,565 04-30-2024, 11:41 AM
    Thread: Noob needs help cracking cheat code password
Post: RE: Noob needs help cracking cheat code password

You are missing the last letter in your hash, so yours ends in zvXq in stead of zvXqA. Also is "squish it skew it" in the file fasttrack.txt? It can only successfully find passwords that are in your l...
DanielG hashcat 15 1,565 04-30-2024, 11:38 AM
    Thread: Noob needs help cracking cheat code password
Post: RE: Noob needs help cracking cheat code password

remember to remove the last '==' when using the Argon2_Cracker, if you leave them at the end it will not find the word
DanielG hashcat 15 1,565 04-30-2024, 09:39 AM
    Thread: Noob needs help cracking cheat code password
Post: RE: Noob needs help cracking cheat code password

The algorithm is Argon2 with the params, "iterations 2, memory 8192, parallelism 1, hash length 64 bytes, type Argon2id". See for example your text "squish it skew it" encoded here: https://gchq.gi...
DanielG hashcat 15 1,565 04-30-2024, 09:09 AM
    Thread: ext-ANCII
Post: RE: ext-ANCII

there is a ?b which does all the bytes from 00 to ff, that includes everything that is not in the ?a (upper, lower, numeric, special symbols)
DanielG hashcat 2 1,508 04-18-2024, 08:58 AM
    Thread: .NET SHA256Cng (SHA256 Bcrypt?)
Post: RE: .NET SHA256Cng (SHA256 Bcrypt?)

Turns out hashcat does have a mode using utf16le. Mode 1440 = sha256($salt.utf16le($pass)). It does not however encode the salt for you, this must be done manually (https://gchq.github.io/CyberChef/#r...
DanielG hashcat 7 1,248 03-25-2024, 02:37 PM
    Thread: .NET SHA256Cng (SHA256 Bcrypt?)
Post: RE: .NET SHA256Cng (SHA256 Bcrypt?)

Ah yes, it seems that they don't first decode the salt from base64. The annoying thing is that 'Encoding.Unicode.GetBytes' returns what looks like a UTF-16 representation of the data. As a byte arr...
DanielG hashcat 7 1,248 03-25-2024, 12:04 PM
    Thread: .NET SHA256Cng (SHA256 Bcrypt?)
Post: RE: .NET SHA256Cng (SHA256 Bcrypt?)

The SHA256Cng is just the OS 'fast' way of creating a sha256 hash. Nothing weird is happening in regards to BCrypt. I think some parts of the code are missing that perhaps alter or change the salt...
DanielG hashcat 7 1,248 03-25-2024, 10:11 AM
    Thread: Cpu or vga is best for cracking password ?
Post: RE: Cpu or vga is best for cracking password ?

yes it is
DanielG General Talk 4 3,328 03-13-2024, 05:57 PM
    Thread: Hashes from clear passwords
Post: RE: Hashes from clear passwords

Okay fair enough. I tried looking around but I could not find a pre made tool that creates lists of different hashes from a wordlists. I'm afraid you'll need to define the hash types you want and get ...
DanielG hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 5,327 03-12-2024, 05:10 PM
    Thread: Hashes from clear passwords
Post: RE: Hashes from clear passwords

"could script this in bash or python for some hashes, but this is inefficient and has limited hash type support compared to hashcat." You could do every hash / type that Hashcat has in Python. The ...
DanielG hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 5,327 03-12-2024, 09:58 AM
    Thread: Mask/Charset - Try 1 More Character?
Post: RE: Mask/Charset - Try 1 More Character?

It's binary counting where 0 = ?? and 1 = ?1 whereby avoiding 11111 (which you already brute-forced) and 00000 (5 question marks). This means there are only (2^5 - 2 =) 30 lines. Here are those 30 ...
DanielG hashcat 5 3,420 12-06-2023, 12:04 PM
    Thread: Mask/Charset - Try 1 More Character?
Post: RE: Mask/Charset - Try 1 More Character?

In total it is also less than the whole [0-9a-zA-Z!@?]{5}
DanielG hashcat 5 3,420 12-06-2023, 10:44 AM
    Thread: Mask/Charset - Try 1 More Character?
Post: RE: Mask/Charset - Try 1 More Character?

make a mask file and fill it with: ?l?u?d!@,???1?1?1?1 ?l?u?d!@,?1???1?1?1 ?l?u?d!@,?1?1???1?1 ?l?u?d!@,?1?1?1???1 ?l?u?d!@,?1?1?1?1?? that way you are checking every option where questionma...
DanielG hashcat 5 3,420 12-06-2023, 09:39 AM
    Thread: Can we highlight progress status when hashcat works?
Post: RE: Can we highlight progress status when hashcat ...

It is separate software you can get on https://github.com/hashtopolis/server
DanielG hashcat 8 5,662 11-15-2023, 10:22 AM
    Thread: Need help Mask list
Post: RE: Need help Mask list

Before we make the mask, let’s do some math. Using your restrictions let’s make some best case scenario's. - password length: minimum 9, maximum 12 characters - the first two or three characters I re...
DanielG hashcat 1 1,862 10-12-2023, 10:20 AM
    Thread: Keepass Windows User Account
Post: RE: Keepass Windows User Account

No unfortuanatly that information is not brute forceable. It cannot be cracked.
DanielG hashcat 3 2,664 10-11-2023, 01:50 PM
    Thread: Keepass Windows User Account
Post: RE: Keepass Windows User Account

This is not possible, Keepass also warns about this on their site: "KeePass can make the database dependent on the current Windows user account. If you enable this option, you can only open the d...
DanielG hashcat 3 2,664 10-11-2023, 12:51 PM