feat: move ws to separate file & implement c2 commands

This commit is contained in:
Xory 2025-12-06 20:23:26 +02:00
parent a521782a37
commit 4cd62f4f43
7 changed files with 272 additions and 252 deletions

View file

@ -24,6 +24,7 @@ windows = { version = "0.57", features = [ # note to future self: DO NOT UPGRADE
anyhow = "1.0.100"
futures-util = "0.3.31"
ntapi = "0.4.1"
sysinfo = "0.37.2"
[build-dependencies]
dotenv = "0.15.0"