-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
![action](https://github.com/krkn-chaos/krkn-syn-flood/actions/workflows/build.yaml/badge.svg) | ||
# SYN Flood Scenario attacker container | ||
This is the container used by the syn flood scenario in krkn that creates the syn traffic against the target service. Krkn manages to deploy the number of pods specified by the user respecting, when available, the node affinity specified. | ||
This container expects the following environment variables: | ||
|
||
### SYN Flood Scenario Attacker Container | ||
|
||
|Variable Name | Description| Default | | ||
|-------------| -----------|---------| | ||
|TARGET | The target ip address or hostname|| | ||
|DURATION | The SYN flood attack duration in seconds|| | ||
|PACKET_SIZE | The SYN TCP packet size in bytes|120| | ||
|WINDOW_SIZE | The TCP window size | 64| | ||
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. | ||
|
||
To more detailed information about this settings please visit the [hping3 documentation](https://github.com/NullHypothesis/hping3). | ||
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](https://github.com/NullHypothesis/hping3). |