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:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
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
|
|
|
|
2023-04-27 04:28:59 +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
|