This commit is contained in:
Smart-SangGe 2022-08-06 17:04:18 +08:00
parent 37bdb8727b
commit 9fac1fe107
3 changed files with 5 additions and 4 deletions

@ -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

@ -61,4 +61,5 @@
语言参考https://pkg.go.dev/
提权脚本参考https://github.com/carlospolop/PEASS-ng
提权思路参考https://book.hacktricks.xyz
浏览器密码解密项目https://github.com/unode/firefox_decrypt
浏览器密码解密项目https://github.com/unode/firefox_decrypt
ci以及k8s部分参考代码https://blog.csdn.net/qq_19655405/article/details/117924018

@ -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