nuclei-templates/technologies/apple-httpserver.yaml

27 lines
521 B
YAML
Raw Normal View History

2022-10-07 11:31:27 +00:00
id: apple-httpserver
info:
2022-10-07 12:36:45 +00:00
name: Apple HttpServer Detect
2022-10-07 11:31:27 +00:00
author: pikpikcu
severity: info
metadata:
2022-10-07 11:34:13 +00:00
verified: true
2022-10-07 11:31:27 +00:00
fofa-query: app="Apple-HttpServer"
2022-10-07 11:34:13 +00:00
shodan-query: "AppleHttpServer"
2022-10-07 11:31:27 +00:00
tags: tech,apple,httpserver
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "X-Apple-Jingle-Correlation-Key"
- "AppleHttpServer"
- "X-Apple-Request-UUID"
2022-10-07 12:36:45 +00:00
condition: or