25 lines
436 B
YAML
25 lines
436 B
YAML
|
id: jamf-panel
|
||
|
|
||
|
info:
|
||
|
name: JAMF MDM Panel
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
metadata:
|
||
|
shodan-query: http.favicon.hash:1262005940
|
||
|
tags: jamf,panel,mdm
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: all
|
||
|
words:
|
||
|
- "Jamf Pro Login"
|
||
|
- "Jamf Cloud Node"
|
||
|
condition: or
|