Last active
July 5, 2023 13:32
-
-
Save strix/f9e19efda98c058c23db to your computer and use it in GitHub Desktop.
Console log for XSS testing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
console.log('The form on this site is vulnerable <3 strix'); | |
alert('The form on this site is vulnerable <3 strix'); | |
}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment