Domain filebrowser.sharvit-auto.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3037::6815:39e5:8443 · filebrowser.sharvit-auto.com

    2026-01-22 12:18

    HTTP/1.1 522 <none>
    Date: Thu, 22 Jan 2026 12:18:57 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=19785,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c1efeb95e27c4f3-SJC
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 172.67.193.104:8443 · filebrowser.sharvit-auto.com

    2026-01-22 12:18

    HTTP/1.1 522 <none>
    Date: Thu, 22 Jan 2026 12:18:57 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=19407,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c1efeb92ac1713b-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:c168:443 · filebrowser.sharvit-auto.com

    2026-01-22 12:18

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 12:18:36 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-cache, no-store, must-revalidate
    x-xss-protection: 1; mode=block
    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=110,cfOrigin;dur=6
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ErJmTzKKs1sciVoq02okRosOW%2BfQnYg76SVeBmUxJL5ZDZA1LGZk4Kdwj8%2F%2Bc4LKqivqgTOZnScu45Xzuk7MHwec2pzgJ3m2CBM8oX1vYyXLxHwPaUKvhhg1Kov1WuCYdbIDxBFjOjw%3D"}]}
    CF-RAY: 9c1efeb3ade4c0f6-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: File Browser
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"><title>File Browser</title><link rel="icon" type="image/png" sizes="32x32" href="/static/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/static/img/icons/favicon-16x16.png"><link rel="manifest" id="manifestPlaceholder" crossorigin="use-credentials"><meta name="theme-color" content="#2979ff"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content="assets"><link rel="apple-touch-icon" href="/static/img/icons/apple-touch-icon.png"><meta name="msapplication-TileImage" content="/static/img/icons/mstile-144x144.png"><meta name="msapplication-TileColor" content="#2979ff"><script>window.FileBrowser = JSON.parse('{"AuthMethod":"json","BaseURL":"","CSS":false,"Color":"","DisableExternal":false,"EnableExec":true,"EnableThumbs":true,"LoginPage":true,"Name":"","NoAuth":false,"ReCaptcha":false,"ResizePreview":true,"Signup":false,"StaticURL":"/static","Theme":"","Version":"2.22.4"}');
    
        var fullStaticURL = window.location.origin + window.FileBrowser.StaticURL;
        var dynamicManifest = {
          "name": window.FileBrowser.Name || 'File Browser',
          "short_name": window.FileBrowser.Name || 'File Browser',
          "icons": [
            {
              "src": fullStaticURL + "/img/icons/android-chrome-192x192.png",
              "sizes": "192x192",
              "type": "image/png"
            },
            {
              "src": fullStaticURL + "/img/icons/android-chrome-512x512.png",
              "sizes": "512x512",
              "type": "image/png"
            }
          ],
          "start_url": window.location.origin + window.FileBrowser.BaseURL,
          "display": "standalone",
          "background_color": "#ffffff",
          "theme_color": window.FileBrowser.Color || "#455a64"
        }
    
        const stringManifest = JSON.stringify(dynamicManifest);
        const blob = new Blob([stringManifest], {type: 'application/json'});
        const manifestURL = URL.createObjectURL(blob);
        document.querySelector('#manifestPlaceholder').setAttribute('href', manifestURL);</script><style>#loading {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transition: .1s ease opacity;
        -webkit-transition: .1s ease opacity;
      }
    
      #loading.done {
        opacity: 0;
      }
    
      #loading .spinner {
        width: 70px;
        text-align: center;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
      }
    
      #loading .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      }
    
      #loading .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
      }
    
      #loading .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
      }
    
      @-webkit-keyframes sk-bouncedelay {
        0%, 80%, 100% { -webkit-transform: scale(0) }
        40% { -webkit-transform: scale(1.0) }
      }
    
      @keyframes sk-bouncedelay {
        0%, 80%, 100% {
          -webkit-transform: scale(0);
          transform: scale(0);
        } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
        }
      }</style><link href="/static/js/chunk-758869bc.923c9816.js" rel="prefetch"><link href="/static/css/app.6ab18f2a.css" rel="preload" as="style"><link href="/static/css/chunk-vendors.e9e545fd.css" rel="preload" as="style"><link href="/static/js/app.4766696b.js" rel="preload" as="script"><link href="/static/js/chunk-vendors.f60a95a3.js" rel="preload" as="script"><link href="/static/css/chunk-vendors.e9e545fd.css" rel="stylesheet"><link href="/static/css/app.6ab18f2a.css" rel="stylesheet"></head><body><div id="app"></div><div id="l
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:c168:8443 · filebrowser.sharvit-auto.com

    2026-01-22 12:18

    HTTP/1.1 522 <none>
    Date: Thu, 22 Jan 2026 12:18:57 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=19713,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c1efeb92f23f288-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:c168:80 · filebrowser.sharvit-auto.com

    2026-01-22 12:18

    HTTP/1.1 302 Found
    Date: Thu, 22 Jan 2026 12:18:36 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://filebrowser.sharvit-auto.com/
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=131,cfOrigin;dur=2
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=IjIpG7kBd1H1kDpjIjwJPQlUPT4YoyFNnt1NGMwlkDT97Y82PhII%2BscLX1AQhaKWncLg6myjecww8wmKDx5Hdb1RAMtsWxXmHIqiea97%2BfK5M4rp0WdQ5sVKnQlocMyfiVZoifTE0kc%3D"}]}
    CF-RAY: 9c1efeb39d78051b-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 302 Found
    
    <html>
    <head><title>302 Found</title></head>
    <body>
    <center><h1>302 Found</h1></center>
    <hr><center>nginx</center>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"97bec1178b744421be9c50cbd4e2f0a5","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 2026-01-22 by HttpPlugin
    Create report
  • Open service 172.67.193.104:443 · filebrowser.sharvit-auto.com

    2026-01-22 12:18

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 12:18:36 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-cache, no-store, must-revalidate
    x-xss-protection: 1; mode=block
    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=121,cfOrigin;dur=5
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=HbsUN3MvfPxdYfrXMZ9nD5TVtA07R2%2FXHq1xibxf5OyTySUcFMGZlKznPQqG43QjTtIVp8mVq3ZmQk1HWjQJP554Lr6QWC0g0QARHP68X9HPZTruSVRqHiuXTrg%3D"}]}
    CF-RAY: 9c1efeb3bbd05905-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: File Browser
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"><title>File Browser</title><link rel="icon" type="image/png" sizes="32x32" href="/static/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/static/img/icons/favicon-16x16.png"><link rel="manifest" id="manifestPlaceholder" crossorigin="use-credentials"><meta name="theme-color" content="#2979ff"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content="assets"><link rel="apple-touch-icon" href="/static/img/icons/apple-touch-icon.png"><meta name="msapplication-TileImage" content="/static/img/icons/mstile-144x144.png"><meta name="msapplication-TileColor" content="#2979ff"><script>window.FileBrowser = JSON.parse('{"AuthMethod":"json","BaseURL":"","CSS":false,"Color":"","DisableExternal":false,"EnableExec":true,"EnableThumbs":true,"LoginPage":true,"Name":"","NoAuth":false,"ReCaptcha":false,"ResizePreview":true,"Signup":false,"StaticURL":"/static","Theme":"","Version":"2.22.4"}');
    
        var fullStaticURL = window.location.origin + window.FileBrowser.StaticURL;
        var dynamicManifest = {
          "name": window.FileBrowser.Name || 'File Browser',
          "short_name": window.FileBrowser.Name || 'File Browser',
          "icons": [
            {
              "src": fullStaticURL + "/img/icons/android-chrome-192x192.png",
              "sizes": "192x192",
              "type": "image/png"
            },
            {
              "src": fullStaticURL + "/img/icons/android-chrome-512x512.png",
              "sizes": "512x512",
              "type": "image/png"
            }
          ],
          "start_url": window.location.origin + window.FileBrowser.BaseURL,
          "display": "standalone",
          "background_color": "#ffffff",
          "theme_color": window.FileBrowser.Color || "#455a64"
        }
    
        const stringManifest = JSON.stringify(dynamicManifest);
        const blob = new Blob([stringManifest], {type: 'application/json'});
        const manifestURL = URL.createObjectURL(blob);
        document.querySelector('#manifestPlaceholder').setAttribute('href', manifestURL);</script><style>#loading {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transition: .1s ease opacity;
        -webkit-transition: .1s ease opacity;
      }
    
      #loading.done {
        opacity: 0;
      }
    
      #loading .spinner {
        width: 70px;
        text-align: center;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
      }
    
      #loading .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      }
    
      #loading .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
      }
    
      #loading .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
      }
    
      @-webkit-keyframes sk-bouncedelay {
        0%, 80%, 100% { -webkit-transform: scale(0) }
        40% { -webkit-transform: scale(1.0) }
      }
    
      @keyframes sk-bouncedelay {
        0%, 80%, 100% {
          -webkit-transform: scale(0);
          transform: scale(0);
        } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
        }
      }</style><link href="/static/js/chunk-758869bc.923c9816.js" rel="prefetch"><link href="/static/css/app.6ab18f2a.css" rel="preload" as="style"><link href="/static/css/chunk-vendors.e9e545fd.css" rel="preload" as="style"><link href="/static/js/app.4766696b.js" rel="preload" as="script"><link href="/static/js/chunk-vendors.f60a95a3.js" rel="preload" as="script"><link href="/static/css/chunk-vendors.e9e545fd.css" rel="stylesheet"><link href="/static/css/app.6ab18f2a.css" rel="stylesheet"></head><body><div id="app"></div><div id="l
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:39e5:443 · filebrowser.sharvit-auto.com

    2026-01-22 12:18

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 12:18:36 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-cache, no-store, must-revalidate
    x-xss-protection: 1; mode=block
    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=100,cfOrigin;dur=6
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XXTC9aSM6PoUt7a1nLW6RceMAN0oA%2ByGfJ78Tj%2BBzQzlly%2F%2FKT1Ql5f3wvEiXTR6QZ8mmMGrPApclJO0hi%2FWskSyNjo1McLjnFXGpX3WWGHNRgjIpNV4kYJMUS4%2Fy8lpjMYY09wk5Uc%3D"}]}
    CF-RAY: 9c1efeb3dba1ac21-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: File Browser
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"><title>File Browser</title><link rel="icon" type="image/png" sizes="32x32" href="/static/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/static/img/icons/favicon-16x16.png"><link rel="manifest" id="manifestPlaceholder" crossorigin="use-credentials"><meta name="theme-color" content="#2979ff"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content="assets"><link rel="apple-touch-icon" href="/static/img/icons/apple-touch-icon.png"><meta name="msapplication-TileImage" content="/static/img/icons/mstile-144x144.png"><meta name="msapplication-TileColor" content="#2979ff"><script>window.FileBrowser = JSON.parse('{"AuthMethod":"json","BaseURL":"","CSS":false,"Color":"","DisableExternal":false,"EnableExec":true,"EnableThumbs":true,"LoginPage":true,"Name":"","NoAuth":false,"ReCaptcha":false,"ResizePreview":true,"Signup":false,"StaticURL":"/static","Theme":"","Version":"2.22.4"}');
    
        var fullStaticURL = window.location.origin + window.FileBrowser.StaticURL;
        var dynamicManifest = {
          "name": window.FileBrowser.Name || 'File Browser',
          "short_name": window.FileBrowser.Name || 'File Browser',
          "icons": [
            {
              "src": fullStaticURL + "/img/icons/android-chrome-192x192.png",
              "sizes": "192x192",
              "type": "image/png"
            },
            {
              "src": fullStaticURL + "/img/icons/android-chrome-512x512.png",
              "sizes": "512x512",
              "type": "image/png"
            }
          ],
          "start_url": window.location.origin + window.FileBrowser.BaseURL,
          "display": "standalone",
          "background_color": "#ffffff",
          "theme_color": window.FileBrowser.Color || "#455a64"
        }
    
        const stringManifest = JSON.stringify(dynamicManifest);
        const blob = new Blob([stringManifest], {type: 'application/json'});
        const manifestURL = URL.createObjectURL(blob);
        document.querySelector('#manifestPlaceholder').setAttribute('href', manifestURL);</script><style>#loading {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transition: .1s ease opacity;
        -webkit-transition: .1s ease opacity;
      }
    
      #loading.done {
        opacity: 0;
      }
    
      #loading .spinner {
        width: 70px;
        text-align: center;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
      }
    
      #loading .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      }
    
      #loading .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
      }
    
      #loading .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
      }
    
      @-webkit-keyframes sk-bouncedelay {
        0%, 80%, 100% { -webkit-transform: scale(0) }
        40% { -webkit-transform: scale(1.0) }
      }
    
      @keyframes sk-bouncedelay {
        0%, 80%, 100% {
          -webkit-transform: scale(0);
          transform: scale(0);
        } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
        }
      }</style><link href="/static/js/chunk-758869bc.923c9816.js" rel="prefetch"><link href="/static/css/app.6ab18f2a.css" rel="preload" as="style"><link href="/static/css/chunk-vendors.e9e545fd.css" rel="preload" as="style"><link href="/static/js/app.4766696b.js" rel="preload" as="script"><link href="/static/js/chunk-vendors.f60a95a3.js" rel="preload" as="script"><link href="/static/css/chunk-vendors.e9e545fd.css" rel="stylesheet"><link href="/static/css/app.6ab18f2a.css" rel="stylesheet"></head><body><div id="app"></div><div id="l
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 104.21.57.229:8443 · filebrowser.sharvit-auto.com

    2026-01-22 12:18

    HTTP/1.1 522 <none>
    Date: Thu, 22 Jan 2026 12:18:57 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=19787,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c1efeb91927ac31-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 104.21.57.229:443 · filebrowser.sharvit-auto.com

    2026-01-22 12:18

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 12:18:36 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-cache, no-store, must-revalidate
    x-xss-protection: 1; mode=block
    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=111,cfOrigin;dur=6
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QiIkKMjXQKNMlVYltSM77Mgl6HYOQCChL9Ou1A4BUTIs%2Bdgw%2FQyodRoaNwbgppsNrHi4r3Kq3MWczP2oLmqhTuVayP17geCdHRLV8ezKaXDrNhRAXY0l4T17i1Q%3D"}]}
    CF-RAY: 9c1efeb47aa641e9-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: File Browser
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"><title>File Browser</title><link rel="icon" type="image/png" sizes="32x32" href="/static/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/static/img/icons/favicon-16x16.png"><link rel="manifest" id="manifestPlaceholder" crossorigin="use-credentials"><meta name="theme-color" content="#2979ff"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content="assets"><link rel="apple-touch-icon" href="/static/img/icons/apple-touch-icon.png"><meta name="msapplication-TileImage" content="/static/img/icons/mstile-144x144.png"><meta name="msapplication-TileColor" content="#2979ff"><script>window.FileBrowser = JSON.parse('{"AuthMethod":"json","BaseURL":"","CSS":false,"Color":"","DisableExternal":false,"EnableExec":true,"EnableThumbs":true,"LoginPage":true,"Name":"","NoAuth":false,"ReCaptcha":false,"ResizePreview":true,"Signup":false,"StaticURL":"/static","Theme":"","Version":"2.22.4"}');
    
        var fullStaticURL = window.location.origin + window.FileBrowser.StaticURL;
        var dynamicManifest = {
          "name": window.FileBrowser.Name || 'File Browser',
          "short_name": window.FileBrowser.Name || 'File Browser',
          "icons": [
            {
              "src": fullStaticURL + "/img/icons/android-chrome-192x192.png",
              "sizes": "192x192",
              "type": "image/png"
            },
            {
              "src": fullStaticURL + "/img/icons/android-chrome-512x512.png",
              "sizes": "512x512",
              "type": "image/png"
            }
          ],
          "start_url": window.location.origin + window.FileBrowser.BaseURL,
          "display": "standalone",
          "background_color": "#ffffff",
          "theme_color": window.FileBrowser.Color || "#455a64"
        }
    
        const stringManifest = JSON.stringify(dynamicManifest);
        const blob = new Blob([stringManifest], {type: 'application/json'});
        const manifestURL = URL.createObjectURL(blob);
        document.querySelector('#manifestPlaceholder').setAttribute('href', manifestURL);</script><style>#loading {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transition: .1s ease opacity;
        -webkit-transition: .1s ease opacity;
      }
    
      #loading.done {
        opacity: 0;
      }
    
      #loading .spinner {
        width: 70px;
        text-align: center;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
      }
    
      #loading .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      }
    
      #loading .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
      }
    
      #loading .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
      }
    
      @-webkit-keyframes sk-bouncedelay {
        0%, 80%, 100% { -webkit-transform: scale(0) }
        40% { -webkit-transform: scale(1.0) }
      }
    
      @keyframes sk-bouncedelay {
        0%, 80%, 100% {
          -webkit-transform: scale(0);
          transform: scale(0);
        } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
        }
      }</style><link href="/static/js/chunk-758869bc.923c9816.js" rel="prefetch"><link href="/static/css/app.6ab18f2a.css" rel="preload" as="style"><link href="/static/css/chunk-vendors.e9e545fd.css" rel="preload" as="style"><link href="/static/js/app.4766696b.js" rel="preload" as="script"><link href="/static/js/chunk-vendors.f60a95a3.js" rel="preload" as="script"><link href="/static/css/chunk-vendors.e9e545fd.css" rel="stylesheet"><link href="/static/css/app.6ab18f2a.css" rel="stylesheet"></head><body><div id="app"></div><div id="l
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 104.21.57.229:80 · filebrowser.sharvit-auto.com

    2026-01-22 12:18

    HTTP/1.1 302 Found
    Date: Thu, 22 Jan 2026 12:18:37 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://filebrowser.sharvit-auto.com/
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=98,cfOrigin;dur=1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tPINCS6Q79GHlZmDxICXS54UC2PhzThLuuEUN8pRrRXoLrWWr%2FtxIeskgSXNFRYWoJxmzjOEKVWS9ip3TgxAv7d5V4pLuqdskiF5y7jtORL7IS8QPdk4pgHne4s%3D"}]}
    CF-RAY: 9c1efeb4cc2b4f0b-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 302 Found
    
    <html>
    <head><title>302 Found</title></head>
    <body>
    <center><h1>302 Found</h1></center>
    <hr><center>nginx</center>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"97bec1178b744421be9c50cbd4e2f0a5","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 2026-01-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:39e5:80 · filebrowser.sharvit-auto.com

    2026-01-22 12:18

    HTTP/1.1 302 Found
    Date: Thu, 22 Jan 2026 12:18:37 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://filebrowser.sharvit-auto.com/
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=122,cfOrigin;dur=2
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8iDfZ1ghwopiLco6ZIE2H304i70hX%2F7yEY2LdEZLdUAhHUpVgKYekyzlPG%2Bq3TkVXUHMTPQKbABpPLNVZ3ZICVZ3Z9AWaa4IA2336SCyDh33Ff%2B6Vjl7EWS0nbX%2BakCsY206Qx3mG9w%3D"}]}
    CF-RAY: 9c1efeb4c8b0983e-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 302 Found
    
    <html>
    <head><title>302 Found</title></head>
    <body>
    <center><h1>302 Found</h1></center>
    <hr><center>nginx</center>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"97bec1178b744421be9c50cbd4e2f0a5","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 2026-01-22 by HttpPlugin
    Create report
  • Open service 172.67.193.104:80 · filebrowser.sharvit-auto.com

    2026-01-22 12:18

    HTTP/1.1 302 Found
    Date: Thu, 22 Jan 2026 12:18:36 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://filebrowser.sharvit-auto.com/
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=116,cfOrigin;dur=1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=TbHOWzNAY2dG8ps5q%2FgB7LDenqUj1uK5CKA0q8vLTz40FDDWkbNVLUq%2FZZ%2FXVjVU%2BAljURibyuYxkBLo3oPMenwrEkyVCTZvlVb2anEYRz2juak9hEia%2FQixseA%3D"}]}
    CF-RAY: 9c1efeb39953f80a-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 302 Found
    
    <html>
    <head><title>302 Found</title></head>
    <body>
    <center><h1>302 Found</h1></center>
    <hr><center>nginx</center>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"97bec1178b744421be9c50cbd4e2f0a5","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 2026-01-22 by HttpPlugin
    Create report
sharvit-auto.com*.sharvit-auto.com
CN:
sharvit-auto.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-28 09:57
Not after:
2026-03-28 10:56