nuclei-templates/http/technologies/shopizer-detect.yaml

27 lines
435 B
YAML

id: shopizer-detect
info:
name: Shopizer Detection
author: pikpikcu
severity: info
tags: tech,shopizer
metadata:
max-request: 2
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/shop/"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'Powered by <a href="http://www.shopizer.com"'
part: body