nuclei-templates/http/technologies/elasticsearch-sql-client-de...

28 lines
553 B
YAML

id: elasticsearch-sql-client-detect
info:
name: Elasticsearch - SQL Client Detection
author: pussycat0x
severity: low
description: Elasticsearch detected SQL client.
metadata:
max-request: 1
shodan-query: http.title:"Elasticsearch-sql client"
tags: elasticsearch,tech,sql
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Elasticsearch-sql client</title>'
part: body
- type: status
status:
- 200