the server will now save the password that is provided or generated for

it to the systems keyring, and attempt to load it at run time. I also
added the beginnings for ingesting shodan results for hosts into the
tool. The attack client can now save servers, load them from the folder,
and save/load the passwords to/from the system keyring.
This commit is contained in:
2026-09-03 15:25:27 -05:00
parent 96672190c4
commit 911189c095
7 changed files with 1204 additions and 403 deletions
+4
View File
@@ -23,6 +23,10 @@ rhai = { version = "1.24.0", features = ["metadata", "sync"] }
rustc-hash = "2.1.2"
rustls = "0.23.43"
rustls-pemfile = "2.2.0"
serde = "1.0.229"
serde_derive = "1.0.229"
serde_json = "1.0.151"
shodan-rust = "1.0.1"
sysinfo = "0.39.6"
textwrap = "0.16.2"
tokio = { version = "1.52.3", features = ["full"] }