Skip to content

OWASP Juice Shop

ID: owasp-juice-shop-detect

Severity: info

Author: pikpikcu

Tags: tech,owasp

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: 4b0a00483046022100d4e3cd333e9222af254d885a0b02d6d539cd0f3155ba6253f4b8122ea98223cc0221009b2f8f925b0a6f60cba916b25ac362267524ec22744dc13d4fed12593b071584:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/owasp-juice-shop-detected.yaml"

View on Github