nuclei-templates/http/exposed-panels/freeipa-panel.yaml

36 lines
734 B
YAML

id: freeipa-panel
info:
name: FreeIPA Identity Management Login Panel - Detect
author: DhiyaneshDk
severity: info
description: FreeIPA Identity Management login panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 2
verified: true
shodan-query: html:"FreeIPA"
tags: panel,login,freeipa
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/ipa/ui/'
stop-at-first-match: true
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "'freeipa/'"
- type: status
status:
- 200