You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy target backdoor image to each node via daemonset.
通过daemonset将用户指定的后门镜像部署到每个node。
Usage
./cdk run k8s-backdoor-daemonset (default|anonymous|<service-account-token-path>) <image>
Request Options:
default: connect API server with pod's default service account token
anonymous: connect API server with user system:anonymous
<service-account-token-path>: connect API server with user-specified service account token.
Exploit Options:
<image>: your backdoor image (you can upload it to dockerhub before)