Update and rename froxlor-management-portal.yaml to froxlor-management-panel.yaml

patch-1
Prince Chaddha 2022-06-28 00:10:24 +05:30 committed by GitHub
parent 6daca3b665
commit ebaf59cf34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,4 @@
id: froxlor-management-portal id: froxlor-management-panel
info: info:
name: Froxlor Server Management Panel name: Froxlor Server Management Panel
@ -7,21 +7,25 @@ info:
metadata: metadata:
verified: true verified: true
shodan-query: title:"Froxlor Server Management Panel" shodan-query: title:"Froxlor Server Management Panel"
tags: panel tags: panel,froxlor
requests: requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word
words:
- "<title>Froxlor Server Management Panel</title>"
- type: word - type: word
part: header part: header
words: words:
- "text/html" - "text/html"
- type: word
words:
- "<title>Froxlor Server Management Panel</title>"
- type: status - type: status
status: status:
- 200 - 200