Domain projects.daewooelectronics.com.ru
Russia
LLC masterhost
Software information

Apache Apache

tcp/443

nginx nginx

tcp/80

  • Open service 90.156.201.58:443 · projects.daewooelectronics.com.ru

    2026-01-08 02:40

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 02:40:25 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: 2456
    Connection: close
    Vary: Accept-Encoding
    Server: Apache
    Set-Cookie: PHPSESSID=361732390d8db8fb38abf829dec76a5c; expires=Thu, 15 Jan 2026 02:40:25 GMT; Max-Age=604800; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    
    Page title: Vestel
    
    
    
    <!DOCTYPE html>
    <html lang="ru">
    <head>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta http-equiv="cache-control" content="no-cache">
        <meta http-equiv="pragma" content="no-cache">
    	<link rel="preconnect" href="https://fonts.googleapis.com">
    	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    	<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet">
    	<link rel="stylesheet" href="../style/style.css?"1767840025>
    	<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    	<title>Vestel</title>
    </head>
    <body>
    	<div class="verification">
    		<div class="verification-form">
    			<div class="logo">
    				<img class="img-logo" src="image/logo-red.svg">
    			</div>
    			<div class="under-logo">
    				Visual Solutions
    			</div>
    			<div class="verification-label">
    				СЕРВИС РЕГИСТРАЦИИ ПРОЕКТОВ
    			</div>
    			<div class="verification-field">
    				<label class="verification-label-input" for="email">Email</label>
    				<input class="input" type="text" name="email" id="email" autocomplete="off">
    				<label class="verification-label-input" for="password">Пароль</label>
    				<input class="input" type="password" name="password" id="password" autocomplete="off">
    			</div>
    			<div class="verification-result"></div>
    			<div class="verification-footer">
    				<button class="primary auth" disabled>Войти</button>
    				<button class="alternate reset"><a href='/reset_password.php'>Сбросить пароль</a></button>
    			</div>
    		</div>
    	</div>
    
    	<script>
    		$('.auth').click(function(){
    			const self = this;
    			//$(self).prop('disabled',true).text('Входим...');
    			$.post('/ajax/auth.php',JSON.stringify({email: $('#email').val(), password: $('#password').val()}), result => {
    				if (result.status != 'ok')
    				{
    					$('.verification-result').text(result.message);
    					$(self).prop('disabled',false).text('Войти');
    					return;
    				}
    				location.href = '/project';
    			},'json')
    		});
    
    
    		authEnable();
    		$('input').on('input',authEnable);
    
    		function authEnable() {
    			let isDisabled = false;
    			$('input').each(function(){
    				if ($(this).val().length == 0) 
    				{
    					isDisabled = true;
    				}
    			});
    			$('.auth').prop('disabled',isDisabled);
    		}
    	</script>
    </body>
    </html>
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 90.156.201.32:443 · projects.daewooelectronics.com.ru

    2026-01-08 02:40

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 02:40:25 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: 2456
    Connection: close
    Vary: Accept-Encoding
    Server: Apache
    Set-Cookie: PHPSESSID=cb661ccb4af45a1f91b27ae499f98808; expires=Thu, 15 Jan 2026 02:40:25 GMT; Max-Age=604800; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    
    Page title: Vestel
    
    
    
    <!DOCTYPE html>
    <html lang="ru">
    <head>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta http-equiv="cache-control" content="no-cache">
        <meta http-equiv="pragma" content="no-cache">
    	<link rel="preconnect" href="https://fonts.googleapis.com">
    	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    	<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet">
    	<link rel="stylesheet" href="../style/style.css?"1767840025>
    	<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    	<title>Vestel</title>
    </head>
    <body>
    	<div class="verification">
    		<div class="verification-form">
    			<div class="logo">
    				<img class="img-logo" src="image/logo-red.svg">
    			</div>
    			<div class="under-logo">
    				Visual Solutions
    			</div>
    			<div class="verification-label">
    				СЕРВИС РЕГИСТРАЦИИ ПРОЕКТОВ
    			</div>
    			<div class="verification-field">
    				<label class="verification-label-input" for="email">Email</label>
    				<input class="input" type="text" name="email" id="email" autocomplete="off">
    				<label class="verification-label-input" for="password">Пароль</label>
    				<input class="input" type="password" name="password" id="password" autocomplete="off">
    			</div>
    			<div class="verification-result"></div>
    			<div class="verification-footer">
    				<button class="primary auth" disabled>Войти</button>
    				<button class="alternate reset"><a href='/reset_password.php'>Сбросить пароль</a></button>
    			</div>
    		</div>
    	</div>
    
    	<script>
    		$('.auth').click(function(){
    			const self = this;
    			//$(self).prop('disabled',true).text('Входим...');
    			$.post('/ajax/auth.php',JSON.stringify({email: $('#email').val(), password: $('#password').val()}), result => {
    				if (result.status != 'ok')
    				{
    					$('.verification-result').text(result.message);
    					$(self).prop('disabled',false).text('Войти');
    					return;
    				}
    				location.href = '/project';
    			},'json')
    		});
    
    
    		authEnable();
    		$('input').on('input',authEnable);
    
    		function authEnable() {
    			let isDisabled = false;
    			$('input').each(function(){
    				if ($(this).val().length == 0) 
    				{
    					isDisabled = true;
    				}
    			});
    			$('.auth').prop('disabled',isDisabled);
    		}
    	</script>
    </body>
    </html>
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2a00:15f8:a000:5:1:14:8:76d:80 · projects.daewooelectronics.com.ru

    2026-01-08 02:40

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 02:40:25 GMT
    Content-Type: text/html
    Content-Length: 178
    Connection: close
    Server: nginx
    Location: https://projects.daewooelectronics.com.ru/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2a00:15f8:a000:5:1:14:8:76d:443 · projects.daewooelectronics.com.ru

    2026-01-08 02:40

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 02:40:25 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: 2456
    Connection: close
    Vary: Accept-Encoding
    Server: Apache
    Set-Cookie: PHPSESSID=269e90b2bc90d5b4abd3dc4591f94cac; expires=Thu, 15 Jan 2026 02:40:25 GMT; Max-Age=604800; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    
    Page title: Vestel
    
    
    
    <!DOCTYPE html>
    <html lang="ru">
    <head>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta http-equiv="cache-control" content="no-cache">
        <meta http-equiv="pragma" content="no-cache">
    	<link rel="preconnect" href="https://fonts.googleapis.com">
    	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    	<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet">
    	<link rel="stylesheet" href="../style/style.css?"1767840025>
    	<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    	<title>Vestel</title>
    </head>
    <body>
    	<div class="verification">
    		<div class="verification-form">
    			<div class="logo">
    				<img class="img-logo" src="image/logo-red.svg">
    			</div>
    			<div class="under-logo">
    				Visual Solutions
    			</div>
    			<div class="verification-label">
    				СЕРВИС РЕГИСТРАЦИИ ПРОЕКТОВ
    			</div>
    			<div class="verification-field">
    				<label class="verification-label-input" for="email">Email</label>
    				<input class="input" type="text" name="email" id="email" autocomplete="off">
    				<label class="verification-label-input" for="password">Пароль</label>
    				<input class="input" type="password" name="password" id="password" autocomplete="off">
    			</div>
    			<div class="verification-result"></div>
    			<div class="verification-footer">
    				<button class="primary auth" disabled>Войти</button>
    				<button class="alternate reset"><a href='/reset_password.php'>Сбросить пароль</a></button>
    			</div>
    		</div>
    	</div>
    
    	<script>
    		$('.auth').click(function(){
    			const self = this;
    			//$(self).prop('disabled',true).text('Входим...');
    			$.post('/ajax/auth.php',JSON.stringify({email: $('#email').val(), password: $('#password').val()}), result => {
    				if (result.status != 'ok')
    				{
    					$('.verification-result').text(result.message);
    					$(self).prop('disabled',false).text('Войти');
    					return;
    				}
    				location.href = '/project';
    			},'json')
    		});
    
    
    		authEnable();
    		$('input').on('input',authEnable);
    
    		function authEnable() {
    			let isDisabled = false;
    			$('input').each(function(){
    				if ($(this).val().length == 0) 
    				{
    					isDisabled = true;
    				}
    			});
    			$('.auth').prop('disabled',isDisabled);
    		}
    	</script>
    </body>
    </html>
    Found 2026-01-08 by HttpPlugin
    Create report
projects.daewooelectronics.com.ru
CN:
projects.daewooelectronics.com.ru
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-04 01:44
Not after:
2026-02-02 01:44
projects.daewooelectronics.com.ru
CN:
projects.daewooelectronics.com.ru
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-08 01:40
Not after:
2026-04-08 01:40