nuclei-templates/technologies/weblogic-detect.yaml

27 lines
451 B
YAML

id: weblogic-detect
info:
name: Detect Weblogic
author: pdteam
severity: info
metadata:
shodan-query: product:"Oracle Weblogic"
tags: tech,weblogic
requests:
- 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