├── LICENSE ├── README.md ├── asciinema └── demo.json ├── exploit-pod-no-chroot.yaml ├── exploit-pod-user-1000.yaml ├── exploit-pod.yaml ├── run-as-root-no-chroot.sh ├── run-as-root.sh └── run-as-user-1000.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgeesaman/subpath-exploit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgeesaman/subpath-exploit/HEAD/README.md -------------------------------------------------------------------------------- /asciinema/demo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgeesaman/subpath-exploit/HEAD/asciinema/demo.json -------------------------------------------------------------------------------- /exploit-pod-no-chroot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgeesaman/subpath-exploit/HEAD/exploit-pod-no-chroot.yaml -------------------------------------------------------------------------------- /exploit-pod-user-1000.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgeesaman/subpath-exploit/HEAD/exploit-pod-user-1000.yaml -------------------------------------------------------------------------------- /exploit-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgeesaman/subpath-exploit/HEAD/exploit-pod.yaml -------------------------------------------------------------------------------- /run-as-root-no-chroot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgeesaman/subpath-exploit/HEAD/run-as-root-no-chroot.sh -------------------------------------------------------------------------------- /run-as-root.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgeesaman/subpath-exploit/HEAD/run-as-root.sh -------------------------------------------------------------------------------- /run-as-user-1000.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgeesaman/subpath-exploit/HEAD/run-as-user-1000.sh --------------------------------------------------------------------------------