mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
32 lines
868 B
YAML
32 lines
868 B
YAML
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 |