|
@@ -7,10 +7,12 @@ class Parameter(enum.Enum):
|
|
|
when calling Core via the command line.
|
|
|
"""
|
|
|
|
|
|
- IP_SOURCE = 'ip.src'
|
|
|
- IP_DESTINATION = 'ip.dst'
|
|
|
+ IP_SOURCE = 'ip.src'
|
|
|
+ IP_DESTINATION = 'ip.dst'
|
|
|
+ TARGET_COUNT = "target.count"
|
|
|
IP_DNS = 'ip.dns'
|
|
|
- HOSTING_IP = 'hosting.ip'
|
|
|
+ HOSTING_IP = 'hosting.ip'
|
|
|
+ HOSTING_PERCENTAGE = 'hosting.percentage'
|
|
|
IP_VICTIM = 'ip.victim'
|
|
|
|
|
|
MAC_SOURCE = 'mac.src'
|