Create addonfinance-portal.yaml
parent
f15c312291
commit
8f09f02d75
|
@ -0,0 +1,28 @@
|
|||
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
|
Loading…
Reference in New Issue