nuclei-templates/http/technologies/owasp-juice-shop-detected.yaml

28 lines
439 B
YAML

id: owasp-juice-shop-detect
info:
name: OWASP Juice Shop
author: pikpikcu
severity: info
metadata:
max-request: 1
fofa-query: title="OWASP Juice Shop"
tags: tech,owasp
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>OWASP Juice Shop</title>"
- type: status
status:
- 200