Explorar el Código

Added new ip.victim parameter

Stefan Schmidt hace 6 años
padre
commit
a53234c27f
Se han modificado 1 ficheros con 1 adiciones y 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