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:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user