https://auth.lol/

Submitted URL:
https://auth.lol/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 6 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>:)</title>
    <link rel="icon" href="./static/favicon.ico">
    <link rel="apple-touch-icon" href="./static/apple-touch-icon.png">
    <link rel="stylesheet" href="./static/index.css">
    <script type="text/javascript" src="./static/script.js"></script>
</head>
<body class="main">
    <audio id="tune" loop=""></audio>
    <div class="bg"></div>
    <div class="center">
        <img src="./static/auth.lol.glow.png" class="artwork">
        <div class="framed">
            <img src="./static/frame_left.png">
            <span>
                <a href="tg://resolve?domain=auth1337">t.me/auth1337</a><br>
                <a href="./public.key">GPG KEY</a><br>
                <a href="https://auth.lol/ida">IDA pro</a><br>
                <a href="https://auth.lol/binja">binaryNINJA</a>
            </span>
            <img src="./static/frame_right.png">
        </div>
        <!--<a href="https://auth.lol/static/the_end.png">watch the enthusiasm fly high, but then drag you down into the dark abyss</a>-->
    </div>
   <div id="flyaway"></div>
    <div class="marqueecontainer" onclick="music()" onwheel="volume(event)">
        <pre>|</pre><marquee id="marquee" scrollamount="8">♪ click to play ♪</marquee><pre>|</pre>
    </div>


</body></html>