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:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-02-02 21:07:27 +00:00
|
|
|
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
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-02-02 21:07:27 +00:00
|
|
|
- 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 (.*)" />'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022018a8bf80686d606487628b98a556864708b3e41d09ac2125c7b49dd65a7ce794022100f9709ab85ec5ebe2358b9f3bb10818003a36e06d2e1efcc8639d6f6b1c15df0d:922c64590222798bb761d5b6d8e72950
|