Skip to content

VolyaTeam/dzida-service

Repository files navigation

About

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.

Getting started

One-line installer

curl -L "https://raw.githubusercontent.com/VolyaTeam/dzida-service/master/install.sh" | sudo bash -x

Start service

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.

Install & start inside a Linux network namespace

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.

See status & logs

journalctl -fu dzida

Development

Build steps are described at build.yaml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages