Common: Improve comment's readability in agent_sub_configurations.py

This commit is contained in:
vakarisz 2022-09-27 11:51:27 +03:00
parent b9cf200832
commit e2f0a2dfc0
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ class ScanTargetConfiguration(MutableInfectionMonkeyBaseModel):
Example: ("1.1.1.1", "2.2.2.2") Example: ("1.1.1.1", "2.2.2.2")
:param inaccessible_subnets: Subnet ranges that shouldn't be accessible for the agent :param inaccessible_subnets: Subnet ranges that shouldn't be accessible for the agent
Example: ("1.1.1.1", "2.2.2.2/24", "myserver") Example: ("1.1.1.1", "2.2.2.2/24", "myserver")
:param scan_my_networks: Whether or not the agent should scan the machine's :param scan_my_networks: If true the Agent will scan networks it belongs to
network interfaces in addition to the provided subnet ranges in addition to the provided subnet ranges
:param subnets: Subnet ranges to scan :param subnets: Subnet ranges to scan
Example: ("192.168.1.1-192.168.2.255", "3.3.3.3", "2.2.2.2/24", Example: ("192.168.1.1-192.168.2.255", "3.3.3.3", "2.2.2.2/24",
"myHostname") "myHostname")