Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author [asc] Forum Replies Views Posted
    Thread: Reversing MSCHAPv2 to NTLM
Post: RE: Reversing MSCHAPv2 to NTLM

Sorry for reviving an old thread but I felt compelled to publish a few corrections as my original post wasn't exactly clear. For NTLMv1-ESS, the plaintext password for the below hash is 'hashcat' a...
evilmog User Contributions 18 36,644 04-25-2018, 01:10 AM
    Thread: Reversing MSCHAPv2 to NTLM
Post: RE: Reversing MSCHAPv2 to NTLM

And the first release of the NTLMv1 multi tool is out https://github.com/evilmog/ntlmv1-multi
evilmog User Contributions 18 36,644 04-30-2018, 08:07 PM
    Thread: LM Hashes
Post: RE: LM Hashes

Assuming your ntds dump is ntds.dit you need to do the following (don't do it from a mac, it just doesn't work) 1) Create a list of just lanman Code: -- cut -d: -f3 < ntds.dit | sort -u > ntds.lm...
evilmog General Talk 11 5,704 08-28-2019, 10:40 PM
    Thread: Hashtopussy Mask Attack
Post: RE: Hashtopussy Mask Attack

You need to do a bulk import for multiple masks 1) Click on tasks->import supertask 2) under name type in the mask name, such as 8x bf or pathwell etc 3) select if its a small task, I tend to...
evilmog General Talk 2 1,697 08-28-2019, 10:46 PM
    Thread: NTLMv1 to NTLM Reversing
Post: NTLMv1 to NTLM Reversing

So I made life easy for the mode 14000 reversing NTLMv1 to NTLM both with and without SSP, I am adding this writeup on hashcat to save people time while searching for it. The original credit goes to a...
evilmog User Contributions 4 2,758 03-03-2020, 11:26 PM
    Thread: Deep Learning on wordlist.
Post: RE: Deep Learning on wordlist.

powermi Wrote: (03-03-2020, 07:18 PM) -- I was reading today about deep learning on password gessing. PassGan https://arxiv.org/pdf/1709.00440.pdf anyone has experience with that? Seems to be inter...
evilmog General Talk 2 982 03-03-2020, 11:31 PM
    Thread: NTLMv1 to NTLM Reversing
Post: RE: NTLMv1 to NTLM Reversing

Btw I realized there was an error in my DES KEY generation part of the post, the corrected execution is here: Code: -- evilmogs-MacBook-Pro-2:ntlmv1-multi evilmog$ python ntlm-to-des.py --ntlm 8846...
evilmog User Contributions 4 2,758 03-04-2020, 02:31 AM
    Thread: NTLMv1 to NTLM Reversing
Post: RE: NTLMv1 to NTLM Reversing

DanielG Wrote: (03-04-2020, 10:10 AM) -- Also check out https://crack.sh/netntlm/, they crack NTLMv1 to NTLM for free fast if you set responder to the static challenge of 1122334455667788 -- Yep an...
evilmog User Contributions 4 2,758 03-13-2020, 01:19 AM