Create freeipa-panel.yaml

patch-1
Dhiyaneshwaran 2023-02-16 16:59:25 +05:30 committed by GitHub
parent b391f8086a
commit 7acacd0633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: freeipa-panel
info:
name: FreeIPA Identity Management Panel
author: DhiyaneshDk
severity: info
metadata:
verified: "true"
shodan-query: html:"FreeIPA"
tags: panel,login,freeipa
requests:
- method: GET
path:
- '{{BaseURL}}/ipa/ui/'
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Identity Management'
- 'freeipa'
condition: and
- type: status
status:
- 200