29 lines
633 B
YAML
29 lines
633 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
|
|
|
|
# digest: 4a0a00473045022045e7270140861775489cb1efeffb33762cce2d65b1e98bb549596f926ca9e4c7022100974d1b512297d0c18e962db2b88a6bfd5aa512619e93f148eea18e07cb1a25dd:922c64590222798bb761d5b6d8e72950
|