Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: A NTLM-Hash that cannot be carcked using the corresponding LM Hash and Toggle
Post: RE: A NTLM-Hash that cannot be carcked using the c...

Update: My fault! - a batch script removed the exclamation mark that was part of the original password, because I was not aware that strings with an ! need a special treatment in batch.
fsdafsadfsdsdaf hashcat 4 2,150 10-10-2024, 10:47 AM
    Thread: A NTLM-Hash that cannot be carcked using the corresponding LM Hash and Toggle
Post: RE: A NTLM-Hash that cannot be carcked using the c...

Interesting idea, but isn't the NTLM hash based on the first 14 letters only if LM is still active? update: My bad. During conversion from LM output to NTLM wordlist, an exclamation mark got lost (...
fsdafsadfsdsdaf hashcat 4 2,150 09-19-2024, 06:51 PM
    Thread: A NTLM-Hash that cannot be carcked using the corresponding LM Hash and Toggle
Post: A NTLM-Hash that cannot be carcked using the corre...

Hi there, I use https://github.com/DidierStevens/DidierStevensSuite/blob/master/toggles-lm-ntlm.rule to use cracked LM hashes to crack the corresponding NTLM hash. This works fine for most hashes ...
fsdafsadfsdsdaf hashcat 4 2,150 09-18-2024, 06:23 PM
    Thread: m 23800 Token length exception
Post: RE: m 23800 Token length exception

I know the thread is old, but I found additional info. It seems that the limit is 320k in deed, see https://github.com/hashcat/hashcat/pull/2542
fsdafsadfsdsdaf hashcat 5 11,794 09-17-2024, 09:21 AM
    Thread: Using increment correctly with maskprocessor.
Post: RE: Using increment correctly with maskprocessor.

Snoopy Wrote: (09-13-2024, 11:42 AM) -- mp64 -i1:4 ?d?d?d?d result in output 1 up to 9999 -- Sorry, this example is about the append the digits to a wordlist, I think your example only generates...
fsdafsadfsdsdaf hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 5,962 09-13-2024, 11:44 AM
    Thread: hybrid attack vs. custom rules: massive performance divergence/performance optimizati
Post: hybrid attack vs. custom rules: massive performanc...

Hey there, this week I started experiments with hybrid attacks and maskprocessor and I am confused by the results. I have a wordlist that itself takes about 7 minutes. I added 1 to 3 digits to e...
fsdafsadfsdsdaf hashcat 0 666 09-13-2024, 11:42 AM
    Thread: Using increment correctly with maskprocessor.
Post: RE: Using increment correctly with maskprocessor.

2 years later I have the same issue. trying to generate 1-4 digits based on the wiki example Code: -- mp64.exe -o bf.rule "$?d $?d $?d $?d" -i 1:4 -- i get Code: -- $ $0 $1 $2 $3 $4 $5...
fsdafsadfsdsdaf hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 5,962 09-12-2024, 08:54 PM
    Thread: Implement correct toggle of non-default charsets chars like german Umlaute
Post: RE: Implement correct toggle of non-default charse...

Update2: I used Windows and dumped the SAM to obtain the hash of of a password with 3 Umlauts and a ß for testing. Code: -- hashcat.exe -m1000 -a3 --increment --username -o out.txt --backend-ign...
fsdafsadfsdsdaf hashcat 7 2,023 09-09-2024, 05:19 PM
    Thread: Implement correct toggle of non-default charsets chars like german Umlaute
Post: RE: Implement correct toggle of non-default charse...

fsdafsadfsdsdaf Wrote: (09-09-2024, 02:19 PM) -- If I understand correctly this is also true for wordlists (if wordlists are UTF8 and have Umlaute, optimized kernels will convert them to incorrect UT...
fsdafsadfsdsdaf hashcat 7 2,023 09-09-2024, 03:18 PM
    Thread: Implement correct toggle of non-default charsets chars like german Umlaute
Post: RE: Implement correct toggle of non-default charse...

Thank you. I guess there is no way to tell the pure (non-optimized) kernel to ignore all passwords that do not contain a specific character type, or is there? Example: NTLM uses UTF-16LE, so in o...
fsdafsadfsdsdaf hashcat 7 2,023 09-09-2024, 02:19 PM
    Thread: Implement correct toggle of non-default charsets chars like german Umlaute
Post: RE: Implement correct toggle of non-default charse...

penguinkeeper Wrote: (08-31-2024, 02:46 PM) -- No, unfortunately. These kinds of multibyte characters aren't really supported at all by rules. They will still be hashed correctly but you couldn't do ...
fsdafsadfsdsdaf hashcat 7 2,023 08-31-2024, 09:01 PM
    Thread: Implement correct toggle of non-default charsets chars like german Umlaute
Post: RE: Implement correct toggle of non-default charse...

obviously typo: aöu was meant to be äöü - seem like edit is not possible here after some minutes, sorry.
fsdafsadfsdsdaf hashcat 7 2,023 08-31-2024, 12:15 PM
    Thread: Implement correct toggle of non-default charsets chars like german Umlaute
Post: Implement correct toggle of non-default charsets c...

Hi there, is there any way to make toggle-rules work with non-default charsets chars like the german Umlaute? There are upper case ÄÖU und lower case aöu. (well, technically there is also upper case...
fsdafsadfsdsdaf hashcat 7 2,023 08-31-2024, 11:49 AM