2021-09-26 08:35:09 +00:00
|
|
|
id: tileserver-gl
|
|
|
|
|
|
|
|
info:
|
2023-03-15 16:29:56 +00:00
|
|
|
name: TileServer GL Page - Detect
|
2021-09-26 08:35:09 +00:00
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: info
|
2023-03-15 16:29:56 +00:00
|
|
|
description: TileServer GL page was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/7296
|
2023-03-15 16:29:56 +00:00
|
|
|
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
|
2021-09-26 08:35:09 +00:00
|
|
|
metadata:
|
2021-10-22 17:53:25 +00:00
|
|
|
shodan-query: http.title:"TileServer GL - Server for vector and raster maps with GL styles"
|
2022-09-08 22:39:14 +00:00
|
|
|
google-query: intitle:"TileServer GL - Server for vector and raster maps with GL styles"
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: tech,tileserver,edb
|
2021-09-26 08:35:09 +00:00
|
|
|
|
|
|
|
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
|
2021-09-27 11:47:24 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'Powered by TileServer GL \(([a-z- 0-9.]+)\)'
|
2023-03-15 16:29:56 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/03/15
|