added code to generate victim binaries, implemented client -> server

authentication and fixed a bug in the ui where not all output would be
displayed.
This commit is contained in:
2026-08-14 16:23:40 -05:00
parent 7b1f9f9d4e
commit 2b3a787fb6
9 changed files with 1197 additions and 343 deletions
+4
View File
@@ -10,6 +10,8 @@ crossterm = "0.29.0"
fs_extra = "1.3.0"
iced = { version = "0.14.0", features = ["advanced", "tokio"] }
ipnet = "2.12.0"
keyring = "4.1.6"
rand = "0.10.2"
ratatui = "0.30.0"
rayon = "1.12.0"
rcgen = "0.14.8"
@@ -17,6 +19,8 @@ rhai = { version = "1.24.0", features = ["metadata", "sync"] }
rustc-hash = "2.1.2"
rustls = "0.23.43"
rustls-pemfile = "2.2.0"
sysinfo = "0.39.6"
textwrap = "0.16.2"
tokio = { version = "1.52.3", features = ["full"] }
tokio-rustls = "0.26.4"
walkdir = "2.5.0"