Oracle HTTPServer12c
ID: oracle-httpserver12c
Severity: info
Author: tess,dhiyaneshDK
Tags: tech,oracle,httpserver
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: oracle-httpserver12c
info: name: Oracle HTTPServer12c author: tess,dhiyaneshDK severity: info metadata: verified: true max-request: 1 shodan-query: http.html:"Oracle HTTP Server" tags: tech,oracle,httpserver
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word part: body words: - '<title>Oracle HTTP Server 12c</title>'
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4a0a0047304502210099eb0747b029cad5ef335e9869116b69601db8536f50eef83475977b663d628f022071e14e6d51d60236454c6ac76cd2cc82503a93598fd0a8d7816dcefe57681598: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/oracle-httpserver-12c.yaml"