forked from p15670423/monkey
Common: Remove filename examples from CustomPBAConfiuration docstring
This commit is contained in:
parent
e7d9ed88be
commit
5063512764
|
@ -13,13 +13,11 @@ class CustomPBAConfiguration:
|
||||||
it.
|
it.
|
||||||
Example: `chmod +x file.sh; ./file.sh; rm file.sh`
|
Example: `chmod +x file.sh; ./file.sh; rm file.sh`
|
||||||
linux_filename (str): Name of the file to upload on Linux victim machines.
|
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,
|
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
|
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`
|
||||||
windows_filename (str): Name of the file to upload on Windows victim machines.
|
windows_filename (str): Name of the file to upload on Windows victim machines.
|
||||||
Example: `i-am-custom-pba-file.bat`
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
linux_command: str
|
linux_command: str
|
||||||
|
|
Loading…
Reference in New Issue