From 5063512764ef3388701e1cd958f6eaf3b5926388 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 26 Jul 2022 17:29:20 +0530 Subject: [PATCH] Common: Remove filename examples from CustomPBAConfiuration docstring --- monkey/common/agent_configuration/agent_sub_configurations.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/monkey/common/agent_configuration/agent_sub_configurations.py b/monkey/common/agent_configuration/agent_sub_configurations.py index b4c2177d3..bc6c60397 100644 --- a/monkey/common/agent_configuration/agent_sub_configurations.py +++ b/monkey/common/agent_configuration/agent_sub_configurations.py @@ -13,13 +13,11 @@ class CustomPBAConfiguration: it. Example: `chmod +x file.sh; ./file.sh; rm file.sh` linux_filename (str): Name of the file to upload on Linux victim machines. - Example: `i-am-custom-pba-file.sh` windows_command (str): Command to run on Windows victim machines. If a file is uploaded, use this field to change its permissions, execute it, and/or delete it. Example: `file.bat & del file.bat` windows_filename (str): Name of the file to upload on Windows victim machines. - Example: `i-am-custom-pba-file.bat` """ linux_command: str