Implemented displaying latest checkin in agents table, as well as word-wrap.

This commit is contained in:
Jakob Friedl
2025-05-23 13:55:00 +02:00
parent 6f9e20566d
commit 5ab9cd302c
10 changed files with 155 additions and 59 deletions

View File

@@ -16,7 +16,7 @@ proc main() =
# TODO: Read data from configuration file
let listener = "NVIACCXB"
let listener = "HVVOGEOM"
let agent = register(listener)
echo fmt"[+] [{agent}] Agent registered."