Skip to content

Elasticsearch - SQL Client Detection

ID: elasticsearch-sql-client-detect

Severity: low

Author: pussycat0x

Tags: elasticsearch,tech,sql

Elasticsearch detected SQL client.

id: elasticsearch-sql-client-detect
info:
name: Elasticsearch - SQL Client Detection
author: pussycat0x
severity: low
description: Elasticsearch detected SQL client.
classification:
cpe: cpe:2.3:a:elastic:elasticsearch:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: elastic
product: elasticsearch
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
# digest: 4a0a0047304502205a853951f45cba2a8aa38ea1af55f7abf38d6442f6286fb7d1b9327637dcfd42022100ed01c93b334fe1e9150ad4f1930be6b94f89794077ac4573348766087af012c9:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/elasticsearch-sql-client-detect.yaml"

View on Github