v1

latestSwagger 2.02026-07-174510.2 KB

Returns the latest version of all services for nmap to scan for

get/natlas-services

Response

The list of natlas services to use for the client

idinteger
sha256string

Sha256 of the natlas-services file contents

servicesstring

A text blob of newline separated services for natlas to scan for. This is fed directly into nmap via the --servicedb parameter.

Example response

{
  "id": 1,
  "sha256": "9b1ecb78562746ceea9d7122d6f2624b6bb09f3d27da2731ede545ef301d4126",
  "services": "http\t80/tcp\ntelnet\t23/tcp\nhttps\t443/tcp\nftp\t21/tcp\nssh\t22/tcp\nsmtp\t25/tcp\n"
}
All 4 operations