Explorar o código

add inject.pps parameter

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

+ 1 - 0
code/Attack/AttackParameters.py

@@ -34,6 +34,7 @@ class Parameter(enum.Enum):
     TARGET_HOST = 'target.host'
     # recommended type: Float ------------------------------------
     PACKETS_PER_SECOND = 'packets.per-second'  # packets per second
+    INJECT_PPS = 'inject.pps'  # packets per seconds injected by the attack
     INJECT_AT_TIMESTAMP = 'inject.at-timestamp'  # unix epoch time (seconds.millis) where attack should be injected
     # recommended type: Packet Position ----------------------------------
     INJECT_AFTER_PACKET = 'inject.after-pkt'  # packet after which attack should be injected