nuclei-templates/technologies/versa/versa-director-api.yaml

30 lines
618 B
YAML

id: versa-director-api
info:
name: Versa Director API Endpoint Detection
author: c-sh0
severity: info
description: Versa Director API Endpoint (Unauthorized) Detection
reference:
- https://versa-networks.com/products/components/
metadata:
verified: true
shodan-query: html:"Versa Networks"
tags: api,versa,tech
requests:
- method: GET
path:
- "{{BaseURL}}:9182"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '(?i)"more_info":"http://nms.versa.com/errors/4001"'
- type: status
status:
- 401