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