4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / pwn.html HTML
<!DOCTYPE html>
<html>
    <head>
        <style>
            body {
              font-family: monospace;
            }
        </style>
        <script src="ready.js"></script>
        <script src="logging.js"></script>
        <script src="shell.js"></script>
        <script src="offsets.js"></script>
        <script src="stage1.js"></script>
        <script src="stage2.js"></script>
        <script src="utils.js"></script>
        <script src="int64.js"></script>
        <script src="pwn.js"></script>
    </head>
    <body>
        Here we go...<br />
    </body>
</html>