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

26 lines
448 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
tags: tech,owasp
2021-08-23 19:21:51 +00:00
reference: https://fofa.so/result?qbase64=dGl0bGU9Ik9XQVNQIEp1aWNlIFNob3Ai
2021-08-23 13:54:22 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>OWASP Juice Shop</title>"
- type: status
status:
- 200