kdigger icon indicating copy to clipboard operation
kdigger copied to clipboard

Kubernetes focused container assessment and context discovery tool for penetration testing

Results 5 kdigger issues
Sort by recently updated
recently updated
newest added

POC for #10. The idea would be to generate a random valid manifest in order to fuzz the admission control. Not in a traditional fuzzing sense, like finding crashes and...

enhancement

Hi, I enjoy kdigger, it is helpful during pentests. Would it be possible to extend the `gen` command for fuzzing Kubernetes admission controllers? Wouldn't it be great if it could...

enhancement

Given that kdigger is written in Go it should be fairly straightforward to provide those builds.

While invoking the command `kdigger dig mount` we get all the mounted file systems. I tried looking for mounts with read and write permissions. ```bash bash-5.1# kdigger dig mount |...

Salut, first of all great tool, I'm loving it. I was just testing it and noticed that it failed to retrieve the ServiceAccount token from a privileged pod. I guess...