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

27 lines
424 B
YAML
Raw Normal View History

2021-08-23 13:54:22 +00:00
id: owasp-juice-shop-detect
info:
name: OWASP Juice Shop
author: pikpikcu
severity: info
2022-07-04 08:58:23 +00:00
metadata:
fofa-query: title="OWASP Juice Shop"
2021-08-23 13:54:22 +00:00
tags: tech,owasp
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>OWASP Juice Shop</title>"
- type: status
status:
- 200