From 3d63c30b75324bb485a56b8553300cbb25a01848 Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Thu, 6 Jun 2024 11:45:17 +0100 Subject: [PATCH] #2610: remove irrelevant params in doc --- .../system/applications/red_applications/ransomware_script.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/primaite/simulator/system/applications/red_applications/ransomware_script.py b/src/primaite/simulator/system/applications/red_applications/ransomware_script.py index 35aa267f..a2cf7ba5 100644 --- a/src/primaite/simulator/system/applications/red_applications/ransomware_script.py +++ b/src/primaite/simulator/system/applications/red_applications/ransomware_script.py @@ -97,8 +97,6 @@ class RansomwareScript(Application): :param server_ip_address: The IP address of the Node the DatabaseService is on. :param server_password: The password on the DatabaseService. :param payload: The attack stage query (Encrypt / Delete) - :param ransomware_encrypt_p_of_success: The probability of success for the ransomware 'attack' (encrypt) stage. - :param repeat: Whether to repeat attacking once finished. """ if server_ip_address: self.server_ip_address = server_ip_address