diff --git a/provision.py b/provision.py index 2ed9119..8a5edde 100644 --- a/provision.py +++ b/provision.py @@ -16,8 +16,14 @@ DOWNLOADED_BINARIES = [ "repository-server", "wallet", "decipher", + "chat-server", + "rshell-interface", + "rshell-server", + "scanlib", + "scanrouter", + "sniffer", ] -DOWNLOADED_EXECUTABLES = ["Stocks.exe", "ExploitReport.exe"] +DOWNLOADED_EXECUTABLES = ["Stocks.exe", "ExploitReport.exe", "AdminMonitor.exe"] def variable_name(path: Path) -> str: