Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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,836 |
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,836 |
11-21-2016, 10:24 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,836 |
11-21-2016, 10:12 PM |
|
|
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,836 |
11-21-2016, 08:29 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,629 |
11-03-2016, 11: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,629 |
10-01-2016, 09:19 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,629 |
10-01-2016, 03:46 AM |
|
|
Thread: Skip & Limit Calculator
Post: Skip & Limit Calculator
If you are like me and hate middleware I've developed a script, because I'm bloody lazy, I've made the default the DES keyspace but you can make it whatever you want. To use the script modify the ... |
|
evilmog |
User Contributions
|
3 |
6,926 |
09-09-2016, 12:37 AM |