Skip to content

Commit

Permalink
SMB: Reword description of some configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyamalviya committed Mar 13, 2023
1 parent 4bd34ee commit 4bfe266
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions monkey/agent_plugins/exploiters/smb/src/smb_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ class SMBOptions(InfectionMonkeyBaseModel):
default=30.0,
gt=0.0,
le=100.0,
description="Maximum time allowed for uploading the Agent binary to the target.",
description="The maximum time (in seconds) allowed for uploading the"
" Agent binary to the target.",
)
use_kerberos: bool = Field(
default=False, description="Should the RPC transport use Kerberos authentication."
default=False, description="Whether the RPC transport should use Kerberos authentication."
)
rpc_connect_timeout: float = Field(
default=15.0,
Expand Down

0 comments on commit 4bfe266

Please sign in to comment.