Skip to content

Vertex Tax Installer Panel - Detect

ID: vertex-tax-panel

Severity: info

Author: ritikchaddha

Tags: panel,vertex

Vertex Tax Installer panel was detected.

id: vertex-tax-panel
info:
name: Vertex Tax Installer Panel - Detect
author: ritikchaddha
severity: info
description: Vertex Tax Installer panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.html:"Vertex Tax Installer"
tags: panel,vertex
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Vertex Tax Installer'
- type: status
status:
- 200
# digest: 4a0a00473045022100a3e752edb4478eeb4497c2be00936bb73eb8800eb93eb90b8c2b7e46d96acacf022053d25ac675f4fd2b75852fdbfcca42b0bdd0862200ee5c6b127a867b01f3d7f0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/vertex-tax-panel.yaml"

View on Github