From 36b88cd17d0477ea20d517c4ae185188131cc658 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Sun, 23 Aug 2026 23:14:32 +0200 Subject: [PATCH] all programs --- provision.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: