Skip to content

AddOnFinance Portal - Detect

ID: addonfinance-portal

Severity: info

Author: ritikchaddha

Tags: panel,addon,finance,detect

AddOnFinance Portal Panel was detected.

id: addonfinance-portal
info:
name: AddOnFinance Portal - Detect
author: ritikchaddha
severity: info
description: AddOnFinance Portal Panel was detected.
metadata:
verified: "true"
max-request: 1
shodan-query: title:"AddOnFinancePortal"
tags: panel,addon,finance,detect
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'AddOnFinancePortal</title>'
- type: status
status:
- 200
# digest: 4b0a00483046022100bdb8a4b114033d5588e5fb66eea743b033c32ed2279cfcf17f3d6cc27cb4eaf5022100fa899c83b234753e5332985fd166fcd68b3418d8385cc33e7a74b78a8ea5fca3: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/addonfinance-portal.yaml"

View on Github