ServerOpenapi

List exploits

Returns all stored exploits.

GET
/exploits

Returns all stored exploits.

Authorization

CookieAuth
token<token>

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

In: cookie

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/exploits"
{}
{
  "details": "string",
  "error": "string"
}