1
0
mirror of https://github.com/boku7/Loki synced 2026-06-06 15:24:27 +00:00

Update README.md

This commit is contained in:
Bobby Cooke
2025-04-03 20:26:04 -07:00
committed by GitHub
parent 81432fdbf3
commit 498cd54452
+1 -1
View File
@@ -29,7 +29,7 @@ For more information see my blog post about backdooring Electron applications wi
- Teamserver-less, unlike traditional C2's where agents send messages to a Teamserver, there is no Teamserver.
- The GUI Client & Agents both check the same online data-store for new commands and output.
- Uses Azure Storage Blobs for C2 channel.
- All C2 messages are AES encrypted uaing a dynamically creatd AES key.
- All C2 messages are AES encrypted uaing a dynamically created AES key.
- Uses SAS Token to protect C2 storage account.
- Proxy-aware agent.
- Uses Chromium renderer child processes for agent, shellcode execution, and assembly fork-n-run style execution, so inherits proxy-aware capabilities of Chromium.