29 lines
541 B
YAML
29 lines
541 B
YAML
|
id: addonfinance-portal
|
||
|
|
||
|
info:
|
||
|
name: AddOnFinance Portal - Detect
|
||
|
author: ritikchaddha
|
||
|
severity: info
|
||
|
description: AddOnFinance Portal Panel was detected.
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: "true"
|
||
|
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
|