Domain lellexproducts.com
United States
OVH SAS
Software information

nginx nginx

tcp/443 tcp/80

  • Open service 2604:2dc0:200:1981::1:443 · www.lellexproducts.com

    2026-01-10 17:29

    HTTP/1.1 403 Forbidden
    Server: nginx
    Date: Sat, 10 Jan 2026 17:29:15 GMT
    Content-Type: text/html
    Content-Length: 3498
    Connection: close
    ETag: "66c3689b-daa"
    x-ray: wn49501:0.000/
    
    Page title: 403 Forbidden - nginx
    
    <!doctype html>
    <html>
    <head>
        <title>403 Forbidden - nginx</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width">
        <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
        <style>
            body, html {
                height: 100%;
                margin: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f1f4f5;
                color: #37474f;
                font-family: 'Open Sans', sans-serif;
            }
            .container {
                display: flex;
                width: 535px;
            }
            .container-code{
                min-width: 250px;
                text-align: center;
            }
            .container-text {
                min-width: 250px;
                padding-left: 20px;
            }
            .error_code {
                display: block;
                font-size: 92px;
                font-weight: 700;
                margin-top: -25px;
            }
            .error_brief {
                display: block;
                font-size: 18px;
                font-weight: 700;
                margin-bottom: 15px;
            }
            .help_button {
                background-color: #399bff;
                color: #fff;
                margin-top: 15px;
                font-size: 14px;
                padding: 7px 20px 7px 20px;
                border: none;
                border-radius: 3px;
                vertical-align: middle;
                cursor: pointer;
            }
            #fix_details {
                margin-top: 20px;
                visibility: hidden;
                transition: visibility 0.3s, opacity 0.3s linear;
            }
    
            @media (max-width: 768px) {
                .container {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                }
                .container-text{
                    padding: 30px;
                    text-align: center;
                    min-width: auto;
                }
                .container-code{
                    min-width: auto;
                    text-align: center;
                    margin-top: 100px;
                }
            }
        </style>
    </head>
    <body>
    <script>
        function toggleHelp() {
            document.getElementById("fix_details").style.visibility = 'visible';
            document.getElementById("fix_details").style.opacity = '1';
    
            document.querySelectorAll('.hide-help').forEach(function (el){
                if (undefined !== el){
                    el.style.display = 'none';
                }
            });
        }
    </script>
    <div class="container">
        <div class="container-code">
            <span class="error_code">403</span>
            <span class="error_description">Forbidden</span>
        </div>
    
        <div class="container-text">
            <span class="error_brief">В доступі відмовлено</span>
            <span class="error_detail">Можливо, не завантажений індексний файл або неправильно вказані права для нього.</span>
            <br class="hide-help"/>
            <input type="button" value="Як це виправити?" class="help_button hide-help" onclick="toggleHelp()">
    
            <div id="fix_details">
                Якщо Ви адміністратор сайту, виправити цю помилку допоможе стаття
                <a href="https://www.ukraine.com.ua/wiki/hosting/errors/403/">Помилка 403 Forbidden</a> в нашій довідці.
            </div>
        </div>
    </body>
    </html>
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 51.81.185.129:443 · lellexproducts.com

    2026-01-10 17:29

    HTTP/1.1 429 Too Many Requests
    Server: nginx
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Methods: GET,POST
    Access-Control-Allow-Headers: set-cookie,cache-control,content-type
    Set-Cookie: __slsid=37452d08ba53b59db2c554ca5d170fa6cdf5b34ad4d3ddc188f23a1b4f494a6b; Path=/; Expires=Sat, 10 Jan 2026 17:39:15 GMT; HttpOnly; Secure; SameSite=None
    Set-Cookie: __pq=1768066155944; Max-Age=3600; Path=/; HttpOnly; Secure; SameSite=None
    x-ray: wn49501:0.390/
    X-Cache-Status: MISS/PRIVATE
    Date: Sat, 10 Jan 2026 17:29:16 GMT
    Cache-Control: max-age=0, no-cache, no-store
    X-Page-Speed: on
    
    Page title: Захищена сторінка
    
    <!DOCTYPE html>
    <html lang="uk">
    <head>
        <title>Захищена сторінка</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="robots" content="noindex,nofollow">
        <meta name="viewport" content="width=device-width">
    	<style>
            body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d}
            #container {height: 100vh;width: 100%;}
            #noscript {font-family: sans-serif;text-align: center;}
            #noscript p {font-size: 140%;margin-top: 100px;}
    
            #error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;}
            #error_message{width: 40%;}
    
            .link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px}
            .link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em}
            .link>a:hover {color: #4b4b4b;text-decoration: underline}
    
            .loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
            .loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
            .loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
            .loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
            @-webkit-keyframes spin { 0%   {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
            @keyframes spin { 0%   {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
    	</style>
    </head>
    <body>
    <div id="container">
        <div class="loader"><div></div></div>
        <div class="link">
            <span>захищено </span><a href="https://adm.tools" target="_blank">adm.tools</a>
        </div>
        <div id="noscript">
            <noscript>
                <p>Щоб переглянути сайт, увімкніть JavaScript у своєму браузері</p>
    
                <strong>Навіщо включати JavaScript?</strong><br/>
                <span>З вашої IP-адреси було зафіксовано діяльність шкідливих програм. Увімкнення JavaScript дозволить нам переконатися, що запит зроблено людиною, і відобразити сторінку на сайті.</span>
            </noscript>
    
            <div id="error">
                <span id="error_message"></span>
            </div>
        </div>
    </div>
    <script>
    	function show_error(message) {
    		document.querySelector('.loader').style.display = 'none';
    		document.querySelector('#error_message').innerHTML = message;
    	}
    
    	function run() {
    		var cookieEnabled = navigator.cookieEnabled;
    		
    		if (cookieEnabled === false) {
    			document.cookie = "cookietest=1";
    			cookieEnabled = document.cookie.indexOf('cookietest') !== -1
    			document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
    			
    			if(cookieEnabled === false) {
    				show_error('З вашої IP-адреси було зафіксовано діяльність шкідливих програм. Увімкнення Cookie дозволить нам переконатися, що запит зроблено людиною, і відобразити сторінку на сайті.');
    				return;
    			}
    		}
    		
    		var
    			xhr = new XMLHttpRequest(),
    			form = new FormData();
    
    		form.append('___ack',
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2604:2dc0:200:1981::1:80 · www.lellexproducts.com

    2026-01-10 17:29

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 17:29:16 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://www.lellexproducts.com/
    x-ray: wn49501:0.000/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 51.81.185.129:80 · lellexproducts.com

    2026-01-10 17:29

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 17:29:15 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://lellexproducts.com/
    x-ray: wn49501:0.000/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2604:2dc0:200:1981::1:80 · lellexproducts.com

    2026-01-10 17:29

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 17:29:15 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://lellexproducts.com/
    x-ray: wn49501:0.000/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 51.81.185.129:443 · www.lellexproducts.com

    2026-01-10 17:29

    HTTP/1.1 403 Forbidden
    Server: nginx
    Date: Sat, 10 Jan 2026 17:29:16 GMT
    Content-Type: text/html
    Content-Length: 3498
    Connection: close
    ETag: "66c3689b-daa"
    x-ray: wn49501:0.000/
    
    Page title: 403 Forbidden - nginx
    
    <!doctype html>
    <html>
    <head>
        <title>403 Forbidden - nginx</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width">
        <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
        <style>
            body, html {
                height: 100%;
                margin: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f1f4f5;
                color: #37474f;
                font-family: 'Open Sans', sans-serif;
            }
            .container {
                display: flex;
                width: 535px;
            }
            .container-code{
                min-width: 250px;
                text-align: center;
            }
            .container-text {
                min-width: 250px;
                padding-left: 20px;
            }
            .error_code {
                display: block;
                font-size: 92px;
                font-weight: 700;
                margin-top: -25px;
            }
            .error_brief {
                display: block;
                font-size: 18px;
                font-weight: 700;
                margin-bottom: 15px;
            }
            .help_button {
                background-color: #399bff;
                color: #fff;
                margin-top: 15px;
                font-size: 14px;
                padding: 7px 20px 7px 20px;
                border: none;
                border-radius: 3px;
                vertical-align: middle;
                cursor: pointer;
            }
            #fix_details {
                margin-top: 20px;
                visibility: hidden;
                transition: visibility 0.3s, opacity 0.3s linear;
            }
    
            @media (max-width: 768px) {
                .container {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                }
                .container-text{
                    padding: 30px;
                    text-align: center;
                    min-width: auto;
                }
                .container-code{
                    min-width: auto;
                    text-align: center;
                    margin-top: 100px;
                }
            }
        </style>
    </head>
    <body>
    <script>
        function toggleHelp() {
            document.getElementById("fix_details").style.visibility = 'visible';
            document.getElementById("fix_details").style.opacity = '1';
    
            document.querySelectorAll('.hide-help').forEach(function (el){
                if (undefined !== el){
                    el.style.display = 'none';
                }
            });
        }
    </script>
    <div class="container">
        <div class="container-code">
            <span class="error_code">403</span>
            <span class="error_description">Forbidden</span>
        </div>
    
        <div class="container-text">
            <span class="error_brief">В доступі відмовлено</span>
            <span class="error_detail">Можливо, не завантажений індексний файл або неправильно вказані права для нього.</span>
            <br class="hide-help"/>
            <input type="button" value="Як це виправити?" class="help_button hide-help" onclick="toggleHelp()">
    
            <div id="fix_details">
                Якщо Ви адміністратор сайту, виправити цю помилку допоможе стаття
                <a href="https://www.ukraine.com.ua/wiki/hosting/errors/403/">Помилка 403 Forbidden</a> в нашій довідці.
            </div>
        </div>
    </body>
    </html>
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 51.81.185.129:80 · www.lellexproducts.com

    2026-01-10 17:29

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 17:29:15 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://www.lellexproducts.com/
    x-ray: wn49501:0.000/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2604:2dc0:200:1981::1:443 · lellexproducts.com

    2026-01-10 17:29

    HTTP/1.1 429 Too Many Requests
    Server: nginx
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Methods: GET,POST
    Access-Control-Allow-Headers: set-cookie,cache-control,content-type
    Set-Cookie: __slsid=964695b7cbade5ce55d5fde036e877895136c821f6a6ea1850401ff52ce33190; Path=/; Expires=Sat, 10 Jan 2026 17:39:16 GMT; HttpOnly; Secure; SameSite=None
    Set-Cookie: __pq=1768066156642; Max-Age=3600; Path=/; HttpOnly; Secure; SameSite=None
    x-ray: wn49501:0.390/
    X-Cache-Status: MISS/PRIVATE
    Date: Sat, 10 Jan 2026 17:29:16 GMT
    Cache-Control: max-age=0, no-cache, no-store
    X-Page-Speed: on
    
    Page title: Захищена сторінка
    
    <!DOCTYPE html>
    <html lang="uk">
    <head>
        <title>Захищена сторінка</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="robots" content="noindex,nofollow">
        <meta name="viewport" content="width=device-width">
    	<style>
            body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d}
            #container {height: 100vh;width: 100%;}
            #noscript {font-family: sans-serif;text-align: center;}
            #noscript p {font-size: 140%;margin-top: 100px;}
    
            #error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;}
            #error_message{width: 40%;}
    
            .link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px}
            .link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em}
            .link>a:hover {color: #4b4b4b;text-decoration: underline}
    
            .loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
            .loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
            .loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
            .loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
            @-webkit-keyframes spin { 0%   {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
            @keyframes spin { 0%   {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
    	</style>
    </head>
    <body>
    <div id="container">
        <div class="loader"><div></div></div>
        <div class="link">
            <span>захищено </span><a href="https://adm.tools" target="_blank">adm.tools</a>
        </div>
        <div id="noscript">
            <noscript>
                <p>Щоб переглянути сайт, увімкніть JavaScript у своєму браузері</p>
    
                <strong>Навіщо включати JavaScript?</strong><br/>
                <span>З вашої IP-адреси було зафіксовано діяльність шкідливих програм. Увімкнення JavaScript дозволить нам переконатися, що запит зроблено людиною, і відобразити сторінку на сайті.</span>
            </noscript>
    
            <div id="error">
                <span id="error_message"></span>
            </div>
        </div>
    </div>
    <script>
    	function show_error(message) {
    		document.querySelector('.loader').style.display = 'none';
    		document.querySelector('#error_message').innerHTML = message;
    	}
    
    	function run() {
    		var cookieEnabled = navigator.cookieEnabled;
    		
    		if (cookieEnabled === false) {
    			document.cookie = "cookietest=1";
    			cookieEnabled = document.cookie.indexOf('cookietest') !== -1
    			document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
    			
    			if(cookieEnabled === false) {
    				show_error('З вашої IP-адреси було зафіксовано діяльність шкідливих програм. Увімкнення Cookie дозволить нам переконатися, що запит зроблено людиною, і відобразити сторінку на сайті.');
    				return;
    			}
    		}
    		
    		var
    			xhr = new XMLHttpRequest(),
    			form = new FormData();
    
    		form.append('___ack',
    Found 2026-01-10 by HttpPlugin
    Create report
lellexproducts.comwww.lellexproducts.com
CN:
www.lellexproducts.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-11 16:00
Not after:
2026-02-09 16:00