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 Forum Replies Views [desc] Posted
    Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide

atom Wrote: (11-21-2016, 09:06 PM) -- Some comments: [*]You don't need to blacklist nouveau manually, the nvidia driver does that automatically while installing it -- I had issues with server not ...
evilmog User Contributions 21 33,852 11-21-2016, 10:12 PM
    Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide

happened on a net new virgin build this weekend
evilmog User Contributions 21 33,852 11-21-2016, 11:24 PM
    Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide

1) Install Ubuntu 16.04 LTS 2) dpkg --remove-architecture i386 3) ldconfig && sync && reboot 4) apt-get install build-essential xserver-xorg p7zip xorg-dev libgtk-3-dev xdm [there will be more p...
evilmog User Contributions 21 33,852 11-21-2016, 10:24 PM
    Thread: Reversing MSCHAPv2 to NTLM
Post: RE: Reversing MSCHAPv2 to NTLM

Lets break this down: johndoe::test-domain:1FA1B9C4ED8E570200000000000000000000000000000000:1B91B89CC1A7417DF9CFAC47CCDED2B77D01513435B36DCA:1122334455667788 https://davenport.sourceforge.net/ntlm.ht...
evilmog User Contributions 18 36,644 10-01-2016, 09:19 PM
    Thread: Reversing MSCHAPv2 to NTLM
Post: RE: Reversing MSCHAPv2 to NTLM

I screwed up in my post: Step 9) EvilMog writes a script to use atoms script to generate a raw NTLM hash for use in PTH #!/bin/bash challenge=$(echo -n "$1" | base64 -d | xxd | head -n1 | cut...
evilmog User Contributions 18 36,644 11-03-2016, 11:24 PM
    Thread: Reversing MSCHAPv2 to NTLM
Post: Reversing MSCHAPv2 to NTLM

So as we all know mode 14000 generic DES can be used for evil, particularly for MSCHAPv2,  I spoke at DerbyCon and here's the writeup I promised. This demo used $99 format which is MSCHAPv2 and can ...
evilmog User Contributions 18 36,644 10-01-2016, 03:46 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: 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