Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
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,844 |
11-21-2016, 10:24 PM |
|
|
Thread: Raking writeup
Post: Raking writeup
Credit on this first goes to atom for doing the hard work of sorting through all the crap rules, this rule wouldn't have existed without him.
https://github.com/evilmog/evilmog/wiki/Hashcat-Raking-... |
|
evilmog |
User Contributions
|
0 |
2,525 |
11-24-2017, 12:46 AM |
|
|
Thread: new hcstat files
Post: new hcstat files
I've got a bunch of hcstat2 files I generated, feel free to pillage or even merge into the hashcat source repo.
https://github.com/evilmog/hashcat-hcstat
Enjoy |
|
evilmog |
User Contributions
|
0 |
3,175 |
02-13-2018, 09:51 PM |
|
|
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,640 |
04-30-2018, 08:07 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,754 |
03-04-2020, 02:31 AM |
|
|
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,640 |
04-25-2018, 01:10 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,754 |
03-13-2020, 01:19 AM |
|
|
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,754 |
03-03-2020, 11:26 PM |