2021-09-26 08:35:09 +00:00
|
|
|
id: tileserver-gl
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: TileServer GL
|
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: info
|
|
|
|
reference: https://www.exploit-db.com/ghdb/7296
|
|
|
|
metadata:
|
2021-10-22 17:53:25 +00:00
|
|
|
shodan-query: http.title:"TileServer GL - Server for vector and raster maps with GL styles"
|
2021-09-27 11:47:24 +00:00
|
|
|
google-dork: intitle:"TileServer GL - Server for vector and raster maps with GL styles"
|
|
|
|
tags: tech
|
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.]+)\)'
|