40 lines
1011 B
YAML
40 lines
1011 B
YAML
id: smartstore-detect
|
|
|
|
info:
|
|
name: SmartStore Detect
|
|
author: princechaddha
|
|
severity: info
|
|
reference:
|
|
- https://github.com/smartstore/SmartStoreNET
|
|
classification:
|
|
cpe: cpe:2.3:a:smartstore:smartstore:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: smartstore
|
|
product: smartstore
|
|
shodan-query: http.html:'content="Smartstore'
|
|
tags: tech,smartstore,oss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '<meta name="generator" content="Smartstore (.*)" />'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<meta name="generator" content="Smartstore (.*)" />'
|
|
# digest: 4b0a004830460221008479d660eeb545bb024a0517487d2721b6d9548be86afd9f52c415da6293e4b4022100ac53cc4e148fd2b04444fba06730f47019290f71bf353688a523cd3323b8c004:922c64590222798bb761d5b6d8e72950 |