-
Notifications
You must be signed in to change notification settings - Fork 23
DDoS
Jens Keim edited this page Oct 9, 2019
·
2 revisions
The DDoSAttack currently supports the following attack parameters:
Field name | Description |
---|---|
attack.duration | Duration of the attack in seconds |
attackers.count | Number of attackers |
bandwidth.max | Bandwidth maximum to be set as a hard limit, discarding the pcaps bandwidth |
bandwidth.min.local | Bandwidth minimum for local traffic |
bandwidth.min.public | Bandwidth minimum for public traffic |
inject.after-pkt | Starts injecting the attack after the given packet number |
inject.at-timestamp | Starts injecting the attack at the given unix timestamp |
ip.dst | IP address of the victim |
ip.src | IP address of the attacker |
latency.max | Latency maximum for reply packets |
mac.dst | MAC address of the victim |
mac.src | MAC address of the attacker |
packets.per-second | Number of packets sent per second by the attacker |
port.dst | Ports to be attacked |
port.src | Ports used by the attacker |
victim.buffer | Number of replies the victim can send before breaking to the DDoS |