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
@@ -1,5 +1,5 @@
let ips = [];
let scope_path = find_scope_file(project.notes);
let scope_path = find_file(project.notes, "scope");
let scope_text = open_file(scope_path);
for line in scope_text.split("\n"){
if line.contains("|") && !line.contains("//"){