Merge pull request #2674 from pikpikcu/patch-275

Create shopizer-detect.yaml
patch-1
Prince Chaddha 2021-09-15 15:50:45 +05:30 committed by GitHub
commit 9ea30b3f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
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