Apple HttpServer Detect
ID: apple-httpserver
Severity: info
Author: pikpikcu
Tags: tech,apple,httpserver
Description
Section titled “Description”YAML Source
Section titled “YAML Source”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: 490a004630440220230b8707a9300ba381d9b4c6a6d337b3ab269383f28b3acea3bc603e0b92a328022003810ead4f12eb2827c07816d6d9a5fb094b6d66751881da074321dac69dfe9b:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/apple-httpserver.yaml"