Closed
Description
Summary
While doing a CTF challenge, I was using cyber chef to encode a XSS javascript payload. When I put it through the text encoding brute force, alerts were displayed caused by the script.
Example
My input was <script>alert('XSS')</script> and when I added the brute force encoding multiple alerts popped up.