ServerOpenapi

Upload exploit

Uploads a new exploit file.

POST
/exploit

Uploads a new exploit file.

Authorization

CookieAuth
token<token>

Session JWT cookie returned by /api/v1/auth/login.

In: cookie

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

file*string

Exploit file

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/exploit" \  -F file="string"
{}
{
  "details": "string",
  "error": "string"
}
{
  "details": "string",
  "error": "string"
}
{
  "details": "string",
  "error": "string"
}
{
  "details": "string",
  "error": "string"
}