Merge pull request #6754 from projectdiscovery/freeipa-panel

Create freeipa-panel.yaml
patch-1
Ritik Chaddha 2023-02-20 23:04:58 +05:30 committed by GitHub
commit 9fb2743069
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 - Detect
author: DhiyaneshDk
severity: info
metadata:
verified: "true"
shodan-query: html:"FreeIPA"
tags: panel,login,freeipa
requests:
- 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