35 lines
765 B
YAML
35 lines
765 B
YAML
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: 490a0046304402202882022dbc4fc6b994c98a7e5e79a0360a0ab0361aac3992aa0abe10e1b8d98c02204c3a92802e7799e11c0b528625af448c92f453687e81a7b5a9531b5ccb352ea7:922c64590222798bb761d5b6d8e72950
|