Skip to content

FreeIPA Identity Management Login Panel - Detect

ID: freeipa-panel

Severity: info

Author: DhiyaneshDk

Tags: panel,login,freeipa

FreeIPA Identity Management login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:freeipa:freeipa:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: freeipa
product: freeipa
shodan-query:
- html:"FreeIPA"
- http.html:"freeipa"
fofa-query: body="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
# digest: 4a0a004730450220556cf83ec58f7790696171841698825c5ae101f4819b79f4e35450cd1f58029c022100e69eb1ebae8ecebfe89184c2976d1fcb6fc3966f464ccd06b0de1be91e2570f3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/freeipa-panel.yaml"

View on Github