Files
nuclei-templates/technologies/elasticsearch-sql-client-detect.yaml
2021-09-14 22:42:29 +05:30

19 lines
446 B
YAML

id: elasticsearch-sql-client-detect
info:
name: Elasticsearch SQL Client
author: pussycat0x
severity: low
reference: app="Elasticsearch-sql" -fofa query
tags: elasticsearch,tech
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Elasticsearch-sql client</title>'
- type: status
status:
- 200