30 lines
731 B
YAML
30 lines
731 B
YAML
id: apple-httpserver
|
|
|
|
info:
|
|
name: Apple HttpServer Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: "AppleHttpServer"
|
|
fofa-query: app="Apple-HttpServer"
|
|
tags: tech,apple,httpserver
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "X-Apple-Jingle-Correlation-Key"
|
|
- "AppleHttpServer"
|
|
- "X-Apple-Request-UUID"
|
|
condition: or
|
|
|
|
# digest: 4a0a00473045022064d6a126bff997cdd86144d8b4617d888a0f352dd6568bfffe849bf75446ae83022100c035796ca18f693c66ae94d4da48c3d127170aa55094eb1e4100a7f438537d9c:922c64590222798bb761d5b6d8e72950
|