mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 09:43:40 +08:00
Update and rename oracle-httpserver12c-files.yaml to oracle-httpserver12c.yaml
This commit is contained in:
31
technologies/oracle-httpserver12c.yaml
Normal file
31
technologies/oracle-httpserver12c.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
id: oracle-httpserver12c
|
||||
|
||||
info:
|
||||
name: Oracle HTTPServer12c
|
||||
author: tess
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"Oracle HTTP Server"
|
||||
tags: tech,oracle,httpserver
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Oracle HTTP Server 12c"
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
Reference in New Issue
Block a user