Domain oxfordextend.com.pk
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 104.21.72.225:80 · oxfordextend.com.pk

    2024-09-13 21:04

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 13 Sep 2024 21:04:23 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: max-age=3600
    Expires: Fri, 13 Sep 2024 22:04:23 GMT
    Location: https://oxfordextend.com.pk/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=X45LZj2mNjvysye2vbYK%2F%2F2s1%2FTVuz83uUkYVp1J8ZL4fpPAPGSmFU49%2BX5o0D5L1cQQ7XpYyqwCaYU4v2jJug4T1sYr8oAffIm2fN5nXqr1CN6yet7XTjSvaSMH429BqazKwdm3"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Server: cloudflare
    CF-RAY: 8c2b16e4ec250e08-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:bbd1:8443 · oxfordextend.com.pk

    2024-09-13 21:04

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 21:04:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=SlRsHkQ6SoHPL%2Fi%2FS90Lc9bRGBlQsIAqvVpLYetvtANkz9Hzd06k3zt4RneJbgbrNYN6cIUgfsF3iQQ4Pf%2BK0S3PCpFzfmAgf96GTOQD09PJn3SWkMxIXxoa8l1owfaw%2BbiQwmgtcJtlHGDt43MZ%2FHbL"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Server: cloudflare
    CF-RAY: 8c2b16ec1bfb911f-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Learning platform
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width,initial-scale=1" />
        <title>Learning platform</title>
        <link
          rel="icon"
          type="image/png"
          href="/images/favicon-32x32.png"
          sizes="32x32"
        />
        <link
          rel="icon"
          type="image/png"
          href="/images/favicon-16x16.png"
          sizes="16x16"
        />
        <base href="/" />
        <link rel="stylesheet" href="/global.css" />
    
        <!-- script added for turnstile captcha -->
        <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit"></script>
    
        <script src="/libs/axios.min.js"></script>
        <script src="/libs/bootstrap/js/bootstrap.bundle.min.js"></script>
    
        <link rel="stylesheet" href="/libs/bootstrap/css/bootstrap.min.css" />
        <link rel="stylesheet" href="/libs/css/mystyle.css" />
        <link rel="stylesheet" href="/libs/css/preloader.css" />
        <link rel="stylesheet" href="/css/custom.css" />
        <link rel="stylesheet" href="/css/all.css" />
        <link rel="stylesheet" href="/css/fonts.css" />
        <link rel="stylesheet" href="/css/style.css" />
        <link rel="stylesheet" href="/css/rtl-style.css" />
        <link rel="stylesheet" href="/css/mobile-style.css" />
        <link rel="stylesheet" href="/css/swiper-bundle.min.css" />
        <link rel="stylesheet" href="/css/theme-icons.css" />
        <link rel="stylesheet" href="/fonts/remixicon.css" />
        <link rel="stylesheet" href="/css/extra.css" />
        <script>
          function changeFavicon() {
            const favicons = document.querySelectorAll('link[rel="icon"]');
            const domain = window.location.hostname;
            // Example: Change favicon based on domain
            if (domain === "senf.af" || domain === "lms.senf.af") {
              // Debugging: Log when using the default favicon
              const default32x32Path = "/images/favicon-senf-32x32.png";
              const default16x16Path = "/images/favicon-senf-16x16.png";
              updateFaviconPath(favicons, default32x32Path, default16x16Path);
            } else if (
              domain === "pocketmath.21c.digital" ||
              domain === "app.21c.digital" ||
              domain === "pocket.21c.digital"
            ) {
              const default32x32Path = "/images/pocket-math-favicon-32x32.png";
              const default16x16Path = "/images/pocket-math-favicon-16x16.png";
              updateFaviconPath(favicons, default32x32Path, default16x16Path);
            } else if (domain === "pocketschool.21c.digital") {
              const default32x32Path = "/images/pocket-school-favicon-32x32.png";
              const default16x16Path = "/images/pocket-school-favicon-16x16.png";
              updateFaviconPath(favicons, default32x32Path, default16x16Path);
            }
          }
          function updateFaviconPath(favicons, path32x32, path16x16) {
            favicons.forEach((favicon) => {
              const sizes = favicon.getAttribute("sizes");
              if (sizes && sizes.includes("32x32")) {
                favicon.setAttribute("href", path32x32);
              } else if (sizes && sizes.includes("16x16")) {
                favicon.setAttribute("href", path16x16);
              }
            });
          }
          // Call the function when the page loads
          window.onload = changeFavicon;
        </script>
        <script
          type="module"
          crossorigin=""
          src="/assets/index-bb248c70.js"
        ></script>
        <link rel="stylesheet" href="/assets/index-24a9e32f.css" />
        <link rel="modulepreload" href="/assets/a11y-f4d40819.js" />
        <link rel="modulepreload" href="/assets/AboutUs-0a5bb898.js" />
        <link rel="modulepreload" href="/assets/actions-1c659c21.js" />
        <link rel="modulepreload" href="/assets/AddAdmin-4dcc35ee.js" />
        <link rel="modulepreload" href="/assets/AddCampus-bf66ec4c.js" />
        <link rel="modulepreload" href="/assets/AddClass-0aaa5520.js" />
        <link rel="modulepreload" href="/assets/AddUrlModal-ab2c4042.js" />
        <link rel="modulepreload" href="/assets/AddUser-2073139f.js" />
        <link rel="modulepreload" href="/assets/AkuebLandingShell-9247621a.js" />
        <link
          rel="modulepreload"
      
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:48e1:443 · oxfordextend.com.pk

    2024-09-13 21:04

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 21:04:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:48e1:8443 · oxfordextend.com.pk

    2024-09-13 21:04

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 21:04:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:48e1:80 · oxfordextend.com.pk

    2024-09-13 21:04

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 13 Sep 2024 21:04:23 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: max-age=3600
    Expires: Fri, 13 Sep 2024 22:04:23 GMT
    Location: https://oxfordextend.com.pk/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=oT8fnhDMMaoBuId%2FhU574djOwhJT2POfYynN1d8y%2F3QyvpBftaJlSnzIeFmQ4%2BunOM14FDcBuVeqdXtqph5NZ4kgZ%2FVxxIi86zUQ15GUVDdJcANJYhI2jMqKhCrL%2FgsXuInVMcrAWh38drAzod3F5DrX"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Server: cloudflare
    CF-RAY: 8c2b16e4ebbf71af-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 172.67.187.209:443 · oxfordextend.com.pk

    2024-09-13 21:04

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 21:04:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 104.21.72.225:8443 · oxfordextend.com.pk

    2024-09-13 21:04

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 21:04:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Pt1o%2BqFVvddxQkWFOENR1ahnLSriHmxPcpKb%2F8pSvQnQklX4tMYMQ0KevXxK3ayoG4txtPO41n8AElwW1IIHVYo%2BYHDAPMHQwcocjh1mpaDcydwzRooZwIxVulzhFwswXXSbljqJ"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Server: cloudflare
    CF-RAY: 8c2b16eeefc62ba6-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Learning platform
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width,initial-scale=1" />
        <title>Learning platform</title>
        <link
          rel="icon"
          type="image/png"
          href="/images/favicon-32x32.png"
          sizes="32x32"
        />
        <link
          rel="icon"
          type="image/png"
          href="/images/favicon-16x16.png"
          sizes="16x16"
        />
        <base href="/" />
        <link rel="stylesheet" href="/global.css" />
    
        <!-- script added for turnstile captcha -->
        <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit"></script>
    
        <script src="/libs/axios.min.js"></script>
        <script src="/libs/bootstrap/js/bootstrap.bundle.min.js"></script>
    
        <link rel="stylesheet" href="/libs/bootstrap/css/bootstrap.min.css" />
        <link rel="stylesheet" href="/libs/css/mystyle.css" />
        <link rel="stylesheet" href="/libs/css/preloader.css" />
        <link rel="stylesheet" href="/css/custom.css" />
        <link rel="stylesheet" href="/css/all.css" />
        <link rel="stylesheet" href="/css/fonts.css" />
        <link rel="stylesheet" href="/css/style.css" />
        <link rel="stylesheet" href="/css/rtl-style.css" />
        <link rel="stylesheet" href="/css/mobile-style.css" />
        <link rel="stylesheet" href="/css/swiper-bundle.min.css" />
        <link rel="stylesheet" href="/css/theme-icons.css" />
        <link rel="stylesheet" href="/fonts/remixicon.css" />
        <link rel="stylesheet" href="/css/extra.css" />
        <script>
          function changeFavicon() {
            const favicons = document.querySelectorAll('link[rel="icon"]');
            const domain = window.location.hostname;
            // Example: Change favicon based on domain
            if (domain === "senf.af" || domain === "lms.senf.af") {
              // Debugging: Log when using the default favicon
              const default32x32Path = "/images/favicon-senf-32x32.png";
              const default16x16Path = "/images/favicon-senf-16x16.png";
              updateFaviconPath(favicons, default32x32Path, default16x16Path);
            } else if (
              domain === "pocketmath.21c.digital" ||
              domain === "app.21c.digital" ||
              domain === "pocket.21c.digital"
            ) {
              const default32x32Path = "/images/pocket-math-favicon-32x32.png";
              const default16x16Path = "/images/pocket-math-favicon-16x16.png";
              updateFaviconPath(favicons, default32x32Path, default16x16Path);
            } else if (domain === "pocketschool.21c.digital") {
              const default32x32Path = "/images/pocket-school-favicon-32x32.png";
              const default16x16Path = "/images/pocket-school-favicon-16x16.png";
              updateFaviconPath(favicons, default32x32Path, default16x16Path);
            }
          }
          function updateFaviconPath(favicons, path32x32, path16x16) {
            favicons.forEach((favicon) => {
              const sizes = favicon.getAttribute("sizes");
              if (sizes && sizes.includes("32x32")) {
                favicon.setAttribute("href", path32x32);
              } else if (sizes && sizes.includes("16x16")) {
                favicon.setAttribute("href", path16x16);
              }
            });
          }
          // Call the function when the page loads
          window.onload = changeFavicon;
        </script>
        <script
          type="module"
          crossorigin=""
          src="/assets/index-bb248c70.js"
        ></script>
        <link rel="stylesheet" href="/assets/index-24a9e32f.css" />
        <link rel="modulepreload" href="/assets/a11y-f4d40819.js" />
        <link rel="modulepreload" href="/assets/AboutUs-0a5bb898.js" />
        <link rel="modulepreload" href="/assets/actions-1c659c21.js" />
        <link rel="modulepreload" href="/assets/AddAdmin-4dcc35ee.js" />
        <link rel="modulepreload" href="/assets/AddCampus-bf66ec4c.js" />
        <link rel="modulepreload" href="/assets/AddClass-0aaa5520.js" />
        <link rel="modulepreload" href="/assets/AddUrlModal-ab2c4042.js" />
        <link rel="modulepreload" href="/assets/AddUser-2073139f.js" />
        <link rel="modulepreload" href="/assets/AkuebLandingShell-9247621a.js" />
        <link
          rel="modulepreload"
      
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 172.67.187.209:8443 · oxfordextend.com.pk

    2024-09-13 21:04

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 21:04:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:bbd1:80 · oxfordextend.com.pk

    2024-09-13 21:04

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 13 Sep 2024 21:04:23 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: max-age=3600
    Expires: Fri, 13 Sep 2024 22:04:23 GMT
    Location: https://oxfordextend.com.pk/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7D92w70cW0iZPHoRgYfpo%2BFDeVZqkn%2BLy3ossZ4%2BZH10HuXFQsECOkwjQta5KlRwmdl%2BEOkJwZfk4WtfmSiWcMNBwnw9s09xtAnqrajh7xgVt5mw7EaC490EtjhawzUPbKIC6gaQ%2FI5wGWl7xK1wJ8dT"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Server: cloudflare
    CF-RAY: 8c2b16e47cc1972f-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 172.67.187.209:80 · oxfordextend.com.pk

    2024-09-13 21:04

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 13 Sep 2024 21:04:23 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: max-age=3600
    Expires: Fri, 13 Sep 2024 22:04:23 GMT
    Location: https://oxfordextend.com.pk/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3L00BHmp0gRgB6VFdv%2FsOE4v1h1H46S0ISxinCwc%2B1%2BY3xMCYxNVc4%2B6o%2BTMZ2ExjkUFQ8DTnowgAxlNr%2FAFz3Gztn54y9pyGJ0ClmFCsgt2ePuFp50KD5qOoFHUhWVRSqyWyOol"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Server: cloudflare
    CF-RAY: 8c2b16e4edbc3627-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:bbd1:443 · oxfordextend.com.pk

    2024-09-13 21:04

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 21:04:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=IjCcHAPPxI%2FQm9Vf37AnGTnnwQ4VbrGykoMMo1S9GphsF1%2B6vuBJ4kqEGq512FTSSOO6uJSLqEqeG3ePTo9%2F4dmBTcWsvSl1Mnmai6zfRsnJw5OzsSlU8pfV0LJoo7uDg5aV29HN%2B6tF00KSkE0qwyrX"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Server: cloudflare
    CF-RAY: 8c2b16e54c71d272-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Learning platform
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width,initial-scale=1" />
        <title>Learning platform</title>
        <link
          rel="icon"
          type="image/png"
          href="/images/favicon-32x32.png"
          sizes="32x32"
        />
        <link
          rel="icon"
          type="image/png"
          href="/images/favicon-16x16.png"
          sizes="16x16"
        />
        <base href="/" />
        <link rel="stylesheet" href="/global.css" />
    
        <!-- script added for turnstile captcha -->
        <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit"></script>
    
        <script src="/libs/axios.min.js"></script>
        <script src="/libs/bootstrap/js/bootstrap.bundle.min.js"></script>
    
        <link rel="stylesheet" href="/libs/bootstrap/css/bootstrap.min.css" />
        <link rel="stylesheet" href="/libs/css/mystyle.css" />
        <link rel="stylesheet" href="/libs/css/preloader.css" />
        <link rel="stylesheet" href="/css/custom.css" />
        <link rel="stylesheet" href="/css/all.css" />
        <link rel="stylesheet" href="/css/fonts.css" />
        <link rel="stylesheet" href="/css/style.css" />
        <link rel="stylesheet" href="/css/rtl-style.css" />
        <link rel="stylesheet" href="/css/mobile-style.css" />
        <link rel="stylesheet" href="/css/swiper-bundle.min.css" />
        <link rel="stylesheet" href="/css/theme-icons.css" />
        <link rel="stylesheet" href="/fonts/remixicon.css" />
        <link rel="stylesheet" href="/css/extra.css" />
        <script>
          function changeFavicon() {
            const favicons = document.querySelectorAll('link[rel="icon"]');
            const domain = window.location.hostname;
            // Example: Change favicon based on domain
            if (domain === "senf.af" || domain === "lms.senf.af") {
              // Debugging: Log when using the default favicon
              const default32x32Path = "/images/favicon-senf-32x32.png";
              const default16x16Path = "/images/favicon-senf-16x16.png";
              updateFaviconPath(favicons, default32x32Path, default16x16Path);
            } else if (
              domain === "pocketmath.21c.digital" ||
              domain === "app.21c.digital" ||
              domain === "pocket.21c.digital"
            ) {
              const default32x32Path = "/images/pocket-math-favicon-32x32.png";
              const default16x16Path = "/images/pocket-math-favicon-16x16.png";
              updateFaviconPath(favicons, default32x32Path, default16x16Path);
            } else if (domain === "pocketschool.21c.digital") {
              const default32x32Path = "/images/pocket-school-favicon-32x32.png";
              const default16x16Path = "/images/pocket-school-favicon-16x16.png";
              updateFaviconPath(favicons, default32x32Path, default16x16Path);
            }
          }
          function updateFaviconPath(favicons, path32x32, path16x16) {
            favicons.forEach((favicon) => {
              const sizes = favicon.getAttribute("sizes");
              if (sizes && sizes.includes("32x32")) {
                favicon.setAttribute("href", path32x32);
              } else if (sizes && sizes.includes("16x16")) {
                favicon.setAttribute("href", path16x16);
              }
            });
          }
          // Call the function when the page loads
          window.onload = changeFavicon;
        </script>
        <script
          type="module"
          crossorigin=""
          src="/assets/index-bb248c70.js"
        ></script>
        <link rel="stylesheet" href="/assets/index-24a9e32f.css" />
        <link rel="modulepreload" href="/assets/a11y-f4d40819.js" />
        <link rel="modulepreload" href="/assets/AboutUs-0a5bb898.js" />
        <link rel="modulepreload" href="/assets/actions-1c659c21.js" />
        <link rel="modulepreload" href="/assets/AddAdmin-4dcc35ee.js" />
        <link rel="modulepreload" href="/assets/AddCampus-bf66ec4c.js" />
        <link rel="modulepreload" href="/assets/AddClass-0aaa5520.js" />
        <link rel="modulepreload" href="/assets/AddUrlModal-ab2c4042.js" />
        <link rel="modulepreload" href="/assets/AddUser-2073139f.js" />
        <link rel="modulepreload" href="/assets/AkuebLandingShell-9247621a.js" />
        <link
          rel="modulepreload"
      
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 104.21.72.225:443 · oxfordextend.com.pk

    2024-09-13 21:04

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 21:04:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f54:80 · www.oxfordextend.com.pk

    2024-09-13 13:16

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 13 Sep 2024 13:16:29 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Fri, 13 Sep 2024 14:16:29 GMT
    Location: https://www.oxfordextend.com.pk/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=roB6xlXzjU0G1EqlEJijEGUKIOnB6s9XksR%2BK3hQwxm7dE0fzDngPISxrdRhXcbzmVWyr8bv%2BSZ4Qe%2BQBw8Z88wWhT4ILnoUaoLiru%2BZz%2FhaHxLDuH7J5v0jA9wNqgQAvbIGAlXzYAi4JL7Hm3jdSDHxkx4cOg%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c28697d3d36a235-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2cac:80 · www.oxfordextend.com.pk

    2024-09-13 13:16

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 13 Sep 2024 13:16:29 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Fri, 13 Sep 2024 14:16:29 GMT
    Location: https://www.oxfordextend.com.pk/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=eZ21U1fkWVBKeujlkeeJnD9L8oerlZX%2BnmyUvY3Esh7yMrCDhkKuGbWs7KHS%2F8HnvRsKkzEJn3QYej%2BqnW0OSf8y4aA9KGsVVk5U4PFfRa0QQgQOvi56au252oa6ZrPu03c%2FOmXVOZIeYGIGx6A6qGBHe71xvw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c28697d3bae8cda-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 172.66.44.172:80 · www.oxfordextend.com.pk

    2024-09-13 13:16

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 13 Sep 2024 13:16:29 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Fri, 13 Sep 2024 14:16:29 GMT
    Location: https://www.oxfordextend.com.pk/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=PRbdV1oP5W1QuqLgMmkGU0Ww%2F7q%2BEvAb42iHXRIji%2FseNDaXH5CjJU42VqQY9jKYYxv8dvokoOOK5jhuVCZOlnwK5SZYxEsnNw3ttrmI8RXzEwQ3YJidYhnVpVuTd51llFoFKbt5zbTmxw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c28697d3bb68cda-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 172.66.44.172:443 · www.oxfordextend.com.pk

    2024-09-13 13:16

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 13:16:30 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 172.66.47.84:443 · www.oxfordextend.com.pk

    2024-09-13 13:16

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 13:16:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2cac:8443 · www.oxfordextend.com.pk

    2024-09-13 13:16

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 13:16:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 172.66.47.84:80 · www.oxfordextend.com.pk

    2024-09-13 13:16

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 13 Sep 2024 13:16:29 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Fri, 13 Sep 2024 14:16:29 GMT
    Location: https://www.oxfordextend.com.pk/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=cfrg4kGb1Imnpe3ngTvcATzQ0a0RJfyYZhLY2DDYr9y5eZjbHraOATu2WY08PdB9NSLwuXUa5%2BucvnkVBTKWtcOf2SxzVjbq5cO%2FLFXNMtpZVJeK9K5rKrwrvZCWe%2F%2B1KJ9x2x58N%2BrsXg%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c28697d09c98c96-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2cac:443 · www.oxfordextend.com.pk

    2024-09-13 13:16

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 13:16:30 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 172.66.47.84:8443 · www.oxfordextend.com.pk

    2024-09-13 13:16

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 13:16:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 172.66.44.172:8443 · www.oxfordextend.com.pk

    2024-09-13 13:16

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 13:16:30 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f54:443 · www.oxfordextend.com.pk

    2024-09-13 13:16

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 13:16:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f54:8443 · www.oxfordextend.com.pk

    2024-09-13 13:16

    HTTP/1.1 200 OK
    Date: Fri, 13 Sep 2024 13:16:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    
    Found 2024-09-13 by HttpPlugin
    Create report
oxfordextend.com.pk
CN:
oxfordextend.com.pk
Key:
ECDSA-256
Issuer:
WE1
Not before:
2024-07-17 03:31
Not after:
2024-10-15 03:31
www.oxfordextend.com.pk
CN:
www.oxfordextend.com.pk
Key:
ECDSA-256
Issuer:
WE1
Not before:
2024-09-13 12:15
Not after:
2024-12-12 12:15