Common: Reword CustomPBAConfiguration docstring description
This commit is contained in:
parent
5063512764
commit
52643315e2
|
@ -5,7 +5,7 @@ from typing import Dict, Tuple
|
||||||
@dataclass(frozen=True)
|
@dataclass(frozen=True)
|
||||||
class CustomPBAConfiguration:
|
class CustomPBAConfiguration:
|
||||||
"""
|
"""
|
||||||
Dataclass for the configuration of custom post-breach actions
|
A configuration for custom post-breach actions
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
linux_command (str): Command to run on Linux victim machines. If a file is uploaded,
|
linux_command (str): Command to run on Linux victim machines. If a file is uploaded,
|
||||||
|
|
Loading…
Reference in New Issue