added string obfusation to the victim client.

This commit is contained in:
2026-08-27 14:42:48 -05:00
parent 0bb3a125aa
commit 56e6971aac
2 changed files with 115 additions and 131 deletions
+1
View File
@@ -585,6 +585,7 @@ impl AppState {
cert_text: String::new(),
};
self.servers.push(Arc::new(Mutex::new(new_server)));
self.save_all()?;
self.prompt.reset();
}
"connect_server" => {