Domain sneatetech.com
Germany
AMAZON-02
Software information

Netlify

tcp/443 tcp/80

  • Git configuration and history exposed
    First seen 2025-07-21 18:40
    Last seen 2026-01-13 21:04
    Open for 176 days
    • Severity: critical
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65224a93ca8c

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://ajay.k: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@github.com/ajaykundnani/sneatetech.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      	vscode-merge-base = origin/main
      	vscode-merge-base = origin/main
      [user]
      	name = ajay.k
      	email = ajaykundnani03@gmail.com
      
      Found on 2026-01-13 21:04
      437 Bytes
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65221e67bfc4

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://github.com/ajaykundnani/sneatetech.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      	vscode-merge-base = origin/main
      [user]
      	email = ajaykundnani03@gmail.com
      	name = ajay.k
      
      Found on 2025-08-16 06:50
      356 Bytes
  • Open service 35.157.26.135:443 · sneatetech.com

    2026-01-11 21:04

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 52114
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 21:04:20 GMT
    Etag: "d91879a41587cf8015861f6099e1b504-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEQDZJF26ATDG5VHXS2W8M7D
    Connection: close
    
    Page title: SneateTech | Web Development, Mobile Apps, SEO & IT Solutions
    
    <!DOCTYPE html>
    <html lang="en-us">
    
    <!DOCTYPE html>
    <html lang="en-us">
    <head>
        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-QRC7GE849P"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());
            gtag('config', 'G-QRC7GE849P');
        </script>
    
        <title>SneateTech | Web Development, Mobile Apps, SEO & IT Solutions</title>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    
        <meta name="description" content="SneateTech – Expert in Web Development, Mobile Apps, SEO & Digital Marketing. Trusted IT services for US clients. Build smart, scale fast. Contact us today!" />
        <meta name="keywords" content="SneateTech, IT services, web development, mobile apps, SEO, digital marketing, UI/UX design, software development, IT consulting, Ahmedabad IT coaching" />
        <meta name="author" content="Juhi Jagwani" />
    
        <link rel="canonical" href="https://sneatetech.com/" />
    
        <!-- Open Graph -->
        <meta property="og:title" content="SneateTech – Future-Ready IT Solutions" />
        <meta property="og:description" content="Web Development, Mobile Apps, SEO & Digital Marketing Experts." />
        <meta property="og:url" content="https://sneatetech.com/" />
        <meta property="og:image" content="https://sneatetech.com/img/title-icon.png" />
        <meta property="og:type" content="website" />
    
        <!-- Twitter Card -->
        <meta name="twitter:card" content="summary_large_image" />
        <meta name="twitter:title" content="SneateTech – Web, Mobile, SEO & Digital Marketing" />
        <meta name="twitter:description" content="Trusted IT solutions in Web Development, SEO, Digital Marketing & Mobile Apps." />
        <meta name="twitter:image" content="https://sneatetech.com/img/title-icon.png" />
    
        <!-- JSON-LD Schema -->
        <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "name": "SneateTech",
          "url": "https://sneatetech.com/",
          "logo": "https://sneatetech.com/img/title-icon.png",
          "description": "SneateTech provides expert IT solutions including web development, mobile apps, SEO, and digital marketing.",
          "sameAs": [
            "https://www.facebook.com/sneatetech",
            "https://www.linkedin.com/company/sneatetech"
          ]
        }
        </script>
    
        <link rel="icon" href="/favicon.png" sizes="48x48" type="image/png">
    
        <link rel="stylesheet" href="css/skin.css" type="text/css" media="all" />
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    
        <script src="https://cdn.tailwindcss.com"></script>
    
        <!-- Keep rest of your existing styles & scripts -->
    
        <script>
            window.addEventListener("scroll", function () {
                const header = document.querySelector("header.site-header");
    
                // Add sticky class after scrolling 50px
                if (window.scrollY > 50) {
                    header.classList.add("sticky");
                } else {
                    header.classList.remove("sticky");
                }
            });
        </script>
    
        <style>
            .animate-fade-in-left {
                animation: fadeInLeft 1s ease-out;
            }
    
            .animate-fade-in-right {
                animation: fadeInRight 1s ease-out;
            }
    
            @keyframes fadeInLeft {
                0% {
                    opacity: 0;
                    transform: translateX(-30px);
                }
    
                100% {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
    
           
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · sneatetech.com

    2026-01-10 21:03

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 3
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 52114
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 10 Jan 2026 21:03:59 GMT
    Etag: "d91879a41587cf8015861f6099e1b504-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEMVJ6ZM8DAQ3NGRBN2DVZG0
    Connection: close
    
    Page title: SneateTech | Web Development, Mobile Apps, SEO & IT Solutions
    
    <!DOCTYPE html>
    <html lang="en-us">
    
    <!DOCTYPE html>
    <html lang="en-us">
    <head>
        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-QRC7GE849P"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());
            gtag('config', 'G-QRC7GE849P');
        </script>
    
        <title>SneateTech | Web Development, Mobile Apps, SEO & IT Solutions</title>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    
        <meta name="description" content="SneateTech – Expert in Web Development, Mobile Apps, SEO & Digital Marketing. Trusted IT services for US clients. Build smart, scale fast. Contact us today!" />
        <meta name="keywords" content="SneateTech, IT services, web development, mobile apps, SEO, digital marketing, UI/UX design, software development, IT consulting, Ahmedabad IT coaching" />
        <meta name="author" content="Juhi Jagwani" />
    
        <link rel="canonical" href="https://sneatetech.com/" />
    
        <!-- Open Graph -->
        <meta property="og:title" content="SneateTech – Future-Ready IT Solutions" />
        <meta property="og:description" content="Web Development, Mobile Apps, SEO & Digital Marketing Experts." />
        <meta property="og:url" content="https://sneatetech.com/" />
        <meta property="og:image" content="https://sneatetech.com/img/title-icon.png" />
        <meta property="og:type" content="website" />
    
        <!-- Twitter Card -->
        <meta name="twitter:card" content="summary_large_image" />
        <meta name="twitter:title" content="SneateTech – Web, Mobile, SEO & Digital Marketing" />
        <meta name="twitter:description" content="Trusted IT solutions in Web Development, SEO, Digital Marketing & Mobile Apps." />
        <meta name="twitter:image" content="https://sneatetech.com/img/title-icon.png" />
    
        <!-- JSON-LD Schema -->
        <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "name": "SneateTech",
          "url": "https://sneatetech.com/",
          "logo": "https://sneatetech.com/img/title-icon.png",
          "description": "SneateTech provides expert IT solutions including web development, mobile apps, SEO, and digital marketing.",
          "sameAs": [
            "https://www.facebook.com/sneatetech",
            "https://www.linkedin.com/company/sneatetech"
          ]
        }
        </script>
    
        <link rel="icon" href="/favicon.png" sizes="48x48" type="image/png">
    
        <link rel="stylesheet" href="css/skin.css" type="text/css" media="all" />
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    
        <script src="https://cdn.tailwindcss.com"></script>
    
        <!-- Keep rest of your existing styles & scripts -->
    
        <script>
            window.addEventListener("scroll", function () {
                const header = document.querySelector("header.site-header");
    
                // Add sticky class after scrolling 50px
                if (window.scrollY > 50) {
                    header.classList.add("sticky");
                } else {
                    header.classList.remove("sticky");
                }
            });
        </script>
    
        <style>
            .animate-fade-in-left {
                animation: fadeInLeft 1s ease-out;
            }
    
            .animate-fade-in-right {
                animation: fadeInRight 1s ease-out;
            }
    
            @keyframes fadeInLeft {
                0% {
                    opacity: 0;
                    transform: translateX(-30px);
                }
    
                100% {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
    
           
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · sneatetech.com

    2026-01-08 21:15

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 3
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 52114
    Content-Type: text/html; charset=UTF-8
    Date: Thu, 08 Jan 2026 21:15:30 GMT
    Etag: "d91879a41587cf8015861f6099e1b504-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEFQDVJRCEHS7CHZF6ZBX1H1
    Connection: close
    
    Page title: SneateTech | Web Development, Mobile Apps, SEO & IT Solutions
    
    <!DOCTYPE html>
    <html lang="en-us">
    
    <!DOCTYPE html>
    <html lang="en-us">
    <head>
        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-QRC7GE849P"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());
            gtag('config', 'G-QRC7GE849P');
        </script>
    
        <title>SneateTech | Web Development, Mobile Apps, SEO & IT Solutions</title>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    
        <meta name="description" content="SneateTech – Expert in Web Development, Mobile Apps, SEO & Digital Marketing. Trusted IT services for US clients. Build smart, scale fast. Contact us today!" />
        <meta name="keywords" content="SneateTech, IT services, web development, mobile apps, SEO, digital marketing, UI/UX design, software development, IT consulting, Ahmedabad IT coaching" />
        <meta name="author" content="Juhi Jagwani" />
    
        <link rel="canonical" href="https://sneatetech.com/" />
    
        <!-- Open Graph -->
        <meta property="og:title" content="SneateTech – Future-Ready IT Solutions" />
        <meta property="og:description" content="Web Development, Mobile Apps, SEO & Digital Marketing Experts." />
        <meta property="og:url" content="https://sneatetech.com/" />
        <meta property="og:image" content="https://sneatetech.com/img/title-icon.png" />
        <meta property="og:type" content="website" />
    
        <!-- Twitter Card -->
        <meta name="twitter:card" content="summary_large_image" />
        <meta name="twitter:title" content="SneateTech – Web, Mobile, SEO & Digital Marketing" />
        <meta name="twitter:description" content="Trusted IT solutions in Web Development, SEO, Digital Marketing & Mobile Apps." />
        <meta name="twitter:image" content="https://sneatetech.com/img/title-icon.png" />
    
        <!-- JSON-LD Schema -->
        <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "name": "SneateTech",
          "url": "https://sneatetech.com/",
          "logo": "https://sneatetech.com/img/title-icon.png",
          "description": "SneateTech provides expert IT solutions including web development, mobile apps, SEO, and digital marketing.",
          "sameAs": [
            "https://www.facebook.com/sneatetech",
            "https://www.linkedin.com/company/sneatetech"
          ]
        }
        </script>
    
        <link rel="icon" href="/favicon.png" sizes="48x48" type="image/png">
    
        <link rel="stylesheet" href="css/skin.css" type="text/css" media="all" />
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    
        <script src="https://cdn.tailwindcss.com"></script>
    
        <!-- Keep rest of your existing styles & scripts -->
    
        <script>
            window.addEventListener("scroll", function () {
                const header = document.querySelector("header.site-header");
    
                // Add sticky class after scrolling 50px
                if (window.scrollY > 50) {
                    header.classList.add("sticky");
                } else {
                    header.classList.remove("sticky");
                }
            });
        </script>
    
        <style>
            .animate-fade-in-left {
                animation: fadeInLeft 1s ease-out;
            }
    
            .animate-fade-in-right {
                animation: fadeInRight 1s ease-out;
            }
    
            @keyframes fadeInLeft {
                0% {
                    opacity: 0;
                    transform: translateX(-30px);
                }
    
                100% {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
    
           
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · sneatetech.com

    2026-01-07 21:08

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; fwd=miss
    Content-Length: 52114
    Content-Type: text/html; charset=UTF-8
    Date: Wed, 07 Jan 2026 21:08:43 GMT
    Etag: "d91879a41587cf8015861f6099e1b504-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KED4MQ68HJ91RSQZ1M3XWCK0
    Connection: close
    
    Page title: SneateTech | Web Development, Mobile Apps, SEO & IT Solutions
    
    <!DOCTYPE html>
    <html lang="en-us">
    
    <!DOCTYPE html>
    <html lang="en-us">
    <head>
        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-QRC7GE849P"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());
            gtag('config', 'G-QRC7GE849P');
        </script>
    
        <title>SneateTech | Web Development, Mobile Apps, SEO & IT Solutions</title>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    
        <meta name="description" content="SneateTech – Expert in Web Development, Mobile Apps, SEO & Digital Marketing. Trusted IT services for US clients. Build smart, scale fast. Contact us today!" />
        <meta name="keywords" content="SneateTech, IT services, web development, mobile apps, SEO, digital marketing, UI/UX design, software development, IT consulting, Ahmedabad IT coaching" />
        <meta name="author" content="Juhi Jagwani" />
    
        <link rel="canonical" href="https://sneatetech.com/" />
    
        <!-- Open Graph -->
        <meta property="og:title" content="SneateTech – Future-Ready IT Solutions" />
        <meta property="og:description" content="Web Development, Mobile Apps, SEO & Digital Marketing Experts." />
        <meta property="og:url" content="https://sneatetech.com/" />
        <meta property="og:image" content="https://sneatetech.com/img/title-icon.png" />
        <meta property="og:type" content="website" />
    
        <!-- Twitter Card -->
        <meta name="twitter:card" content="summary_large_image" />
        <meta name="twitter:title" content="SneateTech – Web, Mobile, SEO & Digital Marketing" />
        <meta name="twitter:description" content="Trusted IT solutions in Web Development, SEO, Digital Marketing & Mobile Apps." />
        <meta name="twitter:image" content="https://sneatetech.com/img/title-icon.png" />
    
        <!-- JSON-LD Schema -->
        <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "name": "SneateTech",
          "url": "https://sneatetech.com/",
          "logo": "https://sneatetech.com/img/title-icon.png",
          "description": "SneateTech provides expert IT solutions including web development, mobile apps, SEO, and digital marketing.",
          "sameAs": [
            "https://www.facebook.com/sneatetech",
            "https://www.linkedin.com/company/sneatetech"
          ]
        }
        </script>
    
        <link rel="icon" href="/favicon.png" sizes="48x48" type="image/png">
    
        <link rel="stylesheet" href="css/skin.css" type="text/css" media="all" />
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    
        <script src="https://cdn.tailwindcss.com"></script>
    
        <!-- Keep rest of your existing styles & scripts -->
    
        <script>
            window.addEventListener("scroll", function () {
                const header = document.querySelector("header.site-header");
    
                // Add sticky class after scrolling 50px
                if (window.scrollY > 50) {
                    header.classList.add("sticky");
                } else {
                    header.classList.remove("sticky");
                }
            });
        </script>
    
        <style>
            .animate-fade-in-left {
                animation: fadeInLeft 1s ease-out;
            }
    
            .animate-fade-in-right {
                animation: fadeInRight 1s ease-out;
            }
    
            @keyframes fadeInLeft {
                0% {
                    opacity: 0;
                    transform: translateX(-30px);
                }
    
                100% {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
    
           
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · sneatetech.com

    2026-01-06 21:04

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; fwd=miss
    Content-Length: 52114
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 06 Jan 2026 21:04:11 GMT
    Etag: "d91879a41587cf8015861f6099e1b504-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEAHZQ2RM3N54HQEXM450BRE
    Connection: close
    
    Page title: SneateTech | Web Development, Mobile Apps, SEO & IT Solutions
    
    <!DOCTYPE html>
    <html lang="en-us">
    
    <!DOCTYPE html>
    <html lang="en-us">
    <head>
        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-QRC7GE849P"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());
            gtag('config', 'G-QRC7GE849P');
        </script>
    
        <title>SneateTech | Web Development, Mobile Apps, SEO & IT Solutions</title>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    
        <meta name="description" content="SneateTech – Expert in Web Development, Mobile Apps, SEO & Digital Marketing. Trusted IT services for US clients. Build smart, scale fast. Contact us today!" />
        <meta name="keywords" content="SneateTech, IT services, web development, mobile apps, SEO, digital marketing, UI/UX design, software development, IT consulting, Ahmedabad IT coaching" />
        <meta name="author" content="Juhi Jagwani" />
    
        <link rel="canonical" href="https://sneatetech.com/" />
    
        <!-- Open Graph -->
        <meta property="og:title" content="SneateTech – Future-Ready IT Solutions" />
        <meta property="og:description" content="Web Development, Mobile Apps, SEO & Digital Marketing Experts." />
        <meta property="og:url" content="https://sneatetech.com/" />
        <meta property="og:image" content="https://sneatetech.com/img/title-icon.png" />
        <meta property="og:type" content="website" />
    
        <!-- Twitter Card -->
        <meta name="twitter:card" content="summary_large_image" />
        <meta name="twitter:title" content="SneateTech – Web, Mobile, SEO & Digital Marketing" />
        <meta name="twitter:description" content="Trusted IT solutions in Web Development, SEO, Digital Marketing & Mobile Apps." />
        <meta name="twitter:image" content="https://sneatetech.com/img/title-icon.png" />
    
        <!-- JSON-LD Schema -->
        <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "name": "SneateTech",
          "url": "https://sneatetech.com/",
          "logo": "https://sneatetech.com/img/title-icon.png",
          "description": "SneateTech provides expert IT solutions including web development, mobile apps, SEO, and digital marketing.",
          "sameAs": [
            "https://www.facebook.com/sneatetech",
            "https://www.linkedin.com/company/sneatetech"
          ]
        }
        </script>
    
        <link rel="icon" href="/favicon.png" sizes="48x48" type="image/png">
    
        <link rel="stylesheet" href="css/skin.css" type="text/css" media="all" />
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    
        <script src="https://cdn.tailwindcss.com"></script>
    
        <!-- Keep rest of your existing styles & scripts -->
    
        <script>
            window.addEventListener("scroll", function () {
                const header = document.querySelector("header.site-header");
    
                // Add sticky class after scrolling 50px
                if (window.scrollY > 50) {
                    header.classList.add("sticky");
                } else {
                    header.classList.remove("sticky");
                }
            });
        </script>
    
        <style>
            .animate-fade-in-left {
                animation: fadeInLeft 1s ease-out;
            }
    
            .animate-fade-in-right {
                animation: fadeInRight 1s ease-out;
            }
    
            @keyframes fadeInLeft {
                0% {
                    opacity: 0;
                    transform: translateX(-30px);
                }
    
                100% {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
    
           
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 63.176.8.218:80 · sneatetech.com

    2026-01-03 05:42

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Sat, 03 Jan 2026 05:42:58 GMT
    Location: https://sneatetech.com/
    Server: Netlify
    X-Nf-Request-Id: 01KE162RM0HN7VHQQX1RZVA5QB
    Content-Length: 38
    Connection: close
    
    
    Redirecting to https://sneatetech.com/
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 63.176.8.218:443 · sneatetech.com

    2026-01-03 05:42

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 52114
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 03 Jan 2026 05:42:58 GMT
    Etag: "d91879a41587cf8015861f6099e1b504-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KE162R5V15AADR93Q5B9M4BE
    Connection: close
    
    Page title: SneateTech | Web Development, Mobile Apps, SEO & IT Solutions
    
    <!DOCTYPE html>
    <html lang="en-us">
    
    <!DOCTYPE html>
    <html lang="en-us">
    <head>
        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-QRC7GE849P"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());
            gtag('config', 'G-QRC7GE849P');
        </script>
    
        <title>SneateTech | Web Development, Mobile Apps, SEO & IT Solutions</title>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    
        <meta name="description" content="SneateTech – Expert in Web Development, Mobile Apps, SEO & Digital Marketing. Trusted IT services for US clients. Build smart, scale fast. Contact us today!" />
        <meta name="keywords" content="SneateTech, IT services, web development, mobile apps, SEO, digital marketing, UI/UX design, software development, IT consulting, Ahmedabad IT coaching" />
        <meta name="author" content="Juhi Jagwani" />
    
        <link rel="canonical" href="https://sneatetech.com/" />
    
        <!-- Open Graph -->
        <meta property="og:title" content="SneateTech – Future-Ready IT Solutions" />
        <meta property="og:description" content="Web Development, Mobile Apps, SEO & Digital Marketing Experts." />
        <meta property="og:url" content="https://sneatetech.com/" />
        <meta property="og:image" content="https://sneatetech.com/img/title-icon.png" />
        <meta property="og:type" content="website" />
    
        <!-- Twitter Card -->
        <meta name="twitter:card" content="summary_large_image" />
        <meta name="twitter:title" content="SneateTech – Web, Mobile, SEO & Digital Marketing" />
        <meta name="twitter:description" content="Trusted IT solutions in Web Development, SEO, Digital Marketing & Mobile Apps." />
        <meta name="twitter:image" content="https://sneatetech.com/img/title-icon.png" />
    
        <!-- JSON-LD Schema -->
        <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "name": "SneateTech",
          "url": "https://sneatetech.com/",
          "logo": "https://sneatetech.com/img/title-icon.png",
          "description": "SneateTech provides expert IT solutions including web development, mobile apps, SEO, and digital marketing.",
          "sameAs": [
            "https://www.facebook.com/sneatetech",
            "https://www.linkedin.com/company/sneatetech"
          ]
        }
        </script>
    
        <link rel="icon" href="/favicon.png" sizes="48x48" type="image/png">
    
        <link rel="stylesheet" href="css/skin.css" type="text/css" media="all" />
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    
        <script src="https://cdn.tailwindcss.com"></script>
    
        <!-- Keep rest of your existing styles & scripts -->
    
        <script>
            window.addEventListener("scroll", function () {
                const header = document.querySelector("header.site-header");
    
                // Add sticky class after scrolling 50px
                if (window.scrollY > 50) {
                    header.classList.add("sticky");
                } else {
                    header.classList.remove("sticky");
                }
            });
        </script>
    
        <style>
            .animate-fade-in-left {
                animation: fadeInLeft 1s ease-out;
            }
    
            .animate-fade-in-right {
                animation: fadeInRight 1s ease-out;
            }
    
            @keyframes fadeInLeft {
                0% {
                    opacity: 0;
                    transform: translateX(-30px);
                }
    
                100% {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
    
           
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · sneatetech.com

    2026-01-03 05:42

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 52114
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 03 Jan 2026 05:42:58 GMT
    Etag: "d91879a41587cf8015861f6099e1b504-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KE162R8AEJ0RP7GHF3SWD4F8
    Connection: close
    
    Page title: SneateTech | Web Development, Mobile Apps, SEO & IT Solutions
    
    <!DOCTYPE html>
    <html lang="en-us">
    
    <!DOCTYPE html>
    <html lang="en-us">
    <head>
        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-QRC7GE849P"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());
            gtag('config', 'G-QRC7GE849P');
        </script>
    
        <title>SneateTech | Web Development, Mobile Apps, SEO & IT Solutions</title>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    
        <meta name="description" content="SneateTech – Expert in Web Development, Mobile Apps, SEO & Digital Marketing. Trusted IT services for US clients. Build smart, scale fast. Contact us today!" />
        <meta name="keywords" content="SneateTech, IT services, web development, mobile apps, SEO, digital marketing, UI/UX design, software development, IT consulting, Ahmedabad IT coaching" />
        <meta name="author" content="Juhi Jagwani" />
    
        <link rel="canonical" href="https://sneatetech.com/" />
    
        <!-- Open Graph -->
        <meta property="og:title" content="SneateTech – Future-Ready IT Solutions" />
        <meta property="og:description" content="Web Development, Mobile Apps, SEO & Digital Marketing Experts." />
        <meta property="og:url" content="https://sneatetech.com/" />
        <meta property="og:image" content="https://sneatetech.com/img/title-icon.png" />
        <meta property="og:type" content="website" />
    
        <!-- Twitter Card -->
        <meta name="twitter:card" content="summary_large_image" />
        <meta name="twitter:title" content="SneateTech – Web, Mobile, SEO & Digital Marketing" />
        <meta name="twitter:description" content="Trusted IT solutions in Web Development, SEO, Digital Marketing & Mobile Apps." />
        <meta name="twitter:image" content="https://sneatetech.com/img/title-icon.png" />
    
        <!-- JSON-LD Schema -->
        <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "name": "SneateTech",
          "url": "https://sneatetech.com/",
          "logo": "https://sneatetech.com/img/title-icon.png",
          "description": "SneateTech provides expert IT solutions including web development, mobile apps, SEO, and digital marketing.",
          "sameAs": [
            "https://www.facebook.com/sneatetech",
            "https://www.linkedin.com/company/sneatetech"
          ]
        }
        </script>
    
        <link rel="icon" href="/favicon.png" sizes="48x48" type="image/png">
    
        <link rel="stylesheet" href="css/skin.css" type="text/css" media="all" />
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    
        <script src="https://cdn.tailwindcss.com"></script>
    
        <!-- Keep rest of your existing styles & scripts -->
    
        <script>
            window.addEventListener("scroll", function () {
                const header = document.querySelector("header.site-header");
    
                // Add sticky class after scrolling 50px
                if (window.scrollY > 50) {
                    header.classList.add("sticky");
                } else {
                    header.classList.remove("sticky");
                }
            });
        </script>
    
        <style>
            .animate-fade-in-left {
                animation: fadeInLeft 1s ease-out;
            }
    
            .animate-fade-in-right {
                animation: fadeInRight 1s ease-out;
            }
    
            @keyframes fadeInLeft {
                0% {
                    opacity: 0;
                    transform: translateX(-30px);
                }
    
                100% {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
    
           
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 35.157.26.135:80 · sneatetech.com

    2026-01-03 05:42

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Sat, 03 Jan 2026 05:42:58 GMT
    Location: https://sneatetech.com/
    Server: Netlify
    X-Nf-Request-Id: 01KE162QT8HJMJSE0QN197DPE4
    Content-Length: 38
    Connection: close
    
    
    Redirecting to https://sneatetech.com/
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · sneatetech.com

    2025-12-30 07:53

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; fwd=miss
    Content-Length: 52114
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 30 Dec 2025 07:53:37 GMT
    Etag: "d91879a41587cf8015861f6099e1b504-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDQ3Z3JYHCMX7KANMTA9VMJ8
    Connection: close
    
    Page title: SneateTech | Web Development, Mobile Apps, SEO & IT Solutions
    
    <!DOCTYPE html>
    <html lang="en-us">
    
    <!DOCTYPE html>
    <html lang="en-us">
    <head>
        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-QRC7GE849P"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());
            gtag('config', 'G-QRC7GE849P');
        </script>
    
        <title>SneateTech | Web Development, Mobile Apps, SEO & IT Solutions</title>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    
        <meta name="description" content="SneateTech – Expert in Web Development, Mobile Apps, SEO & Digital Marketing. Trusted IT services for US clients. Build smart, scale fast. Contact us today!" />
        <meta name="keywords" content="SneateTech, IT services, web development, mobile apps, SEO, digital marketing, UI/UX design, software development, IT consulting, Ahmedabad IT coaching" />
        <meta name="author" content="Juhi Jagwani" />
    
        <link rel="canonical" href="https://sneatetech.com/" />
    
        <!-- Open Graph -->
        <meta property="og:title" content="SneateTech – Future-Ready IT Solutions" />
        <meta property="og:description" content="Web Development, Mobile Apps, SEO & Digital Marketing Experts." />
        <meta property="og:url" content="https://sneatetech.com/" />
        <meta property="og:image" content="https://sneatetech.com/img/title-icon.png" />
        <meta property="og:type" content="website" />
    
        <!-- Twitter Card -->
        <meta name="twitter:card" content="summary_large_image" />
        <meta name="twitter:title" content="SneateTech – Web, Mobile, SEO & Digital Marketing" />
        <meta name="twitter:description" content="Trusted IT solutions in Web Development, SEO, Digital Marketing & Mobile Apps." />
        <meta name="twitter:image" content="https://sneatetech.com/img/title-icon.png" />
    
        <!-- JSON-LD Schema -->
        <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "name": "SneateTech",
          "url": "https://sneatetech.com/",
          "logo": "https://sneatetech.com/img/title-icon.png",
          "description": "SneateTech provides expert IT solutions including web development, mobile apps, SEO, and digital marketing.",
          "sameAs": [
            "https://www.facebook.com/sneatetech",
            "https://www.linkedin.com/company/sneatetech"
          ]
        }
        </script>
    
        <link rel="icon" href="/favicon.png" sizes="48x48" type="image/png">
    
        <link rel="stylesheet" href="css/skin.css" type="text/css" media="all" />
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    
        <script src="https://cdn.tailwindcss.com"></script>
    
        <!-- Keep rest of your existing styles & scripts -->
    
        <script>
            window.addEventListener("scroll", function () {
                const header = document.querySelector("header.site-header");
    
                // Add sticky class after scrolling 50px
                if (window.scrollY > 50) {
                    header.classList.add("sticky");
                } else {
                    header.classList.remove("sticky");
                }
            });
        </script>
    
        <style>
            .animate-fade-in-left {
                animation: fadeInLeft 1s ease-out;
            }
    
            .animate-fade-in-right {
                animation: fadeInRight 1s ease-out;
            }
    
            @keyframes fadeInLeft {
                0% {
                    opacity: 0;
                    transform: translateX(-30px);
                }
    
                100% {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
    
           
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · sneatetech.com

    2025-12-23 02:15

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 1
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 52114
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 23 Dec 2025 02:15:41 GMT
    Etag: "d91879a41587cf8015861f6099e1b504-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD4FV9EBFADD8YD7863V57NW
    Connection: close
    
    Page title: SneateTech | Web Development, Mobile Apps, SEO & IT Solutions
    
    <!DOCTYPE html>
    <html lang="en-us">
    
    <!DOCTYPE html>
    <html lang="en-us">
    <head>
        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-QRC7GE849P"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());
            gtag('config', 'G-QRC7GE849P');
        </script>
    
        <title>SneateTech | Web Development, Mobile Apps, SEO & IT Solutions</title>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    
        <meta name="description" content="SneateTech – Expert in Web Development, Mobile Apps, SEO & Digital Marketing. Trusted IT services for US clients. Build smart, scale fast. Contact us today!" />
        <meta name="keywords" content="SneateTech, IT services, web development, mobile apps, SEO, digital marketing, UI/UX design, software development, IT consulting, Ahmedabad IT coaching" />
        <meta name="author" content="Juhi Jagwani" />
    
        <link rel="canonical" href="https://sneatetech.com/" />
    
        <!-- Open Graph -->
        <meta property="og:title" content="SneateTech – Future-Ready IT Solutions" />
        <meta property="og:description" content="Web Development, Mobile Apps, SEO & Digital Marketing Experts." />
        <meta property="og:url" content="https://sneatetech.com/" />
        <meta property="og:image" content="https://sneatetech.com/img/title-icon.png" />
        <meta property="og:type" content="website" />
    
        <!-- Twitter Card -->
        <meta name="twitter:card" content="summary_large_image" />
        <meta name="twitter:title" content="SneateTech – Web, Mobile, SEO & Digital Marketing" />
        <meta name="twitter:description" content="Trusted IT solutions in Web Development, SEO, Digital Marketing & Mobile Apps." />
        <meta name="twitter:image" content="https://sneatetech.com/img/title-icon.png" />
    
        <!-- JSON-LD Schema -->
        <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "name": "SneateTech",
          "url": "https://sneatetech.com/",
          "logo": "https://sneatetech.com/img/title-icon.png",
          "description": "SneateTech provides expert IT solutions including web development, mobile apps, SEO, and digital marketing.",
          "sameAs": [
            "https://www.facebook.com/sneatetech",
            "https://www.linkedin.com/company/sneatetech"
          ]
        }
        </script>
    
        <link rel="icon" href="/favicon.png" sizes="48x48" type="image/png">
    
        <link rel="stylesheet" href="css/skin.css" type="text/css" media="all" />
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    
        <script src="https://cdn.tailwindcss.com"></script>
    
        <!-- Keep rest of your existing styles & scripts -->
    
        <script>
            window.addEventListener("scroll", function () {
                const header = document.querySelector("header.site-header");
    
                // Add sticky class after scrolling 50px
                if (window.scrollY > 50) {
                    header.classList.add("sticky");
                } else {
                    header.classList.remove("sticky");
                }
            });
        </script>
    
        <style>
            .animate-fade-in-left {
                animation: fadeInLeft 1s ease-out;
            }
    
            .animate-fade-in-right {
                animation: fadeInRight 1s ease-out;
            }
    
            @keyframes fadeInLeft {
                0% {
                    opacity: 0;
                    transform: translateX(-30px);
                }
    
                100% {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
    
           
    Found 2025-12-23 by HttpPlugin
    Create report
*.sneatetech.comsneatetech.com
CN:
sneatetech.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2026-01-03 04:44
Not after:
2026-04-03 04:44
*.sneatetech.comsneatetech.com
CN:
sneatetech.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-11-04 05:37
Not after:
2026-02-02 05:37
Domain summary
IP summary