manojdeshmukh45 / kubernetes_wordlist

This is the word list for fuzzing kubernetes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Wordlist

This repository contains wordlists for fuzzing kubernetes.

License Version

Installation

# Install ffuf
https://github.com/ffuf/ffuf

# Download the wordlist 
https://github.com/manojdeshmukh45/kubernetes_wordlist/blob/main/kubernetes-wordlist.txt

# Fuzz using wordlist
fuzz -w kubernetes-wordlist.txt -u https://master-ip:portFUZZ -mc 200

Note: No need to add / after IP address

About

This is the word list for fuzzing kubernetes.