https://github.com/akameco/try-xss-electron
ElectronアプリのXSSでrm -fr /を実行する
https://github.com/akameco/try-xss-electron
electron
Last synced: about 1 year ago
JSON representation
ElectronアプリのXSSでrm -fr /を実行する
- Host: GitHub
- URL: https://github.com/akameco/try-xss-electron
- Owner: akameco
- License: mit
- Created: 2016-05-21T11:38:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T13:06:51.000Z (over 8 years ago)
- Last Synced: 2025-04-03T03:51:12.733Z (about 1 year ago)
- Topics: electron
- Language: JavaScript
- Homepage: http://qiita.com/akameco/items/cc6fc949e7c9f0d1a42a
- Size: 4.88 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# try-xss-electron
> try xss!
## Download
windows, osx, linux
[download](https://github.com/akameco/try-xss-electron/releases)
## Dev
```
$ npm install
```
### Run
```
$ npm start
```
### Build
```
$ npm run build
```
## License
MIT © [akameco](http://akameco.github.io)