Send Attack

Send attack using Strike.pw API.

Send attack

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

Query Parameters

Name
Type
Description

key*

API_KEY

mode*

normal

normal for email bomb and sms for sms bomb.

amount*

10

Value between 10 and 1000.

gateway

txt.att.net

only required for sms attack

{
  "amount": 10,
  "credits": 9999,
  "error": false,
  "message": "Sending attack.",
  "mode": "normal",
  "target": "[email protected]",
  "task": "c278f789-7b83-4fcd-96c9-08757f57f61a"
}

Last updated