Create owasp-juice-shop-detected.yaml

patch-1
PikPikcU 2021-08-23 20:54:22 +07:00 committed by GitHub
parent d9ec41e2e5
commit 7656e0069b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: owasp-juice-shop-detect
info:
name: OWASP Juice Shop
author: pikpikcu
severity: info
tags: tech,owasp
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}:3000"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>OWASP Juice Shop</title>"
- type: status
status:
- 200