forked from p15670423/monkey
Common: Fix wording in CustomPBAConfiguration docstring
This commit is contained in:
parent
83e56a9028
commit
5b9ba9cd27
|
@ -12,13 +12,13 @@ class CustomPBAConfiguration:
|
|||
use this field to change its permissions, execute it, and/or delete
|
||||
it.
|
||||
Example: `chmod +x file.sh; ./file.sh; rm file.sh`
|
||||
linux_filename (str): Name of the file to upload and run 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,
|
||||
use this field to change its permissions, execute it, and/or delete
|
||||
it.
|
||||
Example: `file.bat & del file.bat`
|
||||
windows_filename (str): Name of the file to upload and run on Windows victim machines.
|
||||
windows_filename (str): Name of the file to upload on Windows victim machines.
|
||||
Example: `i-am-custom-pba-file.bat`
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue