Merge pull request #7953 from righettod/update_oracleopera_tpl
[Oracle OPERA 5 Property Management Solutions] Add more detection criteriaspatch-1
commit
6e2b2e7b67
|
@ -1,30 +1,34 @@
|
||||||
id: oracle-opera-login
|
id: oracle-opera-login
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Oracle Opera - Login
|
name: Oracle Opera Login - Detect
|
||||||
author: DhiyaneshDK
|
author: DhiyaneshDK,righettod
|
||||||
severity: info
|
severity: info
|
||||||
classification:
|
classification:
|
||||||
cwe-id: CWE-200
|
cwe-id: CWE-200
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
verified: true
|
verified: true
|
||||||
shodan-query: title:"Oracle Opera"
|
shodan-query: title:"Oracle Opera" && html:"/OperaLogin/Welcome.do"
|
||||||
tags: panel,opera,oracle,detect
|
tags: panel,opera,oracle,detect
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
- "{{BaseURL}}/OperaLogin/Welcome.do"
|
||||||
|
|
||||||
host-redirects: true
|
host-redirects: true
|
||||||
max-redirects: 2
|
max-redirects: 2
|
||||||
|
stop-at-first-match: true
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- '<title>Oracle, OPERA</title>'
|
- '<title>Oracle, OPERA</title>'
|
||||||
|
- '<title>OPERA Login'
|
||||||
|
condition: or
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue