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

32 lines
642 B
YAML
Raw Normal View History

2022-11-24 12:00:26 +00:00
id: versa-director-api
info:
name: Versa Director API Endpoint Detection
description: Versa Director API Endpoint (Unauthorized) Detection
author: c-sh0
severity: info
reference:
- https://versa-networks.com/products/components/
metadata:
2022-11-24 12:01:03 +00:00
shodan-query: ssl:"versa" port:9182
tags: api,versa,sdwan,tech
2022-11-24 12:00:26 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '(?i)"more_info":"http://nms.versa.com/errors/4001"'
2022-11-24 12:01:03 +00:00
- type: status
status:
- 401