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

30 lines
521 B
YAML
Raw Normal View History

2023-02-16 11:29:25 +00:00
id: freeipa-panel
info:
2023-02-20 17:31:56 +00:00
name: FreeIPA Identity Management Panel - Detect
2023-02-16 11:29:25 +00:00
author: DhiyaneshDk
severity: info
metadata:
verified: "true"
shodan-query: html:"FreeIPA"
tags: panel,login,freeipa
http:
2023-02-16 11:29:25 +00:00
- method: GET
path:
2023-02-20 17:31:56 +00:00
- '{{BaseURL}}'
2023-02-16 11:29:25 +00:00
- '{{BaseURL}}/ipa/ui/'
2023-02-20 17:31:56 +00:00
stop-at-first-match: true
2023-02-16 11:29:25 +00:00
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
2023-02-20 17:31:56 +00:00
- "'freeipa/'"
2023-02-16 11:29:25 +00:00
- type: status
status:
- 200