├── Dockerfile ├── Kubernetes_Pentest_All_in_one_The_Ultimate_Toolkit.pdf ├── LICENSE ├── README.md ├── deploy └── mtkpi.yaml ├── images ├── in-action.png ├── logo.jpg └── matrix.png └── install.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0binak/MTKPI/HEAD/Dockerfile -------------------------------------------------------------------------------- /Kubernetes_Pentest_All_in_one_The_Ultimate_Toolkit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0binak/MTKPI/HEAD/Kubernetes_Pentest_All_in_one_The_Ultimate_Toolkit.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0binak/MTKPI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0binak/MTKPI/HEAD/README.md -------------------------------------------------------------------------------- /deploy/mtkpi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0binak/MTKPI/HEAD/deploy/mtkpi.yaml -------------------------------------------------------------------------------- /images/in-action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0binak/MTKPI/HEAD/images/in-action.png -------------------------------------------------------------------------------- /images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0binak/MTKPI/HEAD/images/logo.jpg -------------------------------------------------------------------------------- /images/matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0binak/MTKPI/HEAD/images/matrix.png -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0binak/MTKPI/HEAD/install.sh --------------------------------------------------------------------------------