-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathmkdocs.yml
More file actions
110 lines (105 loc) · 3.89 KB
/
mkdocs.yml
File metadata and controls
110 lines (105 loc) · 3.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: The Mimikatz Missing Manual
site_url: https://darkoperator.github.io/mimikatz-missing-manual/
site_description: The definitive guide to Mimikatz and Kekeo, originally developed as private training with help from Benjamin Delpy.
site_author: Carlos Perez
repo_url: https://github.com/darkoperator/mimikatz-missing-manual
edit_uri: edit/main/docs/
theme:
name: material
logo: images/logo.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
nav:
- Home: index.md
- Part I - Foundations:
- 01 Introduction: 01-Introduction.md
- 02 Basics: 02-Basics.md
- 03 Standard Module: 03-Standard-Module.md
- 04 Misc Module: 04-Misc-Module.md
- Part II - System Internals:
- 05 Privilege Module: 05-Privilege-Module.md
- 06 Token Module: 06-Token-Module.md
- 07 Event Module: 07-Event-Module.md
- 08 RPC Remote Control: 08-RPC-Remote-Control.md
- 09 Service Module: 09-Service-Module.md
- 10 Process Module: 10-Process-Module.md
- 11 Terminal Service: 11-Terminal-Service.md
- Part III - LSASS & Credentials:
- 12 LSASS Protections: 12-LSASS-Protections.md
- 13 Kernel Driver: 13-Kernel-Driver.md
- 14 LSASS Win Auth: 14-LSASS-Win-Auth.md
- 15 LSASS Patch and Inject: 15-LSASS-Patch-and-Inject.md
- 16 LSA SAM: 16-LSA-SAM.md
- 17 Cached Credentials: 17-LSASS-Cached-Credentials.md
- 18 LSA Secrets: 18-LSASS-LSA-Secrets.md
- 19 LSASS SSPs: 19-LSASS-SSPs.md
- 20 LSASS Memory Dump: 20-LSASS-Memory-Dump.md
- 21 Change and Reset Password: 21-LSASS-Change-Reset-Password.md
- 22 Skeleton Key: 22-LSASS-Skeleton-Key.md
- 23 Pass-The-Hash: 23-LSASS-Pass-The-Hash.md
- Part IV - Kerberos Deep Dive:
- 24 Kerberos Overview: 24-Kerberos-Overview.md
- 25 Kerberos Tickets: 25-Kerberos-Tickets.md
- 26 Pass-the-Ticket: 26-Kerberos-Tickets-Pass-the-Ticket.md
- 27 Kerberos Password Change: 27-Kerberos-Tickets-Change-Password.md
- 28 Over-Pass-the-Hash: 28-Kerberos-Tickets-Over-Pass-the-Hash.md
- 29 Pass-the-Cache: 29-Kerberos-Tickets-Pass-the-Cache.md
- 30 Golden Ticket: 30-Kerberos-Tickets-Golden-Ticket.md
- 31 Silver Ticket: 31-Kerberos-Tickets-Silver-Ticket.md
- 32 Kerberoasting: 32-Kerberos-Tickets-Kerberoasting.md
- Part V - PKI & Certificates:
- 33 List and Export Certificates: 33-PKI-List-and-Export-Certificates.md
- 34 PKINIT: 34-PKI-PKINIT.md
- 35 PAC NTLM: 35-PKI-PAC-NTLM.md
- 36 Abusing CA: 36-PKI-Abusing-CA.md
- 37 Certificate Templates: 37-PKI-Certificate-Templates.md
- 38 Mustiness: 38-PKI-Mustiness.md
- 39 Working with Smart Cards: 39-Working-with-Smart-Cards.md
- Part VI - Domain Persistence:
- 40 DCSync: 40-DCSync.md
- 41 NetSync: 41-NetSync.md
- 42 DCShadow: 42-DCShadow.md
- Part VII - DPAPI:
- 43 DPAPI Basics: 43-DPAPI-Basics.md
- 44 DPAPI Module: 44-DPAPI-Module.md
- Resources:
- 45 References: 45-References.md