Create shopizer-detect.yaml
parent
d39ba8391e
commit
468d4277e8
|
@ -0,0 +1,23 @@
|
|||
id: shopizer-detect
|
||||
|
||||
info:
|
||||
name: Shopizer Detection
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
tags: tech,shopizer
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/shop/"
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'Powered by <a href="http://www.shopizer.com"'
|
Loading…
Reference in New Issue