nuclei-templates/technologies/tileserver-gl.yaml

42 lines
1016 B
YAML

id: tileserver-gl
info:
name: TileServer GL Page - Detect
author: DhiyaneshDK
severity: info
description: TileServer GL page was detected.
reference:
- https://www.exploit-db.com/ghdb/7296
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
shodan-query: http.title:"TileServer GL - Server for vector and raster maps with GL styles"
google-query: intitle:"TileServer GL - Server for vector and raster maps with GL styles"
tags: tech,tileserver,edb
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>TileServer GL - Server for vector and raster maps with GL styles</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Powered by TileServer GL \(([a-z- 0-9.]+)\)'
# Enhanced by md on 2023/03/15