Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 966 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 966 Bytes

action

SYN Flood Scenario Attacker Container

This container is used in the SYN flood scenario within Krkn, generating SYN traffic against the target service. Krkn deploys the specified number of pods, adhering to node affinity when available.

The following environment variables are expected by this container:

Variable Name Description Default
TARGET The target IP address or hostname
DURATION The duration of the SYN flood attack in seconds
PACKET_SIZE The size of the SYN TCP packet in bytes 120
WINDOW_SIZE The TCP window size 64

For more detailed information about these settings, please refer to the hping3 documentation.