ServerOpenapi

Get exploit by name

Returns exploit(s) with content by name.

GET
/exploit/{name}

Returns exploit(s) with content by name.

Authorization

CookieAuth
token<token>

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

In: cookie

Path Parameters

name*string

Exploit name

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/exploit/string"
[
  {
    "content": "string",
    "hash": "string",
    "id": 0,
    "name": "string",
    "submit_time": 0,
    "username": "string",
    "version": 0
  }
]
{
  "details": "string",
  "error": "string"
}
{
  "details": "string",
  "error": "string"
}
{
  "details": "string",
  "error": "string"
}