Merge pull request #3864 from idealphase/master

Updated jamf-panel.yaml
patch-1
Sandeep Singh 2022-03-08 23:40:28 +05:30 committed by GitHub
commit d616af75e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,7 @@ id: jamf-panel
info: info:
name: JAMF MDM Panel name: JAMF MDM Panel
author: pdteam author: pdteam,idealphase
severity: info severity: info
metadata: metadata:
shodan-query: http.favicon.hash:1262005940 shodan-query: http.favicon.hash:1262005940
@ -22,4 +22,11 @@ requests:
words: words:
- "Jamf Pro Login" - "Jamf Pro Login"
- "Jamf Cloud Node" - "Jamf Cloud Node"
condition: or condition: or
extractors:
- type: regex
part: body
group: 1
regex:
- '<meta name=\"version\" content=\"(.*)\">'