Domain docs.artemsemkin.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3032::6815:44b:8443 · docs.artemsemkin.com

    2025-12-19 02:01

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 02:01:46 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Cookie, Accept-Language
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: sameorigin
    Content-Security-Policy: style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://www.jsdelivr.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net
    X-Content-Type-Options: nosniff
    Referrer-Policy: same-origin
    Content-Language: en
    Set-Cookie: csrftoken=gAG32Mrbdiub1oCdMKIoalrpyBrSM8JDFtHgV8vvTvnHoXzxZy3HrN7DdOKIfLKm; expires=Fri, 18 Dec 2026 02:01:46 GMT; Max-Age=31449600; Path=/; SameSite=Lax
    Server: cloudflare
    X-Turbo-Charged-By: LiteSpeed
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=16,cfOrigin;dur=865
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bCJ6Ho8acz3Uu6ugWgkVBiaPKzm0nHxmLLjaMS%2B39mzSaE6hpWHv3OflAXTJbE0mtpnNBaW47SnSxk5%2BFSwyaXYwFTefjLQn4PNOxmQPSjryVVQdufyehx3lSL9b6t5Z"}]}
    CF-RAY: 9b03505e8a3a6ba8-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title:  Login - CyberPanel 
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <style>
            .d-flex {
                display: flex;
            }
    
            .flex-column {
                flex-direction: column;
            }
    
            .justify-content-between {
                justify-content: space-between;
            }
    
            .col-login {
                height: 100vh;
                display: flex;
                flex-direction: column;
    
            }
    
            .col-login-left {
                background: rgb(51, 204, 204);
                background: -moz-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                background: -webkit-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                background: linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cccc", endColorstr="#00007a", GradientType=1);
                justify-content: space-between;
            }
    
            .form-group .input-group select.form-control,
            .form-group .input-group input.form-control,
            button.btn.btn-login {
                height: 45px;
    
            }
    
            button.btn.btn-login {
                background-color: rgb(51, 204, 204);
                box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
                transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
            }
    
            button.btn.btn-login:hover {
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            }
    
            .form-group .input-group select.form-control:focus,
            .form-group .input-group input.form-control:focus,
            button.btn.btn-login {
                border: 1px solid rgb(51, 204, 204);
            }
    
            .col-login-right {
                background: #ffffff;
                justify-content: center;
            }
    
            .col-login-right .login-wrapper {
                display: flex;
                flex-direction: column;
                justify-content: space-around;
            }
    
            a.login-changelogs {
                border-top: 1px solid #fff;
            }
    
            .login-changelogs .card {
                padding: 1em;
                background-color: #fff;
                border-radius: 8px;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
                transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
            }
    
            .login-changelogs .card:hover {
                color: rgb(51, 204, 204);
                box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.18);
            }
    
            .card-body {
                padding-left: 15px;
            }
    
            .object-fit {
                height: 100%;
                width: 100%;
                object-fit: cover;
                border-radius: 6px;
            }
    
            h4.card-learnmore {
                margin-top: 15px;
                position: relative;
                color: rgb(51, 204, 204);
                font-weight: 500;
                font-size: 1.2em;
    
            }
    
            h4.card-learnmore span {
                display: inline;
                padding-bottom: 4px;
                border-bottom: 1px solid rgb(51, 204, 204);
            }
    
            .alert.alert-danger {
                text-align: center;
                margin: 1em 2em 1em 2em;
                padding-top: 1em;
                padding-bottom: 1em;
                border: 1px solid red;
            }
    
    
            /* Loading Spinner */
            .spinner {
                margin: 0;
                width: 70px;
                height: 18px;
                margin: -35px 0 0 -9px;
                position: absolute;
                top: 50%;
                left: 50%;
                text-align: center
            }
    
            .spinner > div {
                width: 18px;
                height: 18px;
                background-color: #333;
                border-radius: 100%;
                display: inline-block;
                -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
                animation: bouncedelay 1.4s infinite ease-in-out;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both
            }
    
            .spinner .bounce1 {
                -webkit-animation-delay: -.32s;
                animation-delay: -.32s
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:83c5:8443 · docs.artemsemkin.com

    2025-12-19 02:01

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 02:01:46 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Cookie, Accept-Language
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: sameorigin
    Content-Security-Policy: style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://www.jsdelivr.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net
    X-Content-Type-Options: nosniff
    Referrer-Policy: same-origin
    Content-Language: en
    Set-Cookie: csrftoken=BaqhRPjvtUFYCdPOy25B6K8TdYep0wdOdFh3GxhhnEzY1zP1EBY19U0MnO1UTqZ1; expires=Fri, 18 Dec 2026 02:01:46 GMT; Max-Age=31449600; Path=/; SameSite=Lax
    Server: cloudflare
    X-Turbo-Charged-By: LiteSpeed
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=892
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DYoHINoK9QD34n7fU3hsW31%2Fejt%2BLXnpWN8Ynn5e5P4PS2VOZuuoQGz8%2BH0VO4jsRsseFmL1UzsOuWkE7c9KoVGkvscmZQg2BWN00ootXO0zpPD8RTzz7LhHzewdeDtR"}]}
    CF-RAY: 9b03505db8d5bb89-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title:  Login - CyberPanel 
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <style>
            .d-flex {
                display: flex;
            }
    
            .flex-column {
                flex-direction: column;
            }
    
            .justify-content-between {
                justify-content: space-between;
            }
    
            .col-login {
                height: 100vh;
                display: flex;
                flex-direction: column;
    
            }
    
            .col-login-left {
                background: rgb(51, 204, 204);
                background: -moz-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                background: -webkit-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                background: linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cccc", endColorstr="#00007a", GradientType=1);
                justify-content: space-between;
            }
    
            .form-group .input-group select.form-control,
            .form-group .input-group input.form-control,
            button.btn.btn-login {
                height: 45px;
    
            }
    
            button.btn.btn-login {
                background-color: rgb(51, 204, 204);
                box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
                transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
            }
    
            button.btn.btn-login:hover {
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            }
    
            .form-group .input-group select.form-control:focus,
            .form-group .input-group input.form-control:focus,
            button.btn.btn-login {
                border: 1px solid rgb(51, 204, 204);
            }
    
            .col-login-right {
                background: #ffffff;
                justify-content: center;
            }
    
            .col-login-right .login-wrapper {
                display: flex;
                flex-direction: column;
                justify-content: space-around;
            }
    
            a.login-changelogs {
                border-top: 1px solid #fff;
            }
    
            .login-changelogs .card {
                padding: 1em;
                background-color: #fff;
                border-radius: 8px;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
                transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
            }
    
            .login-changelogs .card:hover {
                color: rgb(51, 204, 204);
                box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.18);
            }
    
            .card-body {
                padding-left: 15px;
            }
    
            .object-fit {
                height: 100%;
                width: 100%;
                object-fit: cover;
                border-radius: 6px;
            }
    
            h4.card-learnmore {
                margin-top: 15px;
                position: relative;
                color: rgb(51, 204, 204);
                font-weight: 500;
                font-size: 1.2em;
    
            }
    
            h4.card-learnmore span {
                display: inline;
                padding-bottom: 4px;
                border-bottom: 1px solid rgb(51, 204, 204);
            }
    
            .alert.alert-danger {
                text-align: center;
                margin: 1em 2em 1em 2em;
                padding-top: 1em;
                padding-bottom: 1em;
                border: 1px solid red;
            }
    
    
            /* Loading Spinner */
            .spinner {
                margin: 0;
                width: 70px;
                height: 18px;
                margin: -35px 0 0 -9px;
                position: absolute;
                top: 50%;
                left: 50%;
                text-align: center
            }
    
            .spinner > div {
                width: 18px;
                height: 18px;
                background-color: #333;
                border-radius: 100%;
                display: inline-block;
                -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
                animation: bouncedelay 1.4s infinite ease-in-out;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both
            }
    
            .spinner .bounce1 {
                -webkit-animation-delay: -.32s;
                animation-delay: -.32s
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:44b:80 · docs.artemsemkin.com

    2025-12-19 02:01

    HTTP/1.1 302 Found
    Date: Fri, 19 Dec 2025 02:01:45 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    server: cloudflare
    x-turbo-charged-by: LiteSpeed
    location: https://docs.artemsemkin.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=feA615C1uMyzq2vVEP7wBWzXDdkjUUIWlmAe%2BIDWCcoWJ7nPrHdKzLYJoJSkw28mba4k5WqCgZumWj8K39hRoN%2BlMWeWfg%2BNKoGUEuva3Rn1im9p6JkIqbAeGvmAGXjl"}]}
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=175
    CF-RAY: 9b0350583889dba3-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved to <A HREF="%s">here</A>.</p>
    </div></div><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"2c75e6598c7c4d4fa1a1aee2f8e2c772","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body></html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:83c5:443 · docs.artemsemkin.com

    2025-12-19 02:01

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 02:01:45 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    last-modified: Sat, 27 Jan 2024 11:40:50 GMT
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=5,cfOrigin;dur=266
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ve7SR%2BiyFIE3Rjhsx2sVCbwjPfknTB9oC6feAKKnDZNua1%2F6vC09OofiNYe%2FYPGtHHHmi7kSHJuTHv%2FH30I5nqPx0NM3j2GIo1pHq%2FB8FvN3fXRil9CNG4Yg2LtjHeEI"}]}
    vary: Accept-Encoding
    Server: cloudflare
    x-turbo-charged-by: LiteSpeed
    cf-cache-status: DYNAMIC
    CF-RAY: 9b035058cc190054-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:44b:443 · docs.artemsemkin.com

    2025-12-19 02:01

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 02:01:45 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    last-modified: Sat, 27 Jan 2024 11:40:50 GMT
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=24,cfOrigin;dur=266
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FnYnLBG25nSOU0DYjF0JHt563iuwbzqvz%2Bn4Grw005P0E0suOvBF1K4IstCBtzatjeaOpd1eDos7ZIKZGSH%2Bi%2BhdAWBRftAHGywQM5BV7F%2F3GKN4rboqT%2BR55Jr6fiuQ"}]}
    vary: Accept-Encoding
    Server: cloudflare
    x-turbo-charged-by: LiteSpeed
    cf-cache-status: DYNAMIC
    CF-RAY: 9b035059c85b9b95-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:83c5:80 · docs.artemsemkin.com

    2025-12-19 02:01

    HTTP/1.1 302 Found
    Date: Fri, 19 Dec 2025 02:01:45 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    server: cloudflare
    x-turbo-charged-by: LiteSpeed
    location: https://docs.artemsemkin.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=CvfrEqwUzOsNzmNORkbZt4UlfJfdwICOdjrMawERO%2Bs3iZh1SUt4O%2F8gE5qxTSj%2BUv3IMAZmwNB4teJZyhBNJDcqFh7jFmyvHlHYra7nQ8YbV04dc1hZfmRRJoErYtfY"}]}
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=176
    CF-RAY: 9b0350583b673aa0-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved to <A HREF="%s">here</A>.</p>
    </div></div><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"2c75e6598c7c4d4fa1a1aee2f8e2c772","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body></html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 104.21.4.75:8443 · docs.artemsemkin.com

    2025-12-19 02:01

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 02:01:48 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Cookie, Accept-Language
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: sameorigin
    Content-Security-Policy: style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://www.jsdelivr.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net
    X-Content-Type-Options: nosniff
    Referrer-Policy: same-origin
    Content-Language: en
    Set-Cookie: csrftoken=l4hAU4x4EjX4lFCb8kAqJVOuvV9cDZtYOmP980yiqgIVVEcdFySegmFTqWp6RO10; expires=Fri, 18 Dec 2026 02:01:48 GMT; Max-Age=31449600; Path=/; SameSite=Lax
    Server: cloudflare
    X-Turbo-Charged-By: LiteSpeed
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=3365
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qn%2F%2B50gizqrH69gwoWzMKFCuJDs3U%2BfENzhM%2Ba0OrkxlI5xM3g%2F6hgHTeRJE3SDLbjBsuqF7Vzkh2JMhXVKkUvgQo3GagVh8Naw2qtsKbC9Y6fXO"}]}
    CF-RAY: 9b035058ab29ebb5-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title:  Login - CyberPanel 
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <style>
            .d-flex {
                display: flex;
            }
    
            .flex-column {
                flex-direction: column;
            }
    
            .justify-content-between {
                justify-content: space-between;
            }
    
            .col-login {
                height: 100vh;
                display: flex;
                flex-direction: column;
    
            }
    
            .col-login-left {
                background: rgb(51, 204, 204);
                background: -moz-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                background: -webkit-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                background: linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cccc", endColorstr="#00007a", GradientType=1);
                justify-content: space-between;
            }
    
            .form-group .input-group select.form-control,
            .form-group .input-group input.form-control,
            button.btn.btn-login {
                height: 45px;
    
            }
    
            button.btn.btn-login {
                background-color: rgb(51, 204, 204);
                box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
                transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
            }
    
            button.btn.btn-login:hover {
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            }
    
            .form-group .input-group select.form-control:focus,
            .form-group .input-group input.form-control:focus,
            button.btn.btn-login {
                border: 1px solid rgb(51, 204, 204);
            }
    
            .col-login-right {
                background: #ffffff;
                justify-content: center;
            }
    
            .col-login-right .login-wrapper {
                display: flex;
                flex-direction: column;
                justify-content: space-around;
            }
    
            a.login-changelogs {
                border-top: 1px solid #fff;
            }
    
            .login-changelogs .card {
                padding: 1em;
                background-color: #fff;
                border-radius: 8px;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
                transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
            }
    
            .login-changelogs .card:hover {
                color: rgb(51, 204, 204);
                box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.18);
            }
    
            .card-body {
                padding-left: 15px;
            }
    
            .object-fit {
                height: 100%;
                width: 100%;
                object-fit: cover;
                border-radius: 6px;
            }
    
            h4.card-learnmore {
                margin-top: 15px;
                position: relative;
                color: rgb(51, 204, 204);
                font-weight: 500;
                font-size: 1.2em;
    
            }
    
            h4.card-learnmore span {
                display: inline;
                padding-bottom: 4px;
                border-bottom: 1px solid rgb(51, 204, 204);
            }
    
            .alert.alert-danger {
                text-align: center;
                margin: 1em 2em 1em 2em;
                padding-top: 1em;
                padding-bottom: 1em;
                border: 1px solid red;
            }
    
    
            /* Loading Spinner */
            .spinner {
                margin: 0;
                width: 70px;
                height: 18px;
                margin: -35px 0 0 -9px;
                position: absolute;
                top: 50%;
                left: 50%;
                text-align: center
            }
    
            .spinner > div {
                width: 18px;
                height: 18px;
                background-color: #333;
                border-radius: 100%;
                display: inline-block;
                -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
                animation: bouncedelay 1.4s infinite ease-in-out;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both
            }
    
            .spinner .bounce1 {
                -webkit-animation-delay: -.32s;
                animation-delay: -.32s
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 172.67.131.197:8443 · docs.artemsemkin.com

    2025-12-19 02:01

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 02:01:48 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Cookie, Accept-Language
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: sameorigin
    Content-Security-Policy: style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://www.jsdelivr.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net
    X-Content-Type-Options: nosniff
    Referrer-Policy: same-origin
    Content-Language: en
    Set-Cookie: csrftoken=qVPv4QphVGmAZiO0ixJ0Lu3mlXn3naZ9JYox1jbpViRPnme0E4ZypzzJlDy2QACR; expires=Fri, 18 Dec 2026 02:01:48 GMT; Max-Age=31449600; Path=/; SameSite=Lax
    Server: cloudflare
    X-Turbo-Charged-By: LiteSpeed
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=4,cfOrigin;dur=3362
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=X3V4OCdnKuWy2LwAGNPJGyjXHhIJ5V9phdNdPzmbPiKWa7o6GWJ02xd2AvnI%2BAzxl9NXJ2QxOWUKvxfKSQbvgEQZXAQVPWMlkpTiJM%2BQNJQKZbh7"}]}
    CF-RAY: 9b035058ac6d180e-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title:  Login - CyberPanel 
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <style>
            .d-flex {
                display: flex;
            }
    
            .flex-column {
                flex-direction: column;
            }
    
            .justify-content-between {
                justify-content: space-between;
            }
    
            .col-login {
                height: 100vh;
                display: flex;
                flex-direction: column;
    
            }
    
            .col-login-left {
                background: rgb(51, 204, 204);
                background: -moz-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                background: -webkit-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                background: linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cccc", endColorstr="#00007a", GradientType=1);
                justify-content: space-between;
            }
    
            .form-group .input-group select.form-control,
            .form-group .input-group input.form-control,
            button.btn.btn-login {
                height: 45px;
    
            }
    
            button.btn.btn-login {
                background-color: rgb(51, 204, 204);
                box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
                transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
            }
    
            button.btn.btn-login:hover {
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            }
    
            .form-group .input-group select.form-control:focus,
            .form-group .input-group input.form-control:focus,
            button.btn.btn-login {
                border: 1px solid rgb(51, 204, 204);
            }
    
            .col-login-right {
                background: #ffffff;
                justify-content: center;
            }
    
            .col-login-right .login-wrapper {
                display: flex;
                flex-direction: column;
                justify-content: space-around;
            }
    
            a.login-changelogs {
                border-top: 1px solid #fff;
            }
    
            .login-changelogs .card {
                padding: 1em;
                background-color: #fff;
                border-radius: 8px;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
                transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
            }
    
            .login-changelogs .card:hover {
                color: rgb(51, 204, 204);
                box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.18);
            }
    
            .card-body {
                padding-left: 15px;
            }
    
            .object-fit {
                height: 100%;
                width: 100%;
                object-fit: cover;
                border-radius: 6px;
            }
    
            h4.card-learnmore {
                margin-top: 15px;
                position: relative;
                color: rgb(51, 204, 204);
                font-weight: 500;
                font-size: 1.2em;
    
            }
    
            h4.card-learnmore span {
                display: inline;
                padding-bottom: 4px;
                border-bottom: 1px solid rgb(51, 204, 204);
            }
    
            .alert.alert-danger {
                text-align: center;
                margin: 1em 2em 1em 2em;
                padding-top: 1em;
                padding-bottom: 1em;
                border: 1px solid red;
            }
    
    
            /* Loading Spinner */
            .spinner {
                margin: 0;
                width: 70px;
                height: 18px;
                margin: -35px 0 0 -9px;
                position: absolute;
                top: 50%;
                left: 50%;
                text-align: center
            }
    
            .spinner > div {
                width: 18px;
                height: 18px;
                background-color: #333;
                border-radius: 100%;
                display: inline-block;
                -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
                animation: bouncedelay 1.4s infinite ease-in-out;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both
            }
    
            .spinner .bounce1 {
                -webkit-animation-delay: -.32s;
                animation-delay: -.32s
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 104.21.4.75:80 · docs.artemsemkin.com

    2025-12-19 02:01

    HTTP/1.1 302 Found
    Date: Fri, 19 Dec 2025 02:01:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    server: cloudflare
    x-turbo-charged-by: LiteSpeed
    location: https://docs.artemsemkin.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=67MbVq6gp5JJxqojusNdFbv26W7XoBT9a6I43O6UZAlFSHXo156%2Fg5XYTH2lzyOkZq2%2BwJATCLu5vRXVqXrLBJ6UV6Ky%2FC8K9U9GN5qaJUhok1GR"}]}
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=14
    CF-RAY: 9b035052acb9ebbd-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved to <A HREF="%s">here</A>.</p>
    </div></div><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"2c75e6598c7c4d4fa1a1aee2f8e2c772","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body></html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 104.21.4.75:443 · docs.artemsemkin.com

    2025-12-19 02:01

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 02:01:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    last-modified: Sat, 27 Jan 2024 11:40:50 GMT
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=14
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ONXMYuilGvljPHlo2NqCqnne9BXvVO1vWQIDrggqvyYaTvoiBvqVSg7aeyjEy5HbxEDvinYryt%2FGJvqt2eAiVrfzyTzmiGoGp4xZQo0y8vWbVbNe"}]}
    vary: Accept-Encoding
    Server: cloudflare
    x-turbo-charged-by: LiteSpeed
    cf-cache-status: DYNAMIC
    CF-RAY: 9b035052dacbac57-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 172.67.131.197:443 · docs.artemsemkin.com

    2025-12-19 02:01

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 02:01:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    last-modified: Sat, 27 Jan 2024 11:40:50 GMT
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=5,cfOrigin;dur=14
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Dm%2FvxGgeVL8P%2FBXIF5QRq8a61pUP1rjnp9o%2BuYzEWSDqAnMDYMF%2FyVFTIb%2FU6MM2D6nqCHLWkSu9pTdY%2FmrOxW8NxpwwdKe7lte5iAt0JXKH8ESe"}]}
    vary: Accept-Encoding
    Server: cloudflare
    x-turbo-charged-by: LiteSpeed
    cf-cache-status: DYNAMIC
    CF-RAY: 9b035052caecb5e5-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 172.67.131.197:80 · docs.artemsemkin.com

    2025-12-19 02:01

    HTTP/1.1 302 Found
    Date: Fri, 19 Dec 2025 02:01:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    server: cloudflare
    x-turbo-charged-by: LiteSpeed
    location: https://docs.artemsemkin.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0yvBKJUgj4cnDVHlaDdhQec12sg7cwV%2ByCWNwZl3Bo7IidjOd7uOQhEZBfE2eE8j8gseX9lASIdRJw%2FNB2Jk6JjDjuzyNVcwPTZCydA1MDOC3og8"}]}
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=28,cfOrigin;dur=27
    CF-RAY: 9b035052adab3981-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved to <A HREF="%s">here</A>.</p>
    </div></div><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"2c75e6598c7c4d4fa1a1aee2f8e2c772","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body></html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
artemsemkin.com*.artemsemkin.com
CN:
artemsemkin.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-11 08:21
Not after:
2026-02-09 09:19