Create jamf-setup-assistant.yaml
parent
c930d1ab15
commit
97d8c017c5
|
@ -0,0 +1,26 @@
|
|||
id: jamf-setup-assistant
|
||||
|
||||
info:
|
||||
name: Jamf Pro Setup Assistant
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"Jamf Pro Setup"
|
||||
tags: jamf,setup,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/setupAssistant.html"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
name: node
|
||||
words:
|
||||
- "Jamf Pro Setup Assistant"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue