[short_descr]
Kubestroyer aims to exploit Kubernetes clusters misconfigurations and be the sdwiss army knife of your Kubernetes pentests
[/short_descr]
[long_descr]
Kubestroyer is a Golang exploitation tool that aims to take advantage of Kubernetes clusters misconfigurations.
The tool is scanning known Kubernetes ports that can be exposed as well as exploiting them.
Getting Started
To get a local copy up and running, follow these simple example steps.
Prerequisites
Go 1.19
wget https://go.dev/dl/go1.19.4.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.19.4.linux-amd64.tar.gz
[homepage] https://github.com/Rolix44/Kubestroyer [/homepage]
[tags] Kubernetes, clusters, scanner [/tags]
[short_descr] Kubestroyer aims to exploit Kubernetes clusters misconfigurations and be the sdwiss army knife of your Kubernetes pentests [/short_descr]
[long_descr] Kubestroyer is a Golang exploitation tool that aims to take advantage of Kubernetes clusters misconfigurations. The tool is scanning known Kubernetes ports that can be exposed as well as exploiting them.
Getting Started
To get a local copy up and running, follow these simple example steps.
Prerequisites
Installation
Use prebuilt binary
or
Using go install command :
or
build from source:
[/long_descr]
[image]
[/image]