Basic idea was taken from the publication
A DDoS attack, which stands for “distributed denial-of-service” is a malicious attempt to disrupt the normal traffic of a targeted server, service or network by overwhelming the target or its surrounding infrastructure with a flood of Internet traffic.
These attempt to use up all the available connections to infrastructure devices such as load-balancers, firewalls and application servers. Even devices capable of maintaining state on millions of connections can be taken down by these attacks.
docker build -f ./docker/server/Dockerfile -t 'server:02022023' .
docker run --privileged --net host server:02022023
it's impossible to run the server using bpf without the flag issue
docker build -f ./docker/client/Dockerfile -t 'client:02022023' .
docker run --net host --env CHALLENGE_ADDRESS=localhost:1053 --env DEST=localhost:5051 client:02022023