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:
@@ -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("//"){
|
||||
|
||||
Reference in New Issue
Block a user