Domain theseedapp.com
British Virgin Islands
CONFLUENCE-NETWORK-INC
Software information

Netlify

tcp/443 tcp/80

nginx nginx 1.28.0

tcp/80

  • Git configuration and history exposed
    First seen 2025-06-21 18:45
    Last seen 2025-06-22 16:39
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522f0c830c9

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      	ignorecase = true
      	precomposeunicode = true
      [remote "origin"]
      	url = https://github.com/theseedapp/seed-platform.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2025-06-22 16:39
      313 Bytes
  • Open service 208.91.197.27:443 · theseedapp.com

    2026-01-08 21:04

    
                                
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 208.91.197.27:80 · theseedapp.com

    2026-01-08 21:04

    HTTP/1.1 200 OK
    Server: nginx/1.28.0
    Date: Thu, 08 Jan 2026 21:05:15 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    x-sc-h: 21-xcet
    via: 1.1 google
    Connection: close
    
    
    <div align=center>
    <h3>Error. Page cannot be displayed. Please contact your service provider for more details.</h3>
    </div>
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 35.157.26.135:80 · theseedapp.com

    2025-12-19 10:57

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Fri, 19 Dec 2025 10:57:16 GMT
    Location: https://theseedapp.com/
    Server: Netlify
    X-Nf-Request-Id: 01KCV43EXEKB79X76SRJ4SCCBF
    Content-Length: 38
    Connection: close
    
    
    Redirecting to https://theseedapp.com/
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 63.176.8.218:80 · theseedapp.com

    2025-12-19 10:57

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Fri, 19 Dec 2025 10:57:15 GMT
    Location: https://theseedapp.com/
    Server: Netlify
    X-Nf-Request-Id: 01KCV43EN6K5WZBB6YT8478CNB
    Content-Length: 38
    Connection: close
    
    
    Redirecting to https://theseedapp.com/
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 63.176.8.218:443 · theseedapp.com

    2025-12-19 10:57

    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: 54653
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 19 Dec 2025 10:57:16 GMT
    Etag: "15b400fa5cac3912b7b93aeaa2de8873-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCV43FJ6K19D2NGRD4D7W3FJ
    Connection: close
    
    Page title: Seed: Slow down. Think with God. Live rooted.
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Seed: Slow down. Think with God. Live rooted.</title>
        <!-- Tailwind CSS CDN -->
        <script src="https://cdn.tailwindcss.com"></script>
        <!-- Font Awesome for icons -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
        <!-- Google Fonts - Inter -->
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            /* Custom gradient background utility */
            .custom-gradient-bg {
                background: linear-gradient(to bottom, #34403a, #285238);
            }
            /* Reversed gradient for homepage hero */
            .reversed-gradient-home {
                background: linear-gradient(to top, #34403a, #285238);
            }
            /* Footer gradient (swapped with home) */
            .footer-gradient {
                background: linear-gradient(to bottom, #34403a, #285238);
            }
            /* Custom Tailwind Configuration for colors and font */
            html {
                scroll-behavior: smooth;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background-color: #fff9de;
                /* seed-off-white */
                color: #34403a;
                /* seed-dark-green */
            }
    
            /* Custom scrollbar for better aesthetics */
            ::-webkit-scrollbar {
                width: 8px;
            }
    
            ::-webkit-scrollbar-track {
                background: #fff3bf;
                /* seed-light-yellow */
                border-radius: 10px;
            }
    
            ::-webkit-scrollbar-thumb {
                background: #94a37c;
                /* seed-light-olive */
                border-radius: 10px;
            }
    
            ::-webkit-scrollbar-thumb:hover {
                background: #285238;
                /* seed-medium-green */
            }
    
            /* Custom animation for fading in sections */
            @keyframes fade-in {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }
    
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .animate-fade-in {
                animation: fade-in 0.6s ease-out forwards;
            }
    
            /* Style for #searchInput to match dropdown/date input design */
            #searchInput {
                background-color: #d4d3a9;
                color: #34403a;
                border: none;
                border-radius: 8px;
                padding: 12px;
                width: 100%;
                font-size: 1rem;
                margin-bottom: 1rem;
            }
    
            #searchInput::placeholder {
                color: #808060;
            }
        </style>
        <script>
            // Tailwind CSS custom configuration
            tailwind.config = {
                theme: {
                    extend: {
                        colors: {
                            'seed-dark-green': '#34403a',
                            'seed-medium-green': '#285238',
                            'seed-light-olive': '#94a37c',
                            'seed-pale-yellow': '#cacb9e',
                            'seed-light-yellow': '#fff3bf',
                            'seed-off-white': '#fff9de',
                        },
                        fontFamily: {
                            inter: ['Inter', 'sans-serif'],
                        },
                    }
                }
            }
        </script>
        <!-- Favicon for browser tabs -->
        <link rel="icon" href="https://i.imgur.com/fBngafT.png" type="image/png">
    
        <!-- Apple Touch Icon for iOS Home Screen -->
        <link rel="apple-touch-icon" href="https://i.imgur.com/fBngafT.png">
    
        <!-- PWA Manifest -->
        <link rel="manifest" href="manifest.json">
        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-LYRZYQJDHX"></script>
        <script>
          window.dataLayer = window.dataLayer || [];
          function gtag(){dataLayer.push(arguments);}
          gtag('js', new Date());
    
          gtag('config', 'G-LYRZYQJDHX');
        </
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · theseedapp.com

    2025-12-19 10:57

    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: 54653
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 19 Dec 2025 10:57:16 GMT
    Etag: "15b400fa5cac3912b7b93aeaa2de8873-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCV43EWC3CNXX60G6BPMD4D4
    Connection: close
    
    Page title: Seed: Slow down. Think with God. Live rooted.
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Seed: Slow down. Think with God. Live rooted.</title>
        <!-- Tailwind CSS CDN -->
        <script src="https://cdn.tailwindcss.com"></script>
        <!-- Font Awesome for icons -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
        <!-- Google Fonts - Inter -->
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            /* Custom gradient background utility */
            .custom-gradient-bg {
                background: linear-gradient(to bottom, #34403a, #285238);
            }
            /* Reversed gradient for homepage hero */
            .reversed-gradient-home {
                background: linear-gradient(to top, #34403a, #285238);
            }
            /* Footer gradient (swapped with home) */
            .footer-gradient {
                background: linear-gradient(to bottom, #34403a, #285238);
            }
            /* Custom Tailwind Configuration for colors and font */
            html {
                scroll-behavior: smooth;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background-color: #fff9de;
                /* seed-off-white */
                color: #34403a;
                /* seed-dark-green */
            }
    
            /* Custom scrollbar for better aesthetics */
            ::-webkit-scrollbar {
                width: 8px;
            }
    
            ::-webkit-scrollbar-track {
                background: #fff3bf;
                /* seed-light-yellow */
                border-radius: 10px;
            }
    
            ::-webkit-scrollbar-thumb {
                background: #94a37c;
                /* seed-light-olive */
                border-radius: 10px;
            }
    
            ::-webkit-scrollbar-thumb:hover {
                background: #285238;
                /* seed-medium-green */
            }
    
            /* Custom animation for fading in sections */
            @keyframes fade-in {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }
    
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .animate-fade-in {
                animation: fade-in 0.6s ease-out forwards;
            }
    
            /* Style for #searchInput to match dropdown/date input design */
            #searchInput {
                background-color: #d4d3a9;
                color: #34403a;
                border: none;
                border-radius: 8px;
                padding: 12px;
                width: 100%;
                font-size: 1rem;
                margin-bottom: 1rem;
            }
    
            #searchInput::placeholder {
                color: #808060;
            }
        </style>
        <script>
            // Tailwind CSS custom configuration
            tailwind.config = {
                theme: {
                    extend: {
                        colors: {
                            'seed-dark-green': '#34403a',
                            'seed-medium-green': '#285238',
                            'seed-light-olive': '#94a37c',
                            'seed-pale-yellow': '#cacb9e',
                            'seed-light-yellow': '#fff3bf',
                            'seed-off-white': '#fff9de',
                        },
                        fontFamily: {
                            inter: ['Inter', 'sans-serif'],
                        },
                    }
                }
            }
        </script>
        <!-- Favicon for browser tabs -->
        <link rel="icon" href="https://i.imgur.com/fBngafT.png" type="image/png">
    
        <!-- Apple Touch Icon for iOS Home Screen -->
        <link rel="apple-touch-icon" href="https://i.imgur.com/fBngafT.png">
    
        <!-- PWA Manifest -->
        <link rel="manifest" href="manifest.json">
        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-LYRZYQJDHX"></script>
        <script>
          window.dataLayer = window.dataLayer || [];
          function gtag(){dataLayer.push(arguments);}
          gtag('js', new Date());
    
          gtag('config', 'G-LYRZYQJDHX');
        </
    Found 2025-12-19 by HttpPlugin
    Create report
*.theseedapp.comtheseedapp.com
CN:
theseedapp.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-12-19 09:57
Not after:
2026-03-19 09:57
Domain summary