Update tileserver-gl.yaml

patch-1
Prince Chaddha 2021-09-27 17:17:24 +05:30 committed by GitHub
parent 40d54d1f3d
commit 1a2c4d709e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -5,9 +5,10 @@ info:
author: DhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/7296
tags: tech
metadata:
shodan-dork: http.title:"TileServer GL - Server for vector and raster maps with GL styles"
google-dork: intitle:"TileServer GL - Server for vector and raster maps with GL styles"
tags: tech
requests:
- method: GET
@ -23,3 +24,10 @@ requests:
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Powered by TileServer GL \(([a-z- 0-9.]+)\)'