25 lines
408 B
YAML
25 lines
408 B
YAML
id: shopizer-detect
|
|
|
|
info:
|
|
name: Shopizer Detection
|
|
author: pikpikcu
|
|
severity: info
|
|
tags: tech,shopizer
|
|
|
|
requests:
|
|
- 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
|