24 lines
456 B
YAML
24 lines
456 B
YAML
|
id: oracle-http-server-12c
|
||
|
|
||
|
info:
|
||
|
name: Oracle HTTP Server 12c
|
||
|
author: dhiyaneshDK
|
||
|
severity: info
|
||
|
reference: https://www.shodan.io/search?query=http.title%3A%22Oracle+HTTP+Server+12c%22
|
||
|
tags: tech,oracle
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>Oracle HTTP Server 12c</title>'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|