This package allows to run DDoS penetration testing tool on machine as a systemd service. Systemd will care about the process restarts. Bootstrap script will care about updates of the tool itself.
curl -L "https://raw.githubusercontent.com/VolyaTeam/dzida-service/master/install.sh" | sudo bash -x
systemctl enable --now dzida.service
But be careful. When you start service in the main namespace without the proxy or VPN, your IP will be exposed.
Linux Namespaces are awesome and allows to isolate/sandbox processes. This way is usefull if you want to isolate network
systemctl enable --now [email protected]
But you need to setup a network in this namepsace, for instance, set up openvpn inside it. Check out openvpn-netns for example.
journalctl -fu dzida
Build steps are described at build.yaml.