27 lines
463 B
YAML
27 lines
463 B
YAML
|
id: microfocus-filr-panel
|
||
|
|
||
|
info:
|
||
|
name: Micro Focus Filr Panel
|
||
|
author: ritikchaddha
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: http.html:"Micro Focus Filr"
|
||
|
tags: panel,microfocus,filr
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/filr/login"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "Micro Focus Filr"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 404
|