forked from p15670423/monkey
Common: Remove periods from CustomPBAConfiguration docstrings
This commit is contained in:
parent
8361ed1453
commit
4c86b1bd3d
|
@ -9,15 +9,14 @@ class CustomPBAConfiguration:
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
:param linux_command: Command to run on Linux victim machines. If a file is uploaded,
|
:param linux_command: Command to run on Linux victim machines. If a file is uploaded,
|
||||||
use this field to change its permissions, execute it, and/or delete
|
use this field to change its permissions, execute it, and/or delete it
|
||||||
it.
|
|
||||||
Example: `chmod +x file.sh; ./file.sh; rm file.sh`
|
Example: `chmod +x file.sh; ./file.sh; rm file.sh`
|
||||||
:param linux_filename: Name of the file to upload on Linux victim machines.
|
:param linux_filename: Name of the file to upload on Linux victim machines
|
||||||
:param windows_command: Command to run on Windows victim machines. If a file is uploaded,
|
:param windows_command: Command to run on Windows victim machines. If a file is uploaded,
|
||||||
use this field to change its permissions, execute it, and/or delete
|
use this field to change its permissions, execute it, and/or delete
|
||||||
it.
|
it
|
||||||
Example: `file.bat & del file.bat`
|
Example: `file.bat & del file.bat`
|
||||||
:param windows_filename: Name of the file to upload on Windows victim machines.
|
:param windows_filename: Name of the file to upload on Windows victim machines
|
||||||
"""
|
"""
|
||||||
|
|
||||||
linux_command: str
|
linux_command: str
|
||||||
|
|
Loading…
Reference in New Issue