Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
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 |
|
|
Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: Ubuntu 16.04 LTS NVIDIA Setup Guide
Ok here is my setup guide, I could be completely wrong on a few things so please update me, this will get turned into a wiki but I want discussion first:
1) Install Ubuntu 16.04 LTS
2) dpkg --remove... |
|
evilmog |
User Contributions
|
21 |
33,852 |
11-21-2016, 08:29 PM |
|
|
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 |