https://anthelion.me/login.php

Submitted URL:
https://anthelion.meRedirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 27 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

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
html_entity_decodefunction
get_sizefunction
ratiofunction
save_messagefunction
authkeyundefined

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
verbosedom
URL
https://anthelion.me/login.php
Text
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
warningother
URL
https://anthelion.me/static/functions/jquery.js?v=1717726703
Text
jQuery.Deferred exception: Cannot read properties of undefined (reading 'attributes') TypeError: Cannot read properties of undefined (reading 'attributes') at HTMLDocument.<anonymous> (https://anthelion.me/static/functions/public.js?v=1717726703:3:84) at j (https://anthelion.me/static/functions/jquery.js?v=1717726703:1:29999) at k (https://anthelion.me/static/functions/jquery.js?v=1717726703:1:30313)

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
  <title>Login :: Anthelion</title>
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="theme-color" content="#461640">
  <link rel="shortcut icon" href="/favicon.ico?v=b13baf67ea965581f2303dc30af9ab95">
  <link rel="manifest" href="/manifest.php">
  <link href="/static/styles/public/style.css?v=1717726703" rel="stylesheet" type="text/css">
    <script src="/static/functions/jquery.js?v=1717726703" type="text/javascript" integrity="sha256-7BTiYXHj2YXAub1ScOAG5pxUEpsn9MtRXv7vtQuX3sI="></script>
    <script src="/static/functions/global.js?v=1717726703" type="text/javascript" integrity="sha256-+vIjyTZ+qZhyQrWUT03OLJzf92fDVp/kFDxPhxX7lLs="></script>
    <script src="/static/functions/ajax.class.js?v=1717726702" type="text/javascript" integrity="sha256-7a87RXa8N+LwKcD8TWIc/mzns3AzXxr+6Fz0M4qLL4s="></script>
    <script src="/static/functions/cookie.class.js?v=1717726702" type="text/javascript" integrity="sha256-pfrRltERKbnRtufZRxwVbzg5PiyGaTXWD61Zj1XbOFY="></script>
    <script src="/static/functions/storage.class.js?v=1717726703" type="text/javascript" integrity="sha256-bNphAabdI40xhaazg5hKXcXp1y2CBznK1nqHgcWUJZI="></script>
    <script src="/static/functions/public.js?v=1717726703" type="text/javascript" integrity="sha256-9WWFBmREziMfMYipGgHHAkycQpZdp8U9wK1YxjifuyY="></script>
    <script src="/static/functions/u2f.js?v=1717726703" type="text/javascript" integrity="sha256-K/NkhcjHafmX2zjMKLJbwS1qek7QBcmm5LxeN2vr3U8="></script>
</head>
<body>
<div id="head"><span>
<a href="login.php">Log in</a>
</span></div>
<div id="content">
  <table class="layout" id="maincontent">
    <tbody><tr>
      <td class="centered">
        <a href="index.php"><div id="logo"></div></a>
  <span id="no-cookies" class="hidden warning">You appear to have cookies disabled.<br><br></span>
  <noscript><span class="warning">Anthelion requires JavaScript to function properly. Please enable JavaScript in your browser.</span><br /><br /></noscript>
  <form class="auth_form" name="login" id="loginform" method="post" action="login.php">
  <table class="layout">
    <tbody><tr>
      <td colspan="2">
        <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" name="username" id="username" class="inputtext" required="required" maxlength="20" pattern="[A-Za-z0-9_?]{1,20}" autofocus="autofocus" placeholder="Username" size="40">
      </td>
    </tr>
    <tr>
      <td>
        <input type="password" name="password" id="password" class="inputtext" required="required" maxlength="307200" pattern=".{6,307200}" placeholder="Password">
      </td>
      <td>
        <input type="text" name="twofa" id="twofa" class="inputtext" maxlength="6" pattern="[0-9]{6}" inputmode="numeric" placeholder="2FA" size="6" title="Leave blank if you have not enabled 2FA">
      </td>
    </tr>
    <tr>
      <td colspan="2">
        <input type="submit" name="login" value="Log in" class="submit">
      </td>
    </tr>
  </tbody></table>
  </form>
      </td>
    </tr>
  </tbody></table>
</div>
<div id="foot">
  <span><a href="#">Anthelion</a> | <a href="#">Project Gazelle</a></span>
</div>


</body></html>