Add files via upload

patch-2
Dominique RIGHETTO 2024-05-26 16:54:24 +02:00 committed by GitHub
parent 9afec19a5e
commit 33e3a5b28c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 2 deletions

View File

@ -2,7 +2,7 @@ id: microfocus-filr-panel
info: info:
name: Micro Focus Filr Login Panel - Detect name: Micro Focus Filr Login Panel - Detect
author: ritikchaddha author: ritikchaddha,righettod
severity: info severity: info
description: Micro Focus Filr login panel was detected. description: Micro Focus Filr login panel was detected.
classification: classification:
@ -21,6 +21,9 @@ http:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/filr/login" - "{{BaseURL}}/filr/login"
- "{{BaseURL}}/login"
stop-at-first-match: true
matchers-condition: and matchers-condition: and
matchers: matchers:
@ -28,8 +31,18 @@ http:
part: body part: body
words: words:
- "Micro Focus Filr" - "Micro Focus Filr"
- "Filr Appliance"
condition: or
- type: status - type: status
status: status:
- 404 - 404
# digest: 4b0a00483046022100b581b8f63993790bf5a89f8c413281bb7065e031741d55cbca6849a4511328dc0221008e321e620f27ae94c13f9efad92bd5ccb0cfa5e81008e38c80e2eb5620ac4b01:922c64590222798bb761d5b6d8e72950 - 200
condition: or
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)\s+([0-9-]+)\s+Micro\s+Focus'