gwen001 / offsectools_www

A vast collection of security tools and resources curated by the community.
https://offsec.tools
184 stars 23 forks source link

[addtool] Kubestroyer #1072

Closed piyush-security closed 1 year ago

piyush-security commented 1 year ago

[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 :

$ go install github.com/Rolix44/Kubestroyer@latest

or

build from source:

  1. Clone the repo
    $ git clone https://github.com/Rolix44/Kubestroyer.git
  2. build the binary
    $ go build -o Kubestroyer cmd/kubestroyer/main.go 

[/long_descr]

[image] image

[/image]

gwen001 commented 1 year ago

Issue correctly handled, tool is waiting for human validation.

gwen001 commented 1 year ago

Tool has been accepted by the team: https://offsec.tools/tool/kubestroyer

Thank you for your contribution!