dddd/config/pocs/nuclei-templates/http/technologies/elasticsearch-sql-client-detect.yaml
SleepingBag945 01e7d0b159 dddd
2023-08-18 08:55:46 +02:00

28 lines
553 B
YAML
Executable File

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