forked from SpecterOps/TierZeroTable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.04 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<title>TierDangerTable</title>
</head>
<body>
<h1>TierDangerTable @ BloodPengu</h1>
<hr>
<h2>Dangerous Lists</h2>
<ul>
<li>Paths to Root</li>
<li>Shortest to Root</li>
<li>Linux LPE</li>
<li>Sudo Misconfigs</li>
<li>Kernel CVE</li>
<li>Exploit CVE</li>
</ul>
<hr>
<h2>Tier 0 Node Filters</h2>
<ul>
<li>Users</li>
<li>Groups</li>
<li>Binary</li>
<li>Services</li>
<li>Cron Jobs</li>
</ul>
<h2>Tier 0 Query</h2>
<ul>
<li>All Paths to Root</li>
<li>Shortest to Root</li>
<li>Sudo Misconfigs</li>
<li>SUID Binaries</li>
<li>Docker Escapes</li>
<li>Writable Services</li>
<li>Writable Crons</li>
<li>Kernel Exploits</li>
<li>Reset View</li>
</ul>
<hr>
<h2>Contact</h2>
<p>For more, come to the <a href="https://pengu-apm.github.io/">documentation</a> for use cases and write-ups, if there's any security concern, please contact me at <a href="mailto:byt3n33dl3@pm.me">byt3n33dl3@pm.me</a>
</body>
</html>