4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / index.html HTML
<!DOCTYPE html>
<html>
    <head>
        <title>foxpwn</title>
        <style>
            body {
                font-family: monospace;
            }
        </style>
        <script src="code.js" async></script>
    </head>
    <body>
        Pwning, please wait...<br />
    </body>
</html>