38 lines
889 B
YAML
38 lines
889 B
YAML
id: smartstore-detect
|
|
|
|
info:
|
|
name: SmartStore Detect
|
|
author: princechaddha
|
|
severity: info
|
|
reference:
|
|
- https://github.com/smartstore/SmartStoreNET
|
|
metadata:
|
|
max-request: 1
|
|
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: 4a0a00473045022018a8bf80686d606487628b98a556864708b3e41d09ac2125c7b49dd65a7ce794022100f9709ab85ec5ebe2358b9f3bb10818003a36e06d2e1efcc8639d6f6b1c15df0d:922c64590222798bb761d5b6d8e72950
|