v1

latestSwagger 2.0Apache 2.02026-07-17311564.3 KB
info

Returns ports in use by beast by looking in the hack git repository, also returns min and max value of port allowed while specifying in beast challenge config.

Returns the ports in use by beast, which cannot be used in creating a new challenge..

get/api/info/ports/used

Headers

Authorizationstring required

Bearer

Response

OK

port_max_valueinteger
port_min_valueinteger
ports_in_useinteger[]

Example response

{
  "port_max_value": 20000,
  "port_min_value": 10000
}