From 9fac1fe10717aa18f7c93e6ef32c41d5ea562cdb Mon Sep 17 00:00:00 2001 From: Smart-SangGe <2251250136@qq.com> Date: Sat, 6 Aug 2022 17:04:18 +0800 Subject: [PATCH] finish? --- .gitlab-ci.yml | 4 ++-- README.md | 3 ++- deployment.yaml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03de0ef..28cfce6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,10 @@ variables: # Package version can only contain numbers (0-9), and dots (.). # Must be in the format of X.Y.Z, i.e. should match /\A\d+\.\d+\.\d+\z/ regular expresion. # See https://docs.gitlab.com/ee/user/packages/generic_packages/#publish-a-package-file - PACKAGE_VERSION: "1.3.1" + PACKAGE_VERSION: "1.3.2" LINUX_AMD64_BINARY: "console-${PACKAGE_VERSION}" PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/cobalt-strike/${PACKAGE_VERSION}" - CI_COMMIT_TAG: "1.3.1" + CI_COMMIT_TAG: "1.3.2" stages: - build diff --git a/README.md b/README.md index 36c50e3..564fa53 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,5 @@ 语言参考:https://pkg.go.dev/ 提权脚本参考:https://github.com/carlospolop/PEASS-ng 提权思路参考:https://book.hacktricks.xyz -浏览器密码解密项目:https://github.com/unode/firefox_decrypt \ No newline at end of file +浏览器密码解密项目:https://github.com/unode/firefox_decrypt +ci以及k8s部分参考代码:https://blog.csdn.net/qq_19655405/article/details/117924018 \ No newline at end of file diff --git a/deployment.yaml b/deployment.yaml index 8c07b51..6285441 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: console - image: 'reg.sre.victor-core.top/cobalt-strike/console:1.3.0' + image: 'reg.sre.victor-core.top/cobalt-strike/console:1.3.2' ports: - containerPort: 4444 protocol: TCP