Update and rename froxlor-management-portal.yaml to froxlor-management-panel.yaml
parent
6daca3b665
commit
ebaf59cf34
|
@ -1,4 +1,4 @@
|
|||
id: froxlor-management-portal
|
||||
id: froxlor-management-panel
|
||||
|
||||
info:
|
||||
name: Froxlor Server Management Panel
|
||||
|
@ -7,21 +7,25 @@ info:
|
|||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Froxlor Server Management Panel"
|
||||
tags: panel
|
||||
tags: panel,froxlor
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Froxlor Server Management Panel</title>"
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Froxlor Server Management Panel</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue