Finding Templates
Operations done on Finding Templates
Base URL
https://app.pentest-tools.com/api/v2
Endpoints
- Method
- get
- Path
- /finding_templates
Query parameters
- Property
- vuln_id_type
- Type
The vuln_id type of the vulnerability (e.g. "NETSCAN", "WEBSCAN")
- Property
- has_ptt_exploit
- Type
Only show vulnerabilities which have/don"t have exploit capabilities. Setting this to false
will only show vulnerabilities without any capabilities.
- Property
- limit
- Type
- integer
the maximum number of templates to return
- Property
- offset
- Type
- integer
the offset to start returning templates from. This does not work without the limit
parameter
Responses
Request
GET
/finding_templatescurl --request GET \
--url https://app.pentest-tools.com/api/v2/finding_templates \
--header 'accept: application/json' \
--header 'authorization: Bearer {token}'