Skip to content

Commit

Permalink
Merge pull request #67 from Tochirou/master
Browse files Browse the repository at this point in the history
Fixed Openshift Pentest section broken/missing links
  • Loading branch information
carlospolop authored Jun 20, 2024
2 parents 3900a0d + e015b99 commit 782497e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* [Pod Escape Privileges](pentesting-cloud/kubernetes-security/abusing-roles-clusterroles-in-kubernetes/pod-escape-privileges.md)
* [Kubernetes Roles Abuse Lab](pentesting-cloud/kubernetes-security/abusing-roles-clusterroles-in-kubernetes/kubernetes-roles-abuse-lab.md)
* [Kubernetes Namespace Escalation](pentesting-cloud/kubernetes-security/kubernetes-namespace-escalation.md)
* [Kubernetes Namespace Escalation](pentesting-cloud/kubernetes-security/kubernetes-external-secrets-operator.md)
* [Kubernetes External Secret Operator](pentesting-cloud/kubernetes-security/kubernetes-external-secrets-operator.md)
* [Kubernetes Pivoting to Clouds](pentesting-cloud/kubernetes-security/kubernetes-pivoting-to-clouds.md)
* [Kubernetes Network Attacks](pentesting-cloud/kubernetes-security/kubernetes-network-attacks.md)
* [Kubernetes Hardening](pentesting-cloud/kubernetes-security/kubernetes-hardening/README.md)
Expand Down Expand Up @@ -430,6 +430,7 @@
* [OpenShift - Basic information](pentesting-cloud/openshift-pentesting/openshift-basic-information.md)
* [Openshift - SCC](pentesting-cloud/openshift-pentesting/openshift-scc.md)
* [OpenShift - Jenkins](pentesting-cloud/openshift-pentesting/openshift-jenkins/README.md)
* [OpenShift - Jenkins Build Pod Override](pentesting-cloud/openshift-pentesting/openshift-jenkins/README.md)
* [OpenShift - Privilege Escalation](pentesting-cloud/openshift-pentesting/openshift-privilege-escalation/README.md)
* [OpenShift - Missing Service Account](pentesting-cloud/openshift-pentesting/openshift-privilege-escalation/openshift-missing-service-account.md)
* [OpenShift - Tekton](pentesting-cloud/openshift-pentesting/openshift-privilege-escalation/openshift-tekton.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes - OPA Gatekeeper

**The original author of this page is** [**Guillaume**](https://www.linkedin.com/in/guillaume-c-ab4b9a196/en)
**The original author of this page is** [**Guillaume**](https://www.linkedin.com/in/guillaume-chapela-ab4b9a196)

## Definition

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes - OPA Gatekeeper bypass

**The original author of this page is** [**Guillaume**](https://www.linkedin.com/in/guillaume-c-ab4b9a196/en)
**The original author of this page is** [**Guillaume**](https://www.linkedin.com/in/guillaume-chapela-ab4b9a196)

## Abusing misconfiguration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ If you need to be stealthy, you can delete your triggered builds if you have eno
2. You have write access to the SCM and automated builds are configured via webhook

You can just edit a build script (such as Jenkinsfile), commit and push (eventually create a PR if builds are only triggered on PR merges). Keep in mind that this path is very noisy and need elevated privileges to clean your tracks.

## Jenkins Build Pod YAML override

{% content-ref url="openshift-jenkins-build-overrides.md" %}
[openshift-jenkins-build-overrides.md](openshift-jenkins-build-overrides.md)
{% endcontent-ref %}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Openshift - SCC bypass

**The original author of this page is** [**Guillaume**](https://www.linkedin.com/in/guillaume-c-ab4b9a196/en)
**The original author of this page is** [**Guillaume**](https://www.linkedin.com/in/guillaume-chapela-ab4b9a196)

## Privileged Namespaces

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >-

# OpenShift - Tekton

**The original author of this page is** [**Haroun**](www.linkedin.com/in/haroun-al-mounayar-571830211)
**The original author of this page is** [**Haroun**](https://www.linkedin.com/in/haroun-al-mounayar-571830211)

### What is tekton

Expand Down
2 changes: 1 addition & 1 deletion pentesting-cloud/openshift-pentesting/openshift-scc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Openshift - SCC

**The original author of this page is** [**Guillaume**](https://www.linkedin.com/in/guillaume-c-ab4b9a196/en)
**The original author of this page is** [**Guillaume**](https://www.linkedin.com/in/guillaume-chapela-ab4b9a196)

## Definition

Expand Down

0 comments on commit 782497e

Please sign in to comment.