Attack Status

Get attack's status using Strike.pw API.

Attack status

GET https://strike.pw/api/v1/public/status

Query Parameters

Name
Type
Description

key*

API_KEY

task*

TASK_ID

{
  "created_at": "Fri, 21 Apr 2023 23:27:29 GMT",
  "error": false,
  "message": "task fetched successfully",
  "mode": "normal",
  "sent": 0,
  "status": "queued",
  "target": "[email protected]",
  "total": 10
}

Last updated