https://github.com/azu/vue-client-side-template-injection-example
Example: Client-Side Template Injection with Vue
https://github.com/azu/vue-client-side-template-injection-example
Last synced: 5 months ago
JSON representation
Example: Client-Side Template Injection with Vue
- Host: GitHub
- URL: https://github.com/azu/vue-client-side-template-injection-example
- Owner: azu
- Created: 2019-08-08T05:31:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T08:33:08.000Z (over 2 years ago)
- Last Synced: 2025-03-30T23:05:39.376Z (6 months ago)
- Language: JavaScript
- Homepage: https://vue-client-side-template-injection-example.azu.now.sh/?name=test
- Size: 12.7 KB
- Stars: 24
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Client-Side Template Injection
An example of client-side template injection with Vue.js
## Clarification
This is not a problem with Vue itself.
For more details, see the following issue.
- [Clarification · Issue #2 · azu/vue-client-side-template-injection-example](https://github.com/azu/vue-client-side-template-injection-example/issues/2)
## Site
- https://vue-client-side-template-injection-example.azu.now.sh/?name=xxx
## Payload
XSS Payload
- https://vue-client-side-template-injection-example.azu.now.sh/?name={{this.constructor.constructor('alert("foo")')()}}