Rebuild website with correct Headlamp plugin portfolio content
ci/merge Merge check passed
ci/build Build passed
ci/merge Merge check passed
ci/build Build passed
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
f99418eab2
commit
b349fbb9b0
+2
-2
@@ -1,5 +1,5 @@
|
||||
title: Privileged Escalation
|
||||
description: A resource for understanding privilege escalation techniques, vulnerabilities, and defense strategies
|
||||
description: Open-source Headlamp plugins for Kubernetes
|
||||
baseurl: ""
|
||||
url: "https://privilegedescalation.com"
|
||||
|
||||
@@ -15,4 +15,4 @@ exclude:
|
||||
- LICENSE
|
||||
|
||||
# GitHub Pages settings
|
||||
github: [metadata]
|
||||
github: [metadata]
|
||||
+51
-49
@@ -3,9 +3,9 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Privileged Escalation - Security Education & Research</title>
|
||||
<title>Privileged Escalation - Open-source Headlamp Plugins</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta name="description" content="A resource for understanding privilege escalation techniques, vulnerabilities, and defense strategies.">
|
||||
<meta name="description" content="Open-source Headlamp plugins for Kubernetes monitoring, security, and storage visibility.">
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar">
|
||||
@@ -15,78 +15,80 @@
|
||||
<h1>Privileged Escalation</h1>
|
||||
</div>
|
||||
<ul class="nav-links">
|
||||
<li><a href="#plugins">Plugins</a></li>
|
||||
<li><a href="#about">About</a></li>
|
||||
<li><a href="#resources">Resources</a></li>
|
||||
<li><a href="#community">Community</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
<li><a href="#footer">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<header class="hero">
|
||||
<div class="container">
|
||||
<h2>Understanding Privilege Escalation</h2>
|
||||
<p>Learn about security vulnerabilities, attack techniques, and mitigation strategies</p>
|
||||
<img src="privilegedescalation-logo.jpg" alt="Privileged Escalation Logo" class="hero-logo">
|
||||
<h2>Open-source Headlamp plugins for Kubernetes</h2>
|
||||
<p>We extend Headlamp with plugins for monitoring, security, and storage visibility — built by Privileged Escalation.</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section id="about" class="section">
|
||||
<section id="plugins" class="section">
|
||||
<div class="container">
|
||||
<h2>About This Project</h2>
|
||||
<p>Privileged Escalation is an educational resource dedicated to understanding how attackers gain elevated access to systems and how defenders can prevent it. Whether you're a security professional, developer, or researcher, this project provides insights into:</p>
|
||||
<ul>
|
||||
<li>Common privilege escalation techniques across operating systems</li>
|
||||
<li>Real-world vulnerability analysis</li>
|
||||
<li>Defense and mitigation strategies</li>
|
||||
<li>Best practices for secure system hardening</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="resources" class="section alternate">
|
||||
<div class="container">
|
||||
<h2>Resources</h2>
|
||||
<p>Explore our collection of guides, tools, and research materials for understanding privilege escalation:</p>
|
||||
<div class="resource-grid">
|
||||
<div class="resource-card">
|
||||
<h3>Documentation</h3>
|
||||
<p>Comprehensive guides on privilege escalation techniques and defense strategies</p>
|
||||
<h2 class="section-title">Plugin Showcase</h2>
|
||||
<p class="section-intro">All our plugins integrate directly into Headlamp, the extensible Kubernetes UI by the CNCF. Click any plugin to visit its repository.</p>
|
||||
<div class="plugin-grid">
|
||||
<div class="plugin-card">
|
||||
<h3>headlamp-argocd-plugin</h3>
|
||||
<p>ArgoCD visibility — monitors ArgoCD Applications, Rollouts, and health status directly from your Kubernetes cluster.</p>
|
||||
<a href="https://git.farh.net/privilegedescalation/headlamp-argocd-plugin" class="plugin-link">View Repository</a>
|
||||
</div>
|
||||
<div class="resource-card">
|
||||
<h3>Tools & Utilities</h3>
|
||||
<p>Community-contributed tools for testing and demonstrating vulnerabilities</p>
|
||||
<div class="plugin-card">
|
||||
<h3>headlamp-polaris-plugin</h3>
|
||||
<p>Fairwinds Polaris security and best-practices auditing — surface configuration issues and compliance gaps in your cluster.</p>
|
||||
<a href="https://git.farh.net/privilegedescalation/headlamp-polaris-plugin" class="plugin-link">View Repository</a>
|
||||
</div>
|
||||
<div class="resource-card">
|
||||
<h3>Research Papers</h3>
|
||||
<p>Academic and practical research on privilege escalation and system security</p>
|
||||
<div class="plugin-card">
|
||||
<h3>headlamp-rook-plugin</h3>
|
||||
<p>Rook-Ceph cluster visibility — monitors CephCluster health, pool status, and CSI driver metrics for your storage infrastructure.</p>
|
||||
<a href="https://git.farh.net/privilegedescalation/headlamp-rook-plugin" class="plugin-link">View Repository</a>
|
||||
</div>
|
||||
<div class="plugin-card">
|
||||
<h3>headlamp-kube-vip-plugin</h3>
|
||||
<p>kube-vip virtual IP and load balancer visibility — track virtual IP allocations and load balancer endpoints across your clusters.</p>
|
||||
<a href="https://git.farh.net/privilegedescalation/headlamp-kube-vip-plugin" class="plugin-link">View Repository</a>
|
||||
</div>
|
||||
<div class="plugin-card">
|
||||
<h3>headlamp-sealed-secrets-plugin</h3>
|
||||
<p>Bitnami Sealed Secrets management with client-side encryption — create and manage sealed secrets directly from the Headlamp UI.</p>
|
||||
<a href="https://git.farh.net/privilegedescalation/headlamp-sealed-secrets-plugin" class="plugin-link">View Repository</a>
|
||||
</div>
|
||||
<div class="plugin-card">
|
||||
<h3>headlamp-tns-csi-plugin</h3>
|
||||
<p>TrueNAS CSI driver visibility and kbench storage benchmarking — monitor TrueNAS storage resources and run performance benchmarks.</p>
|
||||
<a href="https://git.farh.net/privilegedescalation/headlamp-tns-csi-plugin" class="plugin-link">View Repository</a>
|
||||
</div>
|
||||
<div class="plugin-card">
|
||||
<h3>headlamp-intel-gpu-plugin</h3>
|
||||
<p>Intel GPU device visibility and resource monitoring — track GPU device status, utilization, and health across your GPU-enabled nodes.</p>
|
||||
<a href="https://git.farh.net/privilegedescalation/headlamp-intel-gpu-plugin" class="plugin-link">View Repository</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="community" class="section">
|
||||
<section id="about" class="section alternate">
|
||||
<div class="container">
|
||||
<h2>Community</h2>
|
||||
<p>Join a community of security professionals, researchers, and enthusiasts dedicated to understanding and defending against privilege escalation attacks.</p>
|
||||
<p>We believe in responsible disclosure, ethical research, and collaborative security practices.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="contact" class="section alternate">
|
||||
<div class="container">
|
||||
<h2>Get Involved</h2>
|
||||
<p>Interested in contributing? Have questions or suggestions?</p>
|
||||
<p>Contact the team or visit our repository on GitHub to learn how you can participate in this project.</p>
|
||||
<h2 class="section-title">About Privileged Escalation</h2>
|
||||
<p>Privileged Escalation builds open-source plugins for <a href="https://headlamp.dev" target="_blank" rel="noopener">Headlamp</a>, the extensible Kubernetes UI hosted by the Cloud Native Computing Foundation (CNCF). Our plugins add visibility into monitoring, security, and storage tooling commonly deployed in Kubernetes environments.</p>
|
||||
<p>All plugins are open-source and available on our <a href="https://git.farh.net/privilegedescalation/">Gitea organization</a>. Contributions are welcome.</p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<footer id="footer">
|
||||
<div class="container">
|
||||
<p>© 2026 Privileged Escalation Project. All rights reserved.</p>
|
||||
<p>Educational resource for security professionals and researchers.</p>
|
||||
<p>© 2026 Privileged Escalation</p>
|
||||
<p><a href="https://git.farh.net/privilegedescalation/" target="_blank" rel="noopener">Gitea Organization</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
@@ -1,10 +1,12 @@
|
||||
:root {
|
||||
--primary-color: #2c3e50;
|
||||
--accent-color: #e74c3c;
|
||||
--secondary-color: #34495e;
|
||||
--light-bg: #ecf0f1;
|
||||
--text-color: #2c3e50;
|
||||
--border-color: #bdc3c7;
|
||||
--primary-color: #1a73e8;
|
||||
--secondary-color: #3d5a80;
|
||||
--accent-color: #00a896;
|
||||
--light-bg: #f8f9fa;
|
||||
--text-color: #202124;
|
||||
--border-color: #dadce0;
|
||||
--card-bg: #ffffff;
|
||||
--card-shadow: 0 1px 3px rgba(0,0,0,0.08);
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -61,7 +63,7 @@ body {
|
||||
|
||||
.navbar h1 {
|
||||
font-size: 1.8rem;
|
||||
font-weight: 700;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
@@ -73,12 +75,12 @@ body {
|
||||
.nav-links a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
transition: opacity 0.2s ease;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.nav-links a:hover {
|
||||
color: var(--accent-color);
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
/* Hero Section */
|
||||
@@ -89,15 +91,24 @@ body {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hero-logo {
|
||||
height: 80px;
|
||||
width: auto;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.hero h2 {
|
||||
font-size: 2.5rem;
|
||||
font-size: 2.2rem;
|
||||
margin-bottom: 1rem;
|
||||
font-weight: 700;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.hero p {
|
||||
font-size: 1.2rem;
|
||||
font-size: 1.15rem;
|
||||
opacity: 0.95;
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Sections */
|
||||
@@ -105,81 +116,109 @@ body {
|
||||
padding: 60px 0;
|
||||
}
|
||||
|
||||
.section h2 {
|
||||
.section-title {
|
||||
font-size: 2rem;
|
||||
margin-bottom: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
color: var(--primary-color);
|
||||
border-bottom: 3px solid var(--accent-color);
|
||||
padding-bottom: 0.5rem;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.section-intro {
|
||||
font-size: 1.05rem;
|
||||
margin-bottom: 2.5rem;
|
||||
color: #5f6368;
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.section p {
|
||||
font-size: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.section ul {
|
||||
margin-left: 20px;
|
||||
margin-bottom: 1.5rem;
|
||||
.section a {
|
||||
color: var(--primary-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.section ul li {
|
||||
margin-bottom: 0.8rem;
|
||||
font-size: 1rem;
|
||||
.section a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.alternate {
|
||||
background-color: var(--light-bg);
|
||||
}
|
||||
|
||||
/* Resource Grid */
|
||||
.resource-grid {
|
||||
/* Plugin Grid */
|
||||
.plugin-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||
gap: 2rem;
|
||||
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
||||
gap: 1.5rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.resource-card {
|
||||
background: white;
|
||||
padding: 2rem;
|
||||
.plugin-card {
|
||||
background: var(--card-bg);
|
||||
padding: 1.75rem;
|
||||
border-radius: 8px;
|
||||
border-left: 4px solid var(--accent-color);
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
border: 1px solid var(--border-color);
|
||||
box-shadow: var(--card-shadow);
|
||||
transition: box-shadow 0.2s ease, transform 0.2s ease;
|
||||
}
|
||||
|
||||
.resource-card:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
|
||||
.plugin-card:hover {
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.12);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
.resource-card h3 {
|
||||
color: var(--accent-color);
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 1.2rem;
|
||||
.plugin-card h3 {
|
||||
color: var(--primary-color);
|
||||
margin-bottom: 0.75rem;
|
||||
font-size: 1.15rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.resource-card p {
|
||||
.plugin-card p {
|
||||
font-size: 0.95rem;
|
||||
color: #555;
|
||||
color: #5f6368;
|
||||
line-height: 1.6;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.plugin-link {
|
||||
display: inline-block;
|
||||
color: var(--accent-color);
|
||||
font-weight: 600;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.plugin-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
footer {
|
||||
background-color: var(--primary-color);
|
||||
background-color: var(--secondary-color);
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 2rem 0;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
footer p {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.navbar .container {
|
||||
@@ -193,19 +232,23 @@ footer p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hero {
|
||||
padding: 60px 0;
|
||||
}
|
||||
|
||||
.hero h2 {
|
||||
font-size: 1.8rem;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
|
||||
.hero p {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.section h2 {
|
||||
.section-title {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.resource-grid {
|
||||
.plugin-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
@@ -217,6 +260,10 @@ footer p {
|
||||
.navbar h1 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.hero-logo {
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
@@ -235,4 +282,8 @@ footer p {
|
||||
.logo {
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.hero-logo {
|
||||
height: 50px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user