Domain doc.macang.pp.ua
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3035::ac43:a29d:80 · doc.macang.pp.ua

    2026-01-23 16:00

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 16:00:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://doc.macang.pp.ua/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3qeTnE0pAmO%2FquMwOu2q8dmnHzma2KuLLWhsGQb0c3259sac5w4Nb%2FHxs0NGdJcYFcWdPE3ZTiCy46SRQ1ozjyY806hT4BgTPDqken3IajD2qL%2BnuP6gamNpvY8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c2881100ccbcfd9-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 104.21.15.125:80 · doc.macang.pp.ua

    2026-01-23 16:00

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 16:00:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://doc.macang.pp.ua/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ok3U84zQLwUmWG%2FmOwO0vILk9GEAWo8Wcyn7jAtfqG5tM8Dyn33fXE20To6F%2ByR3AWTKSkIn4iauePZDQRF3cTlsRYcX9sznkktAUSJr"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c28810f882d36ab-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 104.21.15.125:443 · doc.macang.pp.ua

    2026-01-23 16:00

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 16:00:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: private
    Cache-Control: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GZIsvi7rU21LLnoituidKvE%2BENsb5t4ajTn71XA9oL%2Fo0C6E8lgMlsOiWms%2FemvehMUC41HoyxRRPldG85cQUIbg3G8uS9uJliXc8nzu3vo%3D"}]}
    vary: Accept-Encoding
    x-aspnet-version: 2.0.50727
    p3p: CP="CAO PSA OUR"
    Set-Cookie: ASP.NET_SessionId=td5cxbqfnzwl5u4514jkvsqx; path=/; HttpOnly
    x-powered-by: ASP.NET
    x-cache: MISS
    strict-transport-security: max-age=31536000
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=720
    CF-RAY: 9c2881144da36a4f-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 
    	法會系統
    
    
    
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head><title>
    	法會系統
    </title>
        <script src="script/jquery-1.4.1.js" type="text/javascript">
        
        </script>
        <style type="text/css">
            .style10
            {
                width: 354px;
            }
            .style12
            {
                height: 71px;
                width: 380px;
            }
            .style14
            {
                width: 412px;
            }
            .style15
            {
                width: 175px;
            }
            .loginVerification
            {
                width: 89px;
                height: 35px;
            }
            .style16
            {
                width: 175px;
                height: 45px;
            }
            .style17
            {
                width: 412px;
                height: 45px;
            }
            .style18
            {
                height: 10px;
                width: 380px;
            }
            .style20
            {
                height: 60px;
                width: 300px;
            }
            .style21
            {
                height: 10px;
                width: 300px;
            }
        </style>
    </head>
    <body style="height: 574px">
        <script type="text/javascript" language="JavaScript">
            //function DisplayKeyCode() { window.alert(window.event.keyCode); }
            //window.document.onkeydown = DisplayKeyCode;
            /*
            document.onkeydown = function (event) {
            var holder;
            //IE uses this
            if (window.event) {
            holder = window.event.keyCode;
            }
            //FF uses this
            else {
            holder = event.which;
            }
            alert(holder);
            //keyz(holder);
            }*/
    
            function EnterToTab(obj, e) {
                var e = (typeof event != 'undefined') ? window.event : e; // IE : Moz 
                //alert(holder);
                if (e.keyCode == 13) {
                    var ele = document.forms[0].elements;
                    for (var i = 0; i < ele.length; i++) {
                        //alert(ele[i].name);
                        /*if (obj == ele[i]) 
                        { 
                            var q = (i == ele.length - 1) ? 0 : i + 1; // if last element : if any other 
                            ele[q].focus(); break 
                        }*/
                    }
                    return false;
                }
            } 
        </script>
        <form name="form1" method="post" action="Login.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="form1">
    <div>
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEwMzU0MDQ4MDZkZDj+ZGlOo3B7U0O+G6MaXF3fT7L/" />
    </div>
    
    <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form1'];
    if (!theForm) {
        theForm = document.form1;
    }
    function __doPostBack(eventTarget, eventArgument) {
        if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
            theForm.__EVENTTARGET.value = eventTarget;
            theForm.__EVENTARGUMENT.value = eventArgument;
            theForm.submit();
        }
    }
    //]]>
    </script>
    
    
    <script src="/WebResource.axd?d=tdKw7ij_PfWtrn-cRCPA67jnnWs1_IqlUAZpHStwVZfgGW4vzVRFZeIQIZ1K76P1YHH0PzlhRg8nfniezjMaHuOPxWo1&amp;t=638314184380000000" type="text/javascript"></script>
    
    
    <script src="/WebResource.axd?d=M3FylHvSr20DllIx5pRyWDNC6KD2_I4Q9PsC_FYeLxPRFKmY6V0VqTaa645JjxpREpEHq5zcBUlATAOkg-8cJnDhfSY1&amp;t=638314184380000000" type="text/javascript"></script>
    <script type="text/javascript">
    //<![CDATA[
    function WebForm_OnSubmit() {
    if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
    return true;
    }
    //]]>
    </script>
    
    <div>
    
    	<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB" />
    	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBQK1v/DQDAKvruq2CALSxeCRDwL7iPURAv6M0J8PAiNqWmY1F
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 104.21.15.125:8443 · doc.macang.pp.ua

    2026-01-23 16:00

    HTTP/1.1 522 <none>
    Date: Fri, 23 Jan 2026 16:00:48 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=19687,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c288113eb222e33-BOM
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:a29d:8443 · doc.macang.pp.ua

    2026-01-23 16:00

    HTTP/1.1 522 <none>
    Date: Fri, 23 Jan 2026 16:00:48 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=19630,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c2881147c462ddf-BOM
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.67.162.157:80 · doc.macang.pp.ua

    2026-01-23 16:00

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 16:00:27 GMT
    Content-Length: 0
    Connection: close
    Location: https://doc.macang.pp.ua/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6WNgF0eWmqY5CEUgNaXyqx3dXuL0MdOS1CNiI8tYA9BbUQSWBhOyQuXaJ8Un3pEHq%2Bw68sk7O4VSBGGss%2BUHlsxj0dGkVgo4v2aQOvttwlY%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c28810d4bed33d5-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.67.162.157:443 · doc.macang.pp.ua

    2026-01-23 16:00

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 16:00:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: private
    Cache-Control: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gOEiwkA5LrSIAUli%2FQOLPjVI8vAi%2Fuub5Aw3tKI9Ha0Q4wu5RCX6s0GP5qsfxdQQ%2BCXLKPRgKy%2FELehettY6EatDuVTMmTmAAvZydLH9eYg%3D"}]}
    vary: Accept-Encoding
    x-aspnet-version: 2.0.50727
    p3p: CP="CAO PSA OUR"
    Set-Cookie: ASP.NET_SessionId=wfohhd55kebbl455xgo24n55; path=/; HttpOnly
    x-powered-by: ASP.NET
    x-cache: MISS
    strict-transport-security: max-age=31536000
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=925
    CF-RAY: 9c2881138f845010-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 
    	法會系統
    
    
    
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head><title>
    	法會系統
    </title>
        <script src="script/jquery-1.4.1.js" type="text/javascript">
        
        </script>
        <style type="text/css">
            .style10
            {
                width: 354px;
            }
            .style12
            {
                height: 71px;
                width: 380px;
            }
            .style14
            {
                width: 412px;
            }
            .style15
            {
                width: 175px;
            }
            .loginVerification
            {
                width: 89px;
                height: 35px;
            }
            .style16
            {
                width: 175px;
                height: 45px;
            }
            .style17
            {
                width: 412px;
                height: 45px;
            }
            .style18
            {
                height: 10px;
                width: 380px;
            }
            .style20
            {
                height: 60px;
                width: 300px;
            }
            .style21
            {
                height: 10px;
                width: 300px;
            }
        </style>
    </head>
    <body style="height: 574px">
        <script type="text/javascript" language="JavaScript">
            //function DisplayKeyCode() { window.alert(window.event.keyCode); }
            //window.document.onkeydown = DisplayKeyCode;
            /*
            document.onkeydown = function (event) {
            var holder;
            //IE uses this
            if (window.event) {
            holder = window.event.keyCode;
            }
            //FF uses this
            else {
            holder = event.which;
            }
            alert(holder);
            //keyz(holder);
            }*/
    
            function EnterToTab(obj, e) {
                var e = (typeof event != 'undefined') ? window.event : e; // IE : Moz 
                //alert(holder);
                if (e.keyCode == 13) {
                    var ele = document.forms[0].elements;
                    for (var i = 0; i < ele.length; i++) {
                        //alert(ele[i].name);
                        /*if (obj == ele[i]) 
                        { 
                            var q = (i == ele.length - 1) ? 0 : i + 1; // if last element : if any other 
                            ele[q].focus(); break 
                        }*/
                    }
                    return false;
                }
            } 
        </script>
        <form name="form1" method="post" action="Login.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="form1">
    <div>
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEwMzU0MDQ4MDZkZDj+ZGlOo3B7U0O+G6MaXF3fT7L/" />
    </div>
    
    <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form1'];
    if (!theForm) {
        theForm = document.form1;
    }
    function __doPostBack(eventTarget, eventArgument) {
        if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
            theForm.__EVENTTARGET.value = eventTarget;
            theForm.__EVENTARGUMENT.value = eventArgument;
            theForm.submit();
        }
    }
    //]]>
    </script>
    
    
    <script src="/WebResource.axd?d=tdKw7ij_PfWtrn-cRCPA67jnnWs1_IqlUAZpHStwVZfgGW4vzVRFZeIQIZ1K76P1YHH0PzlhRg8nfniezjMaHuOPxWo1&amp;t=638314184380000000" type="text/javascript"></script>
    
    
    <script src="/WebResource.axd?d=M3FylHvSr20DllIx5pRyWDNC6KD2_I4Q9PsC_FYeLxPRFKmY6V0VqTaa645JjxpREpEHq5zcBUlATAOkg-8cJnDhfSY1&amp;t=638314184380000000" type="text/javascript"></script>
    <script type="text/javascript">
    //<![CDATA[
    function WebForm_OnSubmit() {
    if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
    return true;
    }
    //]]>
    </script>
    
    <div>
    
    	<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB" />
    	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBQK1v/DQDAKvruq2CALSxeCRDwL7iPURAv6M0J8PAiNqWmY1F
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:a29d:443 · doc.macang.pp.ua

    2026-01-23 16:00

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 16:00:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: private
    Cache-Control: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FtrqXDI55k%2FwMyFVL82K3qPkhELWSm3d2fibebFZ1GSYXsL9XOYl30Rq8c3PbzTlKYjqpbDT1uB55YcfKjX7Wgkcwv6RRI%2FQOIg%2FXsGjrI0Chq%2B86pAyp6NDIxY%3D"}]}
    vary: Accept-Encoding
    x-aspnet-version: 2.0.50727
    p3p: CP="CAO PSA OUR"
    Set-Cookie: ASP.NET_SessionId=hu4wh4b35hgam5z1powjnifr; path=/; HttpOnly
    x-powered-by: ASP.NET
    x-cache: MISS
    strict-transport-security: max-age=31536000
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=5,cfOrigin;dur=554
    CF-RAY: 9c2881137a5076ed-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 
    	法會系統
    
    
    
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head><title>
    	法會系統
    </title>
        <script src="script/jquery-1.4.1.js" type="text/javascript">
        
        </script>
        <style type="text/css">
            .style10
            {
                width: 354px;
            }
            .style12
            {
                height: 71px;
                width: 380px;
            }
            .style14
            {
                width: 412px;
            }
            .style15
            {
                width: 175px;
            }
            .loginVerification
            {
                width: 89px;
                height: 35px;
            }
            .style16
            {
                width: 175px;
                height: 45px;
            }
            .style17
            {
                width: 412px;
                height: 45px;
            }
            .style18
            {
                height: 10px;
                width: 380px;
            }
            .style20
            {
                height: 60px;
                width: 300px;
            }
            .style21
            {
                height: 10px;
                width: 300px;
            }
        </style>
    </head>
    <body style="height: 574px">
        <script type="text/javascript" language="JavaScript">
            //function DisplayKeyCode() { window.alert(window.event.keyCode); }
            //window.document.onkeydown = DisplayKeyCode;
            /*
            document.onkeydown = function (event) {
            var holder;
            //IE uses this
            if (window.event) {
            holder = window.event.keyCode;
            }
            //FF uses this
            else {
            holder = event.which;
            }
            alert(holder);
            //keyz(holder);
            }*/
    
            function EnterToTab(obj, e) {
                var e = (typeof event != 'undefined') ? window.event : e; // IE : Moz 
                //alert(holder);
                if (e.keyCode == 13) {
                    var ele = document.forms[0].elements;
                    for (var i = 0; i < ele.length; i++) {
                        //alert(ele[i].name);
                        /*if (obj == ele[i]) 
                        { 
                            var q = (i == ele.length - 1) ? 0 : i + 1; // if last element : if any other 
                            ele[q].focus(); break 
                        }*/
                    }
                    return false;
                }
            } 
        </script>
        <form name="form1" method="post" action="Login.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="form1">
    <div>
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEwMzU0MDQ4MDZkZDj+ZGlOo3B7U0O+G6MaXF3fT7L/" />
    </div>
    
    <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form1'];
    if (!theForm) {
        theForm = document.form1;
    }
    function __doPostBack(eventTarget, eventArgument) {
        if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
            theForm.__EVENTTARGET.value = eventTarget;
            theForm.__EVENTARGUMENT.value = eventArgument;
            theForm.submit();
        }
    }
    //]]>
    </script>
    
    
    <script src="/WebResource.axd?d=tdKw7ij_PfWtrn-cRCPA67jnnWs1_IqlUAZpHStwVZfgGW4vzVRFZeIQIZ1K76P1YHH0PzlhRg8nfniezjMaHuOPxWo1&amp;t=638314184380000000" type="text/javascript"></script>
    
    
    <script src="/WebResource.axd?d=M3FylHvSr20DllIx5pRyWDNC6KD2_I4Q9PsC_FYeLxPRFKmY6V0VqTaa645JjxpREpEHq5zcBUlATAOkg-8cJnDhfSY1&amp;t=638314184380000000" type="text/javascript"></script>
    <script type="text/javascript">
    //<![CDATA[
    function WebForm_OnSubmit() {
    if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
    return true;
    }
    //]]>
    </script>
    
    <div>
    
    	<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB" />
    	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBQK1v/DQDAKvruq2CALSxeCRDwL7iPURAv6M0J8PAiNqWmY1F
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:f7d:80 · doc.macang.pp.ua

    2026-01-23 16:00

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 16:00:27 GMT
    Content-Length: 0
    Connection: close
    Location: https://doc.macang.pp.ua/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZAo6DNkSlZzwcoSBDnlw%2BnA8NA2HomKCO028Ielrk1bu%2BBKvJ9VTc0rF7KF3OXKIcoCPy2fDSaxoBvfIcHop8Jym%2Fb5N0xQgDus83%2BZY2DJGWB1B5jx4GJ8zao8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=23,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c28810e9e1793b7-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:f7d:8443 · doc.macang.pp.ua

    2026-01-23 16:00

    HTTP/1.1 522 <none>
    Date: Fri, 23 Jan 2026 16:00:48 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=19750,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c2881133bb544aa-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.67.162.157:8443 · doc.macang.pp.ua

    2026-01-23 16:00

    HTTP/1.1 522 <none>
    Date: Fri, 23 Jan 2026 16:00:48 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=19347,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c2881133e7ad123-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:f7d:443 · doc.macang.pp.ua

    2026-01-23 16:00

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 16:00:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: private
    Cache-Control: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=dtBPfi064ga5Hz5DvqETTaWYfgQrKlLSya06R6qU8UK%2Ffnc5j8Om1r2RnH4sKLIEkmjZ7VKbJbtN%2F7%2BnVN9SuroT6YchdRz5tx2PtA%2FZb2KEwbsX7DoTWhhCKyg%3D"}]}
    vary: Accept-Encoding
    x-aspnet-version: 2.0.50727
    p3p: CP="CAO PSA OUR"
    Set-Cookie: ASP.NET_SessionId=d4amp555ejo1on45clb5jh55; path=/; HttpOnly
    x-powered-by: ASP.NET
    x-cache: MISS
    strict-transport-security: max-age=31536000
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=926
    CF-RAY: 9c288112cef3bec6-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 
    	法會系統
    
    
    
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head><title>
    	法會系統
    </title>
        <script src="script/jquery-1.4.1.js" type="text/javascript">
        
        </script>
        <style type="text/css">
            .style10
            {
                width: 354px;
            }
            .style12
            {
                height: 71px;
                width: 380px;
            }
            .style14
            {
                width: 412px;
            }
            .style15
            {
                width: 175px;
            }
            .loginVerification
            {
                width: 89px;
                height: 35px;
            }
            .style16
            {
                width: 175px;
                height: 45px;
            }
            .style17
            {
                width: 412px;
                height: 45px;
            }
            .style18
            {
                height: 10px;
                width: 380px;
            }
            .style20
            {
                height: 60px;
                width: 300px;
            }
            .style21
            {
                height: 10px;
                width: 300px;
            }
        </style>
    </head>
    <body style="height: 574px">
        <script type="text/javascript" language="JavaScript">
            //function DisplayKeyCode() { window.alert(window.event.keyCode); }
            //window.document.onkeydown = DisplayKeyCode;
            /*
            document.onkeydown = function (event) {
            var holder;
            //IE uses this
            if (window.event) {
            holder = window.event.keyCode;
            }
            //FF uses this
            else {
            holder = event.which;
            }
            alert(holder);
            //keyz(holder);
            }*/
    
            function EnterToTab(obj, e) {
                var e = (typeof event != 'undefined') ? window.event : e; // IE : Moz 
                //alert(holder);
                if (e.keyCode == 13) {
                    var ele = document.forms[0].elements;
                    for (var i = 0; i < ele.length; i++) {
                        //alert(ele[i].name);
                        /*if (obj == ele[i]) 
                        { 
                            var q = (i == ele.length - 1) ? 0 : i + 1; // if last element : if any other 
                            ele[q].focus(); break 
                        }*/
                    }
                    return false;
                }
            } 
        </script>
        <form name="form1" method="post" action="Login.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="form1">
    <div>
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEwMzU0MDQ4MDZkZDj+ZGlOo3B7U0O+G6MaXF3fT7L/" />
    </div>
    
    <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form1'];
    if (!theForm) {
        theForm = document.form1;
    }
    function __doPostBack(eventTarget, eventArgument) {
        if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
            theForm.__EVENTTARGET.value = eventTarget;
            theForm.__EVENTARGUMENT.value = eventArgument;
            theForm.submit();
        }
    }
    //]]>
    </script>
    
    
    <script src="/WebResource.axd?d=tdKw7ij_PfWtrn-cRCPA67jnnWs1_IqlUAZpHStwVZfgGW4vzVRFZeIQIZ1K76P1YHH0PzlhRg8nfniezjMaHuOPxWo1&amp;t=638314184380000000" type="text/javascript"></script>
    
    
    <script src="/WebResource.axd?d=M3FylHvSr20DllIx5pRyWDNC6KD2_I4Q9PsC_FYeLxPRFKmY6V0VqTaa645JjxpREpEHq5zcBUlATAOkg-8cJnDhfSY1&amp;t=638314184380000000" type="text/javascript"></script>
    <script type="text/javascript">
    //<![CDATA[
    function WebForm_OnSubmit() {
    if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
    return true;
    }
    //]]>
    </script>
    
    <div>
    
    	<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB" />
    	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBQK1v/DQDAKvruq2CALSxeCRDwL7iPURAv6M0J8PAiNqWmY1F
    Found 2026-01-23 by HttpPlugin
    Create report
macang.pp.ua*.macang.pp.ua
CN:
macang.pp.ua
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-31 22:16
Not after:
2026-03-31 23:13