https://sch8ill.de/

Submitted URL:
https://sch8ill.de/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 10 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 · 0 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 content="width=device-width, initial-scale=1.0" name="viewport">
    <title>Terminal | sch8ill.de</title>
    <link href="/static/styles.css" rel="stylesheet">
    <link href="/static/android-icon-192x192.png" rel="icon" sizes="192x192" type="image/png">
    <link href="/static/favicon-96x96.png" rel="icon" sizes="96x96" type="image/png">
    <link href="/static/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
    <link href="/static/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
    <meta content="sch8ill.de Website" name="description">
</head>
<body>
<div class="terminal">
    <div class="terminal-header">Bash Shell</div>
    <div class="terminal-body" id="terminalBody">
        <p>Linux sch8ill.de 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64</p>

        <p>The programs included with the Debian GNU/Linux system are free software;<br>
            the exact distribution terms for each program are described in the<br>
            individual files in /usr/share/doc/*/copyright.</p>

        <p>Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent<br>
            permitted by applicable law.<br>
            Last login: Tue Oct 8 17:20:35 2024 from 2a09:bac1:2380:1138::16f:95</p>
        <p>For a list of available commands, type 'help'.</p>
        <div class="input-line" id="inputLine">
            <span class="prompt">[email protected]</span><span style="font-weight: bold">:</span><span class="prompt-path">~</span><span class="prompt-suffix">$</span>
            <label for="commandInput"></label><input autofocus="" class="prompt" id="commandInput" onkeydown="handleKeyDown(event)" type="text">
        </div>
    </div>
</div>
<script src="/static/script.js"></script>


</body></html>