nuclei-templates/misconfiguration/installer/vertex-tax-installer-panel....

34 lines
682 B
YAML

id: vertex-tax-installer-panel
info:
name: Vertex Tax Installer Panel - Detect
author: ritikchaddha
severity: critical
description: Vertex Tax Installer panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
cvss-score: 9.4
cwe-id: CWE-284
metadata:
verified: true
shodan-query: http.html:"Vertex Tax Installer"
tags: panel,vertex
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Vertex Tax Installer'
- type: status
status:
- 200
# Enhanced by md on 2023/01/20