2022-02-02 21:07:27 +00:00
|
|
|
id: smartstore-detect
|
|
|
|
|
|
|
|
info:
|
2022-02-02 21:09:14 +00:00
|
|
|
name: SmartStore Detect
|
2022-02-02 21:07:27 +00:00
|
|
|
author: princechaddha
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/smartstore/SmartStoreNET
|
2022-02-02 21:07:27 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.html:'content="Smartstore'
|
2022-03-15 19:53:37 +00:00
|
|
|
tags: tech,smartstore,oss
|
2022-02-02 21:07:27 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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 (.*)" />'
|