nuclei-templates/http/technologies/smartstore-detect.yaml

37 lines
695 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 (.*)" />'