4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / exploit.html HTML
<html>
    <head>
        <script src="exploit.js"></script>
    </head>
    <body onload="exploit()">
        hi there..
        <!-- <input type="button" value="Exploit me" onclick="exploit()"> -->
    </body>
</html>