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

24 lines
528 B
YAML
Raw Normal View History

2021-09-14 17:12:29 +00:00
id: elasticsearch-sql-client-detect
info:
name: Elasticsearch SQL Client Detect
2021-09-14 17:12:29 +00:00
author: pussycat0x
severity: low
reference: https://www.shodan.io/search?query=http.title%3A%22Elasticsearch-sql+client%22
tags: elasticsearch,tech,sql
2021-09-14 17:12:29 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
2021-09-14 17:12:29 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>Elasticsearch-sql client</title>'
part: body
2021-09-14 17:12:29 +00:00
- type: status
status:
- 200