Create froxlor-management-portal.yaml
parent
b971b03b1e
commit
dd396352e7
|
@ -0,0 +1,27 @@
|
|||
id: froxlor-management-portal
|
||||
|
||||
info:
|
||||
name: Froxlor Server Management Panel
|
||||
author: DhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Froxlor Server Management Panel"
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- 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