Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technion/reactxss
An XSS smoke test for ReactJS
https://github.com/technion/reactxss
Last synced: 2 months ago
JSON representation
An XSS smoke test for ReactJS
- Host: GitHub
- URL: https://github.com/technion/reactxss
- Owner: technion
- License: bsd-2-clause
- Created: 2015-08-19T05:00:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T08:23:07.000Z (about 2 years ago)
- Last Synced: 2023-03-22T19:33:01.997Z (almost 2 years ago)
- Language: TypeScript
- Size: 479 KB
- Stars: 38
- Watchers: 2
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Modernised Edition
------------------
Now builds with Webpack, and compiles under Typescript.The only configured build is a React development build. Since this is not a production tool, this is intended.
Deployment and test
------------------Share the dist/ directory utilising any popular web server. To build the latest exploit list:
wget https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet
./extract.rb > dist/sploits.jsonTo build the javascript:
npm install
webpackDeployment to my server:
npm run deploy
More information
----------------See this blog post:
[https://lolware.net/2015/08/19/reactjs-xss-testing.html](https://lolware.net/2015/08/19/reactjs-xss-testing.html)