vchinnipilli / kubestriker

A Blazing fast Security Auditing tool for Kubernetes
https://github.com/vchinnipilli/kubestriker
Apache License 2.0
980 stars 106 forks source link

Docker "Provide token : " input #23

Closed geragcp closed 3 years ago

geragcp commented 3 years ago

Hello!

I am trying to run an authenticated scan using the docker image v1.0.0. It discovers ok based on the kubeconfig but when I get to the prompt that reads Provide token : I can't enter anything. I am trying to paste in a token. Can't type anything either. It does say choose one of the below options (use arrow keys) but it falls right through to the prompt. Am I doing it wrong?

Thank you

Jmainguy commented 3 years ago

I was able to paste it into a docker container just now, when you paste it, it doesn't show what you pasted (presumably to stop shoulder surfers from seeing your secret token, believe this behavior of hiding it is intentional)

geragcp commented 3 years ago

Oh, ok. Thank you for clarifying. I will try that.