Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

soluble-ai/podnamez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Podnamez - wordlist generation for Kubernetes pod names

What?

Podnames generates wordlists for all possible pod names for Kubernetes clusters, which by default append a five character alpha-numeric "trail".

For example, we turn this:

pod-name

Into this:

pod-name-bbbbb
pod-name-bbbbc
pod-name-bbbbd
pod-name-bbbbf
pod-name-bbbbg
pod-name-bbbbh
pod-name-bbbbj
pod-name-bbbbk
pod-name-bbbbl
pod-name-bbbbm
...

How?

$ go run podnamez.go pod-name > pod-name-permutations.txt

Why?

There are some cases where applications (incorrectly!) use Kubernetes pod names in a security sensitive context.

In this case, it is useful to have a wordlist builder.

The wordlist has been pre-generated and included in this repo in the event that it can be used manually (think: TurboIntruder).

About

Simple wordlist generation for Kubernetes pod names

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages