4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / index.html HTML
<!-- Axel '0vercl0k' Souchet - November 19 2019 -->
<!DOCTYPE html>
<html onclick="Main('?stage1')">
    <meta http-equiv='Cache-Control' content='no-cache, no-store, must-revalidate' />
    <meta http-equiv='Pragma' content='no-cache' />
    <meta http-equiv='Expires' content='0' />
<head>
    <title>cthulhu.js</title>
    <script type='text/javascript' src='ff-toolbox.js'></script>
    <script type='text/javascript' src='cthulhu.js'></script>
    <style>
        html {
            background: url(/pics/cthulhu.png) no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 100%;
        }
    </style>
</head>
<body onload='Onload()'></body>
</html>