Merge pull request #5043 from projectdiscovery/oracle-test-cgi

Create oracle-test-cgi.yaml
patch-1
Prince Chaddha 2022-08-08 13:58:47 -07:00 committed by GitHub
commit 25ca0773b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: oracle-test-cgi
info:
name: Oracle Application Server test-cgi Page
author: DhiyaneshDk
severity: info
metadata:
verified: true
shodan-query: title:"Oracle Application Server"
tags: oracle,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/test-cgi"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "SERVER_SOFTWARE ="
- type: word
part: header
words:
- "text/plain"
- type: status
status:
- 200