2022-09-08 13:28:46 +00:00
|
|
|
id: elasticsearch-sql-client-detect
|
|
|
|
|
|
|
|
info:
|
2022-10-19 21:11:27 +00:00
|
|
|
name: Elasticsearch - SQL Client Detection
|
2022-09-08 13:28:46 +00:00
|
|
|
author: pussycat0x
|
|
|
|
severity: low
|
2022-10-19 21:11:27 +00:00
|
|
|
description: Elasticsearch detected SQL client.
|
2022-09-08 13:28:46 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.title:"Elasticsearch-sql client"
|
|
|
|
tags: elasticsearch,tech,sql
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>Elasticsearch-sql client</title>'
|
|
|
|
part: body
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-10-19 21:11:27 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/10/12
|