You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: