|
@@ -37,7 +37,7 @@ class Parameter(Enum):
|
|
PORT_DEST_ORDER_DESC = 'port.dst.order-desc' # uses a descending port order instead of a ascending order
|
|
PORT_DEST_ORDER_DESC = 'port.dst.order-desc' # uses a descending port order instead of a ascending order
|
|
IP_SOURCE_RANDOMIZE = 'ip.src.shuffle' # randomizes the sources IP address if a list of IP addresses is given
|
|
IP_SOURCE_RANDOMIZE = 'ip.src.shuffle' # randomizes the sources IP address if a list of IP addresses is given
|
|
PORT_SOURCE_RANDOMIZE = 'port.src.shuffle' # randomizes the source port if a list of sources ports is given
|
|
PORT_SOURCE_RANDOMIZE = 'port.src.shuffle' # randomizes the source port if a list of sources ports is given
|
|
- NAT_PRESENT = 'nat' # if NAT is active, external computers cannot initiate a communication in MembersMgmtCommAttack
|
|
|
|
|
|
+ NAT_PRESENT = 'nat.present' # if NAT is active, external computers cannot initiate a communication in MembersMgmtCommAttack
|
|
# recommended type: Filepath ------------------------------------
|
|
# recommended type: Filepath ------------------------------------
|
|
FILE_CSV = 'file.csv' # filepath to CSV containing a communication pattern
|
|
FILE_CSV = 'file.csv' # filepath to CSV containing a communication pattern
|
|
FILE_XML = 'file.xml' # filepath to XML containing a communication pattern
|
|
FILE_XML = 'file.xml' # filepath to XML containing a communication pattern
|