Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 764 Bytes

example-weak.md

File metadata and controls

39 lines (27 loc) · 764 Bytes

weak-tag for debug

k8s

kc run t1 --rm -it --image=registry.cn-shenzhen.aliyuncs.com/infrastlabs/alpine-ext:weak bash

  • [dns-ping]
nc -vz 7.0.0.66 53
nc -uvz 7.0.0.66 53

ping svcname.default
ping svcname.ns.t1.k3s
  • [dig, dnslookup]
# apt install dnsutils
# yum install bind-utils
# apk add bind-tools

dig +short @172.17.0.171 -p 32009 qq.com
dig +short @7.0.0.68 qq.com

nslookup - 172.17.0.171
>set port=xxx
>qq.com

jump-agent

ssh agent for k8s-jumpserver, SSHD_ENABLE=true to enable dropbear as the default ssh-server.
it's with weak password in all the accounts root/entry/ctapp/ctoper, you can with a sub-images use epasswd/erpasswd to change it.

  • dropbear
  • openssh-sftp-server
  • useradd ctapp, ctoper