Explorar o código

Added new ip.victim parameter

Stefan Schmidt %!s(int64=6) %!d(string=hai) anos
pai
achega
a53234c27f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      code/Attack/AttackParameters.py

+ 1 - 0
code/Attack/AttackParameters.py

@@ -11,6 +11,7 @@ class Parameter(enum.Enum):
     IP_DESTINATION = 'ip.dst'  # destination IP address
     IP_DNS = 'ip.dns'  # IP address of DNS server
     HOSTING_IP = 'hosting.ip'
+    IP_VICTIM = 'ip.victim'
     # recommended type: MAC address ------------------------------
     MAC_SOURCE = 'mac.src'  # MAC address of source
     MAC_DESTINATION = 'mac.dst'  # MAC address of destination