nuclei-templates/exposed-panels/jamf-login.yaml

28 lines
449 B
YAML

id: jamf-login
info:
name: Jamf Pro Login
author: DhiyaneshDk
severity: info
metadata:
verified: true
shodan-query: title:"Jamf Pro"
tags: panel,jamf
requests:
- method: GET
path:
- '{{BaseURL}}'
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
regex:
- '<title>Jamf Pro Login(.*)</title>'
- type: status
status:
- 401