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

30 lines
614 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
author: c-sh0
severity: info
2022-11-25 13:10:34 +00:00
description: Versa Director API Endpoint (Unauthorized) Detection
2022-11-24 12:00:26 +00:00
reference:
- https://versa-networks.com/products/components/
metadata:
2022-11-25 13:10:34 +00:00
verified: true
shodan-query: html:"Versa Networks"
tags: api,versa,tech
2022-11-24 12:00:26 +00:00
http:
2022-11-24 12:00:26 +00:00
- method: GET
path:
2022-11-25 13:10:34 +00:00
- "{{BaseURL}}:9182"
2022-11-24 12:00:26 +00:00
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