Skip to content

jonatansberg/reactxss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.json

To build the javascript:

npm install
node_modules/.bin/webpack

More information

See this blog post:

https://lolware.net/2015/08/19/reactjs-xss-testing.html

About

An XSS smoke test for ReactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.7%
  • Ruby 12.3%