-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgl-techniques.tex
143 lines (119 loc) · 3.59 KB
/
gl-techniques.tex
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
\newacronym{a_jwt}{jwt}{JWT}
\newacronym{a_eternal_blue}{eternal blue}{CVE-2017-0143}
\newglossaryentry{t:buffer-overflow}
{
type=techniques, name={Buffer owerflow)}, description={}
}
\newglossaryentry{t:web}
{
type=techniques, name={Web)}, description={}
}
\newglossaryentry{t:jwt}
{
parent={t:web}, type=techniques, name={Json Web Token (JWT)}, description={}
}
\newglossaryentry{t:jwt-confusion}
{
parent={t:jwt}, type=techniques, name={jwt confusion}, description={}
}
\newglossaryentry{t:xxe}
{
parent={t:web}, type=techniques, name={XML eXternal Entity}, description={}
}
\newglossaryentry{t:ssti}
{
parent={t:web}, type=techniques, name={Server-Side Template Injection}, description={}
}
\newglossaryentry{t:sql-injection}
{
parent={t:web}, type=techniques, name={SQL Injection}, description={}
}
\newglossaryentry{t:cron-privesc}
{
type=techniques, name={cron privilege escalation}, description={}
}
\newglossaryentry{t:pivoting}
{
type=techniques, name={pivoting}, description={}
}
\newglossaryentry{t:file-upload}
{
parent={t:web}, type=techniques, name={lfi}, description={}
}
\newglossaryentry{t:lfi}
{
parent={t:web}, type=techniques, name={lfi}, description={}
}
\newglossaryentry{t:fail2ban-privesc}
{
type=techniques, name={fail2ban PrivEsc}, description={}
}
\newglossaryentry{t:sudo-privesc}
{
type=techniques, name={sudo PrivEsc}, description={}
}
\newglossaryentry{t:certificate}
{
type=techniques, name={x509 certificate}, description={}
}
\newglossaryentry{t:GTFOBins}
{
type=techniques, name={GTFOBins}, description={}
}
\newglossaryentry{t:password-cracking}
{
type=techniques, name={Password Cracking}, description={}
}
\newglossaryentry{t:active-directory}
{
parent={}, type=techniques, name={Active Directory}, description={}
}
\newglossaryentry{t:acl-abuse}
{
parent={t:active-directory}, type=techniques, name={ACL Abuse}, description={}
}
\newglossaryentry{t:kerberos}
{
parent={}, type=techniques, name={kerberos}, description={}
}
\newglossaryentry{t:kerberos-silver-ticket}
{
parent={t:kerberos}, type=techniques, name={silver ticket}, description={}
}
\newglossaryentry{t:kerberos-enumeration}
{
parent={t:kerberos}, type=techniques, name={enumeration}, description={}
}
\newglossaryentry{t:powershell-history}
{
parent={}, type=techniques, name={PowerShell History}, description={}
}
\newglossaryentry{t:windows-privesc}
{
parent={}, type=techniques, name={Windows PrivEsc}, description={}
}
\newglossaryentry{t:abusing-built-in-privesc}
{
parent={t:windows-privesc}, type=techniques, name={Abusing built-in PrivEsc}, description={}
}
\newglossaryentry{t:smb-mitm}
{
parent={}, type=techniques, name={SMB MITM}, description={}
}
\newglossaryentry{t:cve-exploit}
{
parent={}, type=techniques, name={cve-exploit}, description={}
}
\newglossaryentry{t:printnightmare}
{
parent={t:cve-exploit}, type=techniques, name={PrintNightmare}, description={}
}
\newglossaryentry{t:install-elevated-privesc}
{
parent={}, type=techniques, name={Install Elevated privesc}, description={}
}
\newglossaryentry{t:php-reverse-shell} { parent={}, type=techniques, name={PHP reverse shell}, description={} }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newglossaryentry{t:server_operator} { parent={}, type=techniques, name={Server Operator}, description={} }
\newglossaryentry{t:eternal_blue} { type=techniques, name={eternalblue}, description={} }
\newglossaryentry{t:resource-based-constrained-delegation} { parent={t:acl-abuse}, type=techniques, name={Resource-based Constrained Delegation}, description={} }