finish?
This commit is contained in:
parent
37bdb8727b
commit
9fac1fe107
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user