Skip to content

Instantly share code, notes, and snippets.

@strix
Last active July 5, 2023 13:32
Show Gist options
  • Save strix/f9e19efda98c058c23db to your computer and use it in GitHub Desktop.
Save strix/f9e19efda98c058c23db to your computer and use it in GitHub Desktop.
Console log for XSS testing
(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