From 08178a1fa5fa70f1de3599d264b41ba6022fe9d5 Mon Sep 17 00:00:00 2001 From: pcosson Date: Mon, 4 Mar 2024 16:15:41 +0100 Subject: [PATCH] Add Rustdesk to external tools for WAPT --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 0c7b3af..087546f 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,8 @@ def uninstall(): def audit(): + + ## Pour ajouter dans les outils externe wapt : nom :Rustdesk, Executable : C:\Program Files\RustDesk\rustdesk.exe , --connect {{host_audit/RustDesk/id/value}} def get_rustdesk_id(): # Run the command and capture its output result = subprocess.run(["C:\\Program Files\\RustDesk\\rustdesk.exe", "--get-id"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)