30 lines
673 B
YAML
30 lines
673 B
YAML
id: weblogic-detect
|
|
|
|
info:
|
|
name: Detect Weblogic
|
|
author: pdteam
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: product:"Oracle Weblogic"
|
|
tags: tech,weblogic,intrusive
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/{{randstr}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "From RFC 2068"
|
|
- "Error 404--Not Found"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 404
|
|
|
|
# digest: 4b0a00483046022100af196d0320660663bc40eba595fa79ac7d56ca2bea550df32aa43f3cc8ce4a75022100cfbcbf47021bdb2d2f58080f22b6e7e4f27ec92018b7962c3726d4fb05167f7f:922c64590222798bb761d5b6d8e72950
|