Merge pull request #7356 from projectdiscovery/addonfinance-portal
Create addonfinance-portal.yamlpatch-10
commit
43f0898963
|
@ -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