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:
|
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
|
Loading…
Reference in New Issue