Files
nuclei-templates/technologies/tileserver-gl.yaml
sullo 0126f9426e Replace google-dork with google-query in all templates (#5328)
* dos2unix to standardize line endings

* Replace google-dork with google-query
2022-09-09 04:09:14 +05:30

35 lines
801 B
YAML

id: tileserver-gl
info:
name: TileServer GL
author: DhiyaneshDK
severity: info
reference:
- https://www.exploit-db.com/ghdb/7296
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.]+)\)'