5585 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / index.html HTML
<!-- Axel '0vercl0k' Souchet - 28 April 2019 -->
<!DOCTYPE html>
<html>
    <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>CVE-2019-9810 PARTY</title>
    <script type='text/javascript' src='payload.js'></script>
    <script type='text/javascript' src='toolbox.js'></script>
    <script type='text/javascript' src='party.js'></script>
    <style>
     .center {
       margin: 0;
       position: absolute;
       top: 50%;
       left: 50%;
       -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
       font-family: 'Helvetica Neue', sans-serif;
       font-size: 44px;
     }

     .center:hover {
       color: #3a8acc !important;
       text-decoration: none;
       -webkit-transition: color 0.3s;
     }
    </style>
</head>
<body style='background-image:url(/pics/splash.gif)'>
    <a class='center' onclick='main(true)'>PARTY</h1>
</body>
</html>