├── .github └── images │ ├── Pod1.jpg │ ├── Pod2.jpg │ ├── Pod3.jpg │ ├── Pod4.jpg │ ├── Pod5.jpg │ ├── Pod6.jpg │ ├── Pod7.jpg │ ├── Pod8.jpg │ └── Title.jpg ├── LICENSE ├── README.md ├── manifests ├── everything-allowed │ ├── README.md │ ├── cronjob │ │ ├── everything-allowed-exec-cronjob.yaml │ │ └── everything-allowed-revshell-cronjob.yaml │ ├── deamonset │ │ ├── everything-allowed-exec-deamonset.yaml │ │ └── everything-allowed-revshell-deamonset.yaml │ ├── deployment │ │ ├── everything-allowed-exec-deployment.yaml │ │ └── everything-allowed-revshell-deployment.yaml │ ├── job │ │ ├── everything-allowed-exec-job.yaml │ │ └── everything-allowed-revshell-job.yaml │ ├── pod │ │ ├── everything-allowed-exec-pod.yaml │ │ └── everything-allowed-revshell-pod.yaml │ ├── replicaset │ │ ├── everything-allowed-exec-replicaset.yaml │ │ └── everything-allowed-revshell-replicaset.yaml │ ├── replicationcontroller │ │ ├── everything-allowed-exec-replicationcontroller.yaml │ │ └── everything-allowed-revshell-replicationcontroller.yaml │ └── statefulset │ │ ├── everything-allowed-exec-statefulset.yaml │ │ └── everything-allowed-revshell-statefulset.yaml ├── hostipc │ ├── README.md │ ├── cronjob │ │ ├── hostipc-exec-cronjob.yaml │ │ └── hostipc-revshell-cronjob.yaml │ ├── deamonset │ │ ├── hostipc-exec-deamonset.yaml │ │ └── hostipc-revshell-deamonset.yaml │ ├── deployment │ │ ├── hostipc-exec-deployment.yaml │ │ └── hostipc-revshell-deployment.yaml │ ├── job │ │ ├── hostipc-exec-job.yaml │ │ └── hostipc-revshell-job.yaml │ ├── pod │ │ ├── hostipc-exec-pod.yaml │ │ └── hostipc-revshell-pod.yaml │ ├── replicaset │ │ ├── hostipc-exec-replicaset.yaml │ │ └── hostipc-revshell-replicaset.yaml │ ├── replicationcontroller │ │ ├── hostipc-exec-replicationcontroller.yaml │ │ └── hostipc-revshell-replicationcontroller.yaml │ └── statefulset │ │ ├── hostipc-exec-statefulset.yaml │ │ └── hostipc-revshell-statefulset.yaml ├── hostnetwork │ ├── README.md │ ├── cronjob │ │ ├── hostnetwork-exec-cronjob.yaml │ │ └── hostnetwork-revshell-cronjob.yaml │ ├── deamonset │ │ ├── hostnetwork-exec-deamonset.yaml │ │ └── hostnetwork-revshell-deamonset.yaml │ ├── deployment │ │ ├── hostnetwork-exec-deployment.yaml │ │ └── hostnetwork-revshell-deployment.yaml │ ├── job │ │ ├── hostnetwork-exec-job.yaml │ │ └── hostnetwork-revshell-job.yaml │ ├── pod │ │ ├── hostnetwork-exec-pod.yaml │ │ └── hostnetwork-revshell-pod.yaml │ ├── replicaset │ │ ├── hostnetwork-exec-replicaset.yaml │ │ └── hostnetwork-revshell-replicaset.yaml │ ├── replicationcontroller │ │ ├── hostnetwork-exec-replicationcontroller.yaml │ │ └── hostnetwork-revshell-replicationcontroller.yaml │ └── statefulset │ │ ├── hostnetwork-exec-statefulset.yaml │ │ └── hostnetwork-revshell-statefulset.yaml ├── hostpath │ ├── README.md │ ├── cronjob │ │ ├── hostpath-exec-cronjob.yaml │ │ └── hostpath-revshell-cronjob.yaml │ ├── deamonset │ │ ├── hostpath-exec-deamonset.yaml │ │ └── hostpath-revshell-deamonset.yaml │ ├── deployment │ │ ├── hostpath-exec-deployment.yaml │ │ └── hostpath-revshell-deployment.yaml │ ├── job │ │ ├── hostpath-exec-job.yaml │ │ └── hostpath-revshell-job.yaml │ ├── pod │ │ ├── hostpath-exec-pod.yaml │ │ └── hostpath-revshell-pod.yaml │ ├── replicaset │ │ ├── hostpath-exec-replicaset.yaml │ │ └── hostpath-revshell-replicaset.yaml │ ├── replicationcontroller │ │ ├── hostpath-exec-replicationcontroller.yaml │ │ └── hostpath-revshell-replicationcontroller.yaml │ └── statefulset │ │ ├── hostpath-exec-statefulset.yaml │ │ └── hostpath-revshell-statefulset.yaml ├── hostpid │ ├── README.md │ ├── cronjob │ │ ├── hostpid-exec-cronjob.yaml │ │ └── hostpid-revshell-cronjob.yaml │ ├── deamonset │ │ ├── hostpid-exec-deamonset.yaml │ │ └── hostpid-revshell-deamonset.yaml │ ├── deployment │ │ ├── hostpid-exec-deployment.yaml │ │ └── hostpid-revshell-deployment.yaml │ ├── job │ │ ├── hostpid-exec-job.yaml │ │ └── hostpid-revshell-job.yaml │ ├── pod │ │ ├── hostpid-exec-pod.yaml │ │ └── hostpid-revshell-pod.yaml │ ├── replicaset │ │ ├── hostpid-exec-replicaset.yaml │ │ └── hostpid-revshell-replicaset.yaml │ ├── replicationcontroller │ │ ├── hostpid-exec-replicationcontroller.yaml │ │ └── hostpid-revshell-replicationcontroller.yaml │ └── statefulset │ │ ├── hostpid-exec-statefulset.yaml │ │ └── hostpid-revshell-statefulset.yaml ├── nothing-allowed │ ├── README.md │ ├── cronjob │ │ ├── nothing-allowed-exec-cronjob.yaml │ │ └── nothing-allowed-revshell-cronjob.yaml │ ├── deamonset │ │ ├── nothing-allowed-exec-deamonset.yaml │ │ └── nothing-allowed-revshell-deamonset.yaml │ ├── deployment │ │ ├── nothing-allowed-exec-deployment.yaml │ │ └── nothing-allowed-revshell-deployment.yaml │ ├── job │ │ ├── nothing-allowed-exec-job.yaml │ │ └── nothing-allowed-revshell-job.yaml │ ├── pod │ │ ├── nothing-allowed-exec-pod.yaml │ │ └── nothing-allowed-revshell-pod.yaml │ ├── replicaset │ │ ├── nothing-allowed-exec-replicaset.yaml │ │ └── nothing-allowed-revshell-replicaset.yaml │ ├── replicationcontroller │ │ ├── nothing-allowed-exec-replicationcontroller.yaml │ │ └── nothing-allowed-revshell-replicationcontroller.yaml │ └── statefulset │ │ ├── nothing-allowed-exec-statefulset.yaml │ │ └── nothing-allowed-revshell-statefulset.yaml ├── priv-and-hostpid │ ├── README.md │ ├── cronjob │ │ ├── priv-and-hostpid-exec-cronjob.yaml │ │ └── priv-and-hostpid-revshell-cronjob.yaml │ ├── deamonset │ │ ├── priv-and-hostpid-exec-deamonset.yaml │ │ └── priv-and-hostpid-revshell-deamonset.yaml │ ├── deployment │ │ ├── priv-and-hostpid-exec-deployment.yaml │ │ └── priv-and-hostpid-revshell-deployment.yaml │ ├── job │ │ ├── priv-and-hostpid-exec-job.yaml │ │ └── priv-and-hostpid-revshell-job.yaml │ ├── pod │ │ ├── priv-and-hostpid-exec-pod.yaml │ │ └── priv-and-hostpid-revshell-pod.yaml │ ├── replicaset │ │ ├── priv-and-hostpid-exec-replicaset.yaml │ │ └── priv-and-hostpid-revshell-replicaset.yaml │ ├── replicationcontroller │ │ ├── priv-and-hostpid-exec-replicationcontroller.yaml │ │ └── priv-and-hostpid-revshell-replicationcontroller.yaml │ └── statefulset │ │ ├── priv-and-hostpid-exec-statefulset.yaml │ │ └── priv-and-hostpid-revshell-statefulset.yaml └── priv │ ├── README.md │ ├── cronjob │ ├── priv-exec-cronjob.yaml │ └── priv-revshell-cronjob.yaml │ ├── deamonset │ ├── priv-exec-deamonset.yaml │ └── priv-revshell-deamonset.yaml │ ├── deployment │ ├── priv-exec-deployment.yaml │ └── priv-revshell-deployment.yaml │ ├── job │ ├── priv-exec-job.yaml │ └── priv-revshell-job.yaml │ ├── pod │ ├── priv-exec-pod.yaml │ └── priv-revshell-pod.yaml │ ├── replicaset │ ├── priv-exec-replicaset.yaml │ └── priv-revshell-replicaset.yaml │ ├── replicationcontroller │ ├── priv-exec-replicationcontroller.yaml │ └── priv-revshell-replicationcontroller.yaml │ └── statefulset │ ├── priv-exec-statefulset.yaml │ └── priv-revshell-statefulset.yaml └── scripts └── can-they.sh /.github/images/Pod1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/.github/images/Pod1.jpg -------------------------------------------------------------------------------- /.github/images/Pod2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/.github/images/Pod2.jpg -------------------------------------------------------------------------------- /.github/images/Pod3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/.github/images/Pod3.jpg -------------------------------------------------------------------------------- /.github/images/Pod4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/.github/images/Pod4.jpg -------------------------------------------------------------------------------- /.github/images/Pod5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/.github/images/Pod5.jpg -------------------------------------------------------------------------------- /.github/images/Pod6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/.github/images/Pod6.jpg -------------------------------------------------------------------------------- /.github/images/Pod7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/.github/images/Pod7.jpg -------------------------------------------------------------------------------- /.github/images/Pod8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/.github/images/Pod8.jpg -------------------------------------------------------------------------------- /.github/images/Title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/.github/images/Title.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/README.md -------------------------------------------------------------------------------- /manifests/everything-allowed/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/README.md -------------------------------------------------------------------------------- /manifests/everything-allowed/cronjob/everything-allowed-exec-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/cronjob/everything-allowed-exec-cronjob.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/cronjob/everything-allowed-revshell-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/cronjob/everything-allowed-revshell-cronjob.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/deamonset/everything-allowed-exec-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/deamonset/everything-allowed-exec-deamonset.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/deamonset/everything-allowed-revshell-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/deamonset/everything-allowed-revshell-deamonset.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/deployment/everything-allowed-exec-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/deployment/everything-allowed-exec-deployment.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/deployment/everything-allowed-revshell-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/deployment/everything-allowed-revshell-deployment.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/job/everything-allowed-exec-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/job/everything-allowed-exec-job.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/job/everything-allowed-revshell-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/job/everything-allowed-revshell-job.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/pod/everything-allowed-exec-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/pod/everything-allowed-exec-pod.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/pod/everything-allowed-revshell-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/pod/everything-allowed-revshell-pod.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/replicaset/everything-allowed-exec-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/replicaset/everything-allowed-exec-replicaset.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/replicaset/everything-allowed-revshell-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/replicaset/everything-allowed-revshell-replicaset.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/replicationcontroller/everything-allowed-exec-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/replicationcontroller/everything-allowed-exec-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/replicationcontroller/everything-allowed-revshell-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/replicationcontroller/everything-allowed-revshell-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/statefulset/everything-allowed-exec-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/statefulset/everything-allowed-exec-statefulset.yaml -------------------------------------------------------------------------------- /manifests/everything-allowed/statefulset/everything-allowed-revshell-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/everything-allowed/statefulset/everything-allowed-revshell-statefulset.yaml -------------------------------------------------------------------------------- /manifests/hostipc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/README.md -------------------------------------------------------------------------------- /manifests/hostipc/cronjob/hostipc-exec-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/cronjob/hostipc-exec-cronjob.yaml -------------------------------------------------------------------------------- /manifests/hostipc/cronjob/hostipc-revshell-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/cronjob/hostipc-revshell-cronjob.yaml -------------------------------------------------------------------------------- /manifests/hostipc/deamonset/hostipc-exec-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/deamonset/hostipc-exec-deamonset.yaml -------------------------------------------------------------------------------- /manifests/hostipc/deamonset/hostipc-revshell-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/deamonset/hostipc-revshell-deamonset.yaml -------------------------------------------------------------------------------- /manifests/hostipc/deployment/hostipc-exec-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/deployment/hostipc-exec-deployment.yaml -------------------------------------------------------------------------------- /manifests/hostipc/deployment/hostipc-revshell-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/deployment/hostipc-revshell-deployment.yaml -------------------------------------------------------------------------------- /manifests/hostipc/job/hostipc-exec-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/job/hostipc-exec-job.yaml -------------------------------------------------------------------------------- /manifests/hostipc/job/hostipc-revshell-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/job/hostipc-revshell-job.yaml -------------------------------------------------------------------------------- /manifests/hostipc/pod/hostipc-exec-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/pod/hostipc-exec-pod.yaml -------------------------------------------------------------------------------- /manifests/hostipc/pod/hostipc-revshell-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/pod/hostipc-revshell-pod.yaml -------------------------------------------------------------------------------- /manifests/hostipc/replicaset/hostipc-exec-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/replicaset/hostipc-exec-replicaset.yaml -------------------------------------------------------------------------------- /manifests/hostipc/replicaset/hostipc-revshell-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/replicaset/hostipc-revshell-replicaset.yaml -------------------------------------------------------------------------------- /manifests/hostipc/replicationcontroller/hostipc-exec-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/replicationcontroller/hostipc-exec-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/hostipc/replicationcontroller/hostipc-revshell-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/replicationcontroller/hostipc-revshell-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/hostipc/statefulset/hostipc-exec-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/statefulset/hostipc-exec-statefulset.yaml -------------------------------------------------------------------------------- /manifests/hostipc/statefulset/hostipc-revshell-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostipc/statefulset/hostipc-revshell-statefulset.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/README.md -------------------------------------------------------------------------------- /manifests/hostnetwork/cronjob/hostnetwork-exec-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/cronjob/hostnetwork-exec-cronjob.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/cronjob/hostnetwork-revshell-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/cronjob/hostnetwork-revshell-cronjob.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/deamonset/hostnetwork-exec-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/deamonset/hostnetwork-exec-deamonset.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/deamonset/hostnetwork-revshell-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/deamonset/hostnetwork-revshell-deamonset.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/deployment/hostnetwork-exec-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/deployment/hostnetwork-exec-deployment.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/deployment/hostnetwork-revshell-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/deployment/hostnetwork-revshell-deployment.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/job/hostnetwork-exec-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/job/hostnetwork-exec-job.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/job/hostnetwork-revshell-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/job/hostnetwork-revshell-job.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/pod/hostnetwork-exec-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/pod/hostnetwork-exec-pod.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/pod/hostnetwork-revshell-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/pod/hostnetwork-revshell-pod.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/replicaset/hostnetwork-exec-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/replicaset/hostnetwork-exec-replicaset.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/replicaset/hostnetwork-revshell-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/replicaset/hostnetwork-revshell-replicaset.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/replicationcontroller/hostnetwork-exec-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/replicationcontroller/hostnetwork-exec-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/replicationcontroller/hostnetwork-revshell-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/replicationcontroller/hostnetwork-revshell-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/statefulset/hostnetwork-exec-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/statefulset/hostnetwork-exec-statefulset.yaml -------------------------------------------------------------------------------- /manifests/hostnetwork/statefulset/hostnetwork-revshell-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostnetwork/statefulset/hostnetwork-revshell-statefulset.yaml -------------------------------------------------------------------------------- /manifests/hostpath/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/README.md -------------------------------------------------------------------------------- /manifests/hostpath/cronjob/hostpath-exec-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/cronjob/hostpath-exec-cronjob.yaml -------------------------------------------------------------------------------- /manifests/hostpath/cronjob/hostpath-revshell-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/cronjob/hostpath-revshell-cronjob.yaml -------------------------------------------------------------------------------- /manifests/hostpath/deamonset/hostpath-exec-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/deamonset/hostpath-exec-deamonset.yaml -------------------------------------------------------------------------------- /manifests/hostpath/deamonset/hostpath-revshell-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/deamonset/hostpath-revshell-deamonset.yaml -------------------------------------------------------------------------------- /manifests/hostpath/deployment/hostpath-exec-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/deployment/hostpath-exec-deployment.yaml -------------------------------------------------------------------------------- /manifests/hostpath/deployment/hostpath-revshell-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/deployment/hostpath-revshell-deployment.yaml -------------------------------------------------------------------------------- /manifests/hostpath/job/hostpath-exec-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/job/hostpath-exec-job.yaml -------------------------------------------------------------------------------- /manifests/hostpath/job/hostpath-revshell-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/job/hostpath-revshell-job.yaml -------------------------------------------------------------------------------- /manifests/hostpath/pod/hostpath-exec-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/pod/hostpath-exec-pod.yaml -------------------------------------------------------------------------------- /manifests/hostpath/pod/hostpath-revshell-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/pod/hostpath-revshell-pod.yaml -------------------------------------------------------------------------------- /manifests/hostpath/replicaset/hostpath-exec-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/replicaset/hostpath-exec-replicaset.yaml -------------------------------------------------------------------------------- /manifests/hostpath/replicaset/hostpath-revshell-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/replicaset/hostpath-revshell-replicaset.yaml -------------------------------------------------------------------------------- /manifests/hostpath/replicationcontroller/hostpath-exec-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/replicationcontroller/hostpath-exec-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/hostpath/replicationcontroller/hostpath-revshell-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/replicationcontroller/hostpath-revshell-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/hostpath/statefulset/hostpath-exec-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/statefulset/hostpath-exec-statefulset.yaml -------------------------------------------------------------------------------- /manifests/hostpath/statefulset/hostpath-revshell-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpath/statefulset/hostpath-revshell-statefulset.yaml -------------------------------------------------------------------------------- /manifests/hostpid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/README.md -------------------------------------------------------------------------------- /manifests/hostpid/cronjob/hostpid-exec-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/cronjob/hostpid-exec-cronjob.yaml -------------------------------------------------------------------------------- /manifests/hostpid/cronjob/hostpid-revshell-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/cronjob/hostpid-revshell-cronjob.yaml -------------------------------------------------------------------------------- /manifests/hostpid/deamonset/hostpid-exec-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/deamonset/hostpid-exec-deamonset.yaml -------------------------------------------------------------------------------- /manifests/hostpid/deamonset/hostpid-revshell-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/deamonset/hostpid-revshell-deamonset.yaml -------------------------------------------------------------------------------- /manifests/hostpid/deployment/hostpid-exec-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/deployment/hostpid-exec-deployment.yaml -------------------------------------------------------------------------------- /manifests/hostpid/deployment/hostpid-revshell-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/deployment/hostpid-revshell-deployment.yaml -------------------------------------------------------------------------------- /manifests/hostpid/job/hostpid-exec-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/job/hostpid-exec-job.yaml -------------------------------------------------------------------------------- /manifests/hostpid/job/hostpid-revshell-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/job/hostpid-revshell-job.yaml -------------------------------------------------------------------------------- /manifests/hostpid/pod/hostpid-exec-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/pod/hostpid-exec-pod.yaml -------------------------------------------------------------------------------- /manifests/hostpid/pod/hostpid-revshell-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/pod/hostpid-revshell-pod.yaml -------------------------------------------------------------------------------- /manifests/hostpid/replicaset/hostpid-exec-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/replicaset/hostpid-exec-replicaset.yaml -------------------------------------------------------------------------------- /manifests/hostpid/replicaset/hostpid-revshell-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/replicaset/hostpid-revshell-replicaset.yaml -------------------------------------------------------------------------------- /manifests/hostpid/replicationcontroller/hostpid-exec-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/replicationcontroller/hostpid-exec-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/hostpid/replicationcontroller/hostpid-revshell-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/replicationcontroller/hostpid-revshell-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/hostpid/statefulset/hostpid-exec-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/statefulset/hostpid-exec-statefulset.yaml -------------------------------------------------------------------------------- /manifests/hostpid/statefulset/hostpid-revshell-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/hostpid/statefulset/hostpid-revshell-statefulset.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/README.md -------------------------------------------------------------------------------- /manifests/nothing-allowed/cronjob/nothing-allowed-exec-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/cronjob/nothing-allowed-exec-cronjob.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/cronjob/nothing-allowed-revshell-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/cronjob/nothing-allowed-revshell-cronjob.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/deamonset/nothing-allowed-exec-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/deamonset/nothing-allowed-exec-deamonset.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/deamonset/nothing-allowed-revshell-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/deamonset/nothing-allowed-revshell-deamonset.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/deployment/nothing-allowed-exec-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/deployment/nothing-allowed-exec-deployment.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/deployment/nothing-allowed-revshell-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/deployment/nothing-allowed-revshell-deployment.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/job/nothing-allowed-exec-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/job/nothing-allowed-exec-job.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/job/nothing-allowed-revshell-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/job/nothing-allowed-revshell-job.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/pod/nothing-allowed-exec-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/pod/nothing-allowed-exec-pod.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/pod/nothing-allowed-revshell-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/pod/nothing-allowed-revshell-pod.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/replicaset/nothing-allowed-exec-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/replicaset/nothing-allowed-exec-replicaset.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/replicaset/nothing-allowed-revshell-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/replicaset/nothing-allowed-revshell-replicaset.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/replicationcontroller/nothing-allowed-exec-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/replicationcontroller/nothing-allowed-exec-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/replicationcontroller/nothing-allowed-revshell-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/replicationcontroller/nothing-allowed-revshell-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/statefulset/nothing-allowed-exec-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/statefulset/nothing-allowed-exec-statefulset.yaml -------------------------------------------------------------------------------- /manifests/nothing-allowed/statefulset/nothing-allowed-revshell-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/nothing-allowed/statefulset/nothing-allowed-revshell-statefulset.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/README.md -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/cronjob/priv-and-hostpid-exec-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/cronjob/priv-and-hostpid-exec-cronjob.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/cronjob/priv-and-hostpid-revshell-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/cronjob/priv-and-hostpid-revshell-cronjob.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/deamonset/priv-and-hostpid-exec-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/deamonset/priv-and-hostpid-exec-deamonset.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/deamonset/priv-and-hostpid-revshell-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/deamonset/priv-and-hostpid-revshell-deamonset.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/deployment/priv-and-hostpid-exec-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/deployment/priv-and-hostpid-exec-deployment.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/deployment/priv-and-hostpid-revshell-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/deployment/priv-and-hostpid-revshell-deployment.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/job/priv-and-hostpid-exec-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/job/priv-and-hostpid-exec-job.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/job/priv-and-hostpid-revshell-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/job/priv-and-hostpid-revshell-job.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/pod/priv-and-hostpid-exec-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/pod/priv-and-hostpid-exec-pod.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/pod/priv-and-hostpid-revshell-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/pod/priv-and-hostpid-revshell-pod.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/replicaset/priv-and-hostpid-exec-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/replicaset/priv-and-hostpid-exec-replicaset.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/replicaset/priv-and-hostpid-revshell-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/replicaset/priv-and-hostpid-revshell-replicaset.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/replicationcontroller/priv-and-hostpid-exec-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/replicationcontroller/priv-and-hostpid-exec-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/replicationcontroller/priv-and-hostpid-revshell-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/replicationcontroller/priv-and-hostpid-revshell-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/statefulset/priv-and-hostpid-exec-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/statefulset/priv-and-hostpid-exec-statefulset.yaml -------------------------------------------------------------------------------- /manifests/priv-and-hostpid/statefulset/priv-and-hostpid-revshell-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv-and-hostpid/statefulset/priv-and-hostpid-revshell-statefulset.yaml -------------------------------------------------------------------------------- /manifests/priv/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/README.md -------------------------------------------------------------------------------- /manifests/priv/cronjob/priv-exec-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/cronjob/priv-exec-cronjob.yaml -------------------------------------------------------------------------------- /manifests/priv/cronjob/priv-revshell-cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/cronjob/priv-revshell-cronjob.yaml -------------------------------------------------------------------------------- /manifests/priv/deamonset/priv-exec-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/deamonset/priv-exec-deamonset.yaml -------------------------------------------------------------------------------- /manifests/priv/deamonset/priv-revshell-deamonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/deamonset/priv-revshell-deamonset.yaml -------------------------------------------------------------------------------- /manifests/priv/deployment/priv-exec-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/deployment/priv-exec-deployment.yaml -------------------------------------------------------------------------------- /manifests/priv/deployment/priv-revshell-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/deployment/priv-revshell-deployment.yaml -------------------------------------------------------------------------------- /manifests/priv/job/priv-exec-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/job/priv-exec-job.yaml -------------------------------------------------------------------------------- /manifests/priv/job/priv-revshell-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/job/priv-revshell-job.yaml -------------------------------------------------------------------------------- /manifests/priv/pod/priv-exec-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/pod/priv-exec-pod.yaml -------------------------------------------------------------------------------- /manifests/priv/pod/priv-revshell-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/pod/priv-revshell-pod.yaml -------------------------------------------------------------------------------- /manifests/priv/replicaset/priv-exec-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/replicaset/priv-exec-replicaset.yaml -------------------------------------------------------------------------------- /manifests/priv/replicaset/priv-revshell-replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/replicaset/priv-revshell-replicaset.yaml -------------------------------------------------------------------------------- /manifests/priv/replicationcontroller/priv-exec-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/replicationcontroller/priv-exec-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/priv/replicationcontroller/priv-revshell-replicationcontroller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/replicationcontroller/priv-revshell-replicationcontroller.yaml -------------------------------------------------------------------------------- /manifests/priv/statefulset/priv-exec-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/statefulset/priv-exec-statefulset.yaml -------------------------------------------------------------------------------- /manifests/priv/statefulset/priv-revshell-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/manifests/priv/statefulset/priv-revshell-statefulset.yaml -------------------------------------------------------------------------------- /scripts/can-they.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BishopFox/badPods/HEAD/scripts/can-they.sh --------------------------------------------------------------------------------