26 lines
448 B
YAML
26 lines
448 B
YAML
id: owasp-juice-shop-detect
|
|
|
|
info:
|
|
name: OWASP Juice Shop
|
|
author: pikpikcu
|
|
severity: info
|
|
tags: tech,owasp
|
|
reference: https://fofa.so/result?qbase64=dGl0bGU9Ik9XQVNQIEp1aWNlIFNob3Ai
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>OWASP Juice Shop</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|