Domain gaspereauworks.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443

  • Git configuration and history exposed
    First seen 2025-11-07 08:09
    Last seen 2026-02-09 20:21
    Open for 94 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522975c2c20

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = git@github.com:900direct/core.git
      	fetch = +refs/heads/master:refs/remotes/origin/master
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      [lfs]
      	repositoryformatversion = 0
      
      Found on 2026-02-09 20:21
      303 Bytes
  • Open service 172.67.185.113:443 · gaspereauworks.com

    2026-01-23 04:53

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 04:53:13 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    X-Powered-By: PHP/8.3.26
    Set-Cookie: PHPSESSID=fd6bce16ddbd7b9ba6f253cb06727078; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Pragma: no-cache
    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hNdsxqi1PYJOHDuA3vx3Zo3iRMweoJa3tJpJINOYdxFEfIFHxQGCGzuDYuTSW%2FL2qSr9ZnCqZ3NuGOxUiGp5sdxIMglCbwswmQepnclDK%2BJBAQ%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c24afa0ac09ada3-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: GaspereauWorks | Legal Services for Entrepreneurs
    
    <!DOCTYPE html>
    <html lang="en_US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>GaspereauWorks | Legal Services for Entrepreneurs</title>
    <link rel="icon" href="img/fav_68ef96f85b8f69.20078388.png">
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
    <link rel="stylesheet" href="styles.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    <style>
    	#popup {
    		display: none;
    	}
    </style>
    </head>
    <body>
    <nav class="bg-gray-800 text-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between h-16">
                <div class="flex items-center">
                    <div class="text-xl font-bold">GaspereauWorks</div>
                </div>
                <div class="flex items-center sm:hidden">
                    <button id="menu-button" class="text-white focus:outline-none">
                        <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7"></path></svg>
                    </button>
                </div>
                <div class="hidden sm:flex sm:items-center">
                    <a href="/" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">Home</a>
                    <a href="#about" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">About</a>
                    <a href="policy.html" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">Policy</a>
                    <a href="contacts.html" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">Contacts</a>
                </div>
            </div>
        </div>
        <div id="mobile-menu" class="sm:hidden">
            <div class="px-2 pt-2 pb-3 space-y-1">
                <a href="/" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">Home</a>
                <a href="#about" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">About</a>
                <a href="policy.html" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">Policy</a>
                <a href="contacts.html" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">Contacts</a>
            </div>
        </div>
    </nav>
    
    <script>
        const menuButton = document.getElementById('menu-button');
        const mobileMenu = document.getElementById('mobile-menu');
    
        menuButton.addEventListener('click', () => {
            mobileMenu.classList.toggle('hidden');
        });
    </script>
    
    <section  class="bg-blue-500 min-h-screen flex items-center justify-center text-white">
        <div  class="text-center">
            <h1  class="text-4xl font-bold mb-4">Welcome to GaspereauWorks</h1>
            <p  class="text-lg mb-8">Legal Services Tailored for Entrepreneurs</p>
            <div  class="flex justify-center gap-4">
                <button id="call-to-action" data-bs-toggle="modal" data-bs-target="#popup"  class="bg-green-600 hover:bg-green-700 text-white font-semibold py-2 px-4 rounded">
                    Request a Call
                </button>
                <a href="#about"  class="bg-gray-600 hover:bg-gray-700 text-white font-semibold py-2 px-4 rounded">
                    About Us
                </a>
            </div>
        </div>
    </section>
    <section  class="py-12 bg-gray-100">
        <div  class="container mx-auto text-center">
            <h2  class="text-3xl font-bold mb-6">What Our Clients Say</h2>
            <div  class="relative">
                <div  class="slider">
                    <div  class="slide p-8 bg-white shadow-md rounded-lg">
                        <p  class="text-lg italic">"GaspereauWorks has been an invaluable partner for my business. Their guidance has been exceptional!"</p>
                        <p  class="mt-4 font-semibold">- Alex Johnson</p>
                    </div>
                    <div  class="slide p-8 bg-white shadow-md rounded-lg">
                        <p  class="text-lg italic">"The support 
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.67.185.113:443 · gaspereauworks.com

    2026-01-09 17:15

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 17:15:38 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    X-Powered-By: PHP/8.3.26
    Set-Cookie: PHPSESSID=675ff760ba315b12bcbf76abadcf6c05; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Pragma: no-cache
    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3NbXEi4jgPid%2FXdZdUW%2FfslhoJhSbbJBNoFoQgjABgmLwVvjKjk%2BjHunBBXRHcDw8FBWE2FC7hEAA98vgQ6Dwg8s%2FZwhTawoaX5lAREkvL4ybg%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb593e51eb8e247-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: GaspereauWorks | Legal Services for Entrepreneurs
    
    <!DOCTYPE html>
    <html lang="en_US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>GaspereauWorks | Legal Services for Entrepreneurs</title>
    <link rel="icon" href="img/fav_68ef96f85b8f69.20078388.png">
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
    <link rel="stylesheet" href="styles.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    <style>
    	#popup {
    		display: none;
    	}
    </style>
    </head>
    <body>
    <nav class="bg-gray-800 text-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between h-16">
                <div class="flex items-center">
                    <div class="text-xl font-bold">GaspereauWorks</div>
                </div>
                <div class="flex items-center sm:hidden">
                    <button id="menu-button" class="text-white focus:outline-none">
                        <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7"></path></svg>
                    </button>
                </div>
                <div class="hidden sm:flex sm:items-center">
                    <a href="/" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">Home</a>
                    <a href="#about" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">About</a>
                    <a href="policy.html" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">Policy</a>
                    <a href="contacts.html" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">Contacts</a>
                </div>
            </div>
        </div>
        <div id="mobile-menu" class="sm:hidden">
            <div class="px-2 pt-2 pb-3 space-y-1">
                <a href="/" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">Home</a>
                <a href="#about" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">About</a>
                <a href="policy.html" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">Policy</a>
                <a href="contacts.html" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">Contacts</a>
            </div>
        </div>
    </nav>
    
    <script>
        const menuButton = document.getElementById('menu-button');
        const mobileMenu = document.getElementById('mobile-menu');
    
        menuButton.addEventListener('click', () => {
            mobileMenu.classList.toggle('hidden');
        });
    </script>
    
    <section  class="bg-blue-500 min-h-screen flex items-center justify-center text-white">
        <div  class="text-center">
            <h1  class="text-4xl font-bold mb-4">Welcome to GaspereauWorks</h1>
            <p  class="text-lg mb-8">Legal Services Tailored for Entrepreneurs</p>
            <div  class="flex justify-center gap-4">
                <button id="call-to-action" data-bs-toggle="modal" data-bs-target="#popup"  class="bg-green-600 hover:bg-green-700 text-white font-semibold py-2 px-4 rounded">
                    Request a Call
                </button>
                <a href="#about"  class="bg-gray-600 hover:bg-gray-700 text-white font-semibold py-2 px-4 rounded">
                    About Us
                </a>
            </div>
        </div>
    </section>
    <section  class="py-12 bg-gray-100">
        <div  class="container mx-auto text-center">
            <h2  class="text-3xl font-bold mb-6">What Our Clients Say</h2>
            <div  class="relative">
                <div  class="slider">
                    <div  class="slide p-8 bg-white shadow-md rounded-lg">
                        <p  class="text-lg italic">"GaspereauWorks has been an invaluable partner for my business. Their guidance has been exceptional!"</p>
                        <p  class="mt-4 font-semibold">- Alex Johnson</p>
                    </div>
                    <div  class="slide p-8 bg-white shadow-md rounded-lg">
                        <p  class="text-lg italic">"The support 
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.67.185.113:443 · gaspereauworks.com

    2026-01-02 23:23

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 23:23:06 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    X-Powered-By: PHP/8.3.26
    Set-Cookie: PHPSESSID=7ceade43354ce3aa5a0d54129610e248; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Pragma: no-cache
    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=YKT7eVxbngqGyDT%2FM9UINg9wM8U2zzjb9dm34J5E48binC0w8eaODvY%2FrY9LcfyufLJqkUzR%2BoFgkbYBpa5j6549%2FooZQNm6TeAEqf8EY%2FWxeA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b7e00905ec50493-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: GaspereauWorks | Legal Services for Entrepreneurs
    
    <!DOCTYPE html>
    <html lang="en_US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>GaspereauWorks | Legal Services for Entrepreneurs</title>
    <link rel="icon" href="img/fav_68ef96f85b8f69.20078388.png">
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
    <link rel="stylesheet" href="styles.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    <style>
    	#popup {
    		display: none;
    	}
    </style>
    </head>
    <body>
    <nav class="bg-gray-800 text-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between h-16">
                <div class="flex items-center">
                    <div class="text-xl font-bold">GaspereauWorks</div>
                </div>
                <div class="flex items-center sm:hidden">
                    <button id="menu-button" class="text-white focus:outline-none">
                        <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7"></path></svg>
                    </button>
                </div>
                <div class="hidden sm:flex sm:items-center">
                    <a href="/" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">Home</a>
                    <a href="#about" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">About</a>
                    <a href="policy.html" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">Policy</a>
                    <a href="contacts.html" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">Contacts</a>
                </div>
            </div>
        </div>
        <div id="mobile-menu" class="sm:hidden">
            <div class="px-2 pt-2 pb-3 space-y-1">
                <a href="/" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">Home</a>
                <a href="#about" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">About</a>
                <a href="policy.html" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">Policy</a>
                <a href="contacts.html" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">Contacts</a>
            </div>
        </div>
    </nav>
    
    <script>
        const menuButton = document.getElementById('menu-button');
        const mobileMenu = document.getElementById('mobile-menu');
    
        menuButton.addEventListener('click', () => {
            mobileMenu.classList.toggle('hidden');
        });
    </script>
    
    <section  class="bg-blue-500 min-h-screen flex items-center justify-center text-white">
        <div  class="text-center">
            <h1  class="text-4xl font-bold mb-4">Welcome to GaspereauWorks</h1>
            <p  class="text-lg mb-8">Legal Services Tailored for Entrepreneurs</p>
            <div  class="flex justify-center gap-4">
                <button id="call-to-action" data-bs-toggle="modal" data-bs-target="#popup"  class="bg-green-600 hover:bg-green-700 text-white font-semibold py-2 px-4 rounded">
                    Request a Call
                </button>
                <a href="#about"  class="bg-gray-600 hover:bg-gray-700 text-white font-semibold py-2 px-4 rounded">
                    About Us
                </a>
            </div>
        </div>
    </section>
    <section  class="py-12 bg-gray-100">
        <div  class="container mx-auto text-center">
            <h2  class="text-3xl font-bold mb-6">What Our Clients Say</h2>
            <div  class="relative">
                <div  class="slider">
                    <div  class="slide p-8 bg-white shadow-md rounded-lg">
                        <p  class="text-lg italic">"GaspereauWorks has been an invaluable partner for my business. Their guidance has been exceptional!"</p>
                        <p  class="mt-4 font-semibold">- Alex Johnson</p>
                    </div>
                    <div  class="slide p-8 bg-white shadow-md rounded-lg">
                        <p  class="text-lg italic">"The support 
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 172.67.185.113:443 · gaspereauworks.com

    2025-12-22 15:43

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 15:43:08 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    X-Powered-By: PHP/8.3.26
    Set-Cookie: PHPSESSID=b4f8dcaac8ece6b469d32c5f753678ab; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Pragma: no-cache
    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yjJkqFQVCF7QCr9O9sVD0cIhLtg6ojro0wSM66ksJHMSTiQFT5tbTtPWviIH1o%2FLiAJhUAYsEdC%2Fkovc6MPp9SiwgTPiMNi7MJTvLupDoNZ%2Bhw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=758
    CF-RAY: 9b20bbaaca9739d8-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: GaspereauWorks | Legal Services for Entrepreneurs
    
    <!DOCTYPE html>
    <html lang="en_US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>GaspereauWorks | Legal Services for Entrepreneurs</title>
    <link rel="icon" href="img/fav_68ef96f85b8f69.20078388.png">
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
    <link rel="stylesheet" href="styles.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    <style>
    	#popup {
    		display: none;
    	}
    </style>
    </head>
    <body>
    <nav class="bg-gray-800 text-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between h-16">
                <div class="flex items-center">
                    <div class="text-xl font-bold">GaspereauWorks</div>
                </div>
                <div class="flex items-center sm:hidden">
                    <button id="menu-button" class="text-white focus:outline-none">
                        <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7"></path></svg>
                    </button>
                </div>
                <div class="hidden sm:flex sm:items-center">
                    <a href="/" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">Home</a>
                    <a href="#about" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">About</a>
                    <a href="policy.html" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">Policy</a>
                    <a href="contacts.html" class="px-3 py-2 text-sm font-medium hover:bg-gray-700">Contacts</a>
                </div>
            </div>
        </div>
        <div id="mobile-menu" class="sm:hidden">
            <div class="px-2 pt-2 pb-3 space-y-1">
                <a href="/" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">Home</a>
                <a href="#about" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">About</a>
                <a href="policy.html" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">Policy</a>
                <a href="contacts.html" class="block px-3 py-2 text-base font-medium hover:bg-gray-700">Contacts</a>
            </div>
        </div>
    </nav>
    
    <script>
        const menuButton = document.getElementById('menu-button');
        const mobileMenu = document.getElementById('mobile-menu');
    
        menuButton.addEventListener('click', () => {
            mobileMenu.classList.toggle('hidden');
        });
    </script>
    
    <section  class="bg-blue-500 min-h-screen flex items-center justify-center text-white">
        <div  class="text-center">
            <h1  class="text-4xl font-bold mb-4">Welcome to GaspereauWorks</h1>
            <p  class="text-lg mb-8">Legal Services Tailored for Entrepreneurs</p>
            <div  class="flex justify-center gap-4">
                <button id="call-to-action" data-bs-toggle="modal" data-bs-target="#popup"  class="bg-green-600 hover:bg-green-700 text-white font-semibold py-2 px-4 rounded">
                    Request a Call
                </button>
                <a href="#about"  class="bg-gray-600 hover:bg-gray-700 text-white font-semibold py-2 px-4 rounded">
                    About Us
                </a>
            </div>
        </div>
    </section>
    <section  class="py-12 bg-gray-100">
        <div  class="container mx-auto text-center">
            <h2  class="text-3xl font-bold mb-6">What Our Clients Say</h2>
            <div  class="relative">
                <div  class="slider">
                    <div  class="slide p-8 bg-white shadow-md rounded-lg">
                        <p  class="text-lg italic">"GaspereauWorks has been an invaluable partner for my business. Their guidance has been exceptional!"</p>
                        <p  class="mt-4 font-semibold">- Alex Johnson</p>
                    </div>
                    <div  class="slide p-8 bg-white shadow-md rounded-lg">
                        <p  class="text-lg italic">"The support 
    Found 2025-12-22 by HttpPlugin
    Create report
gaspereauworks.com*.gaspereauworks.com
CN:
gaspereauworks.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-25 10:44
Not after:
2026-03-25 11:42
gaspereauworks.com*.gaspereauworks.com
CN:
gaspereauworks.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-10-27 07:52
Not after:
2026-01-25 08:50
Domain summary
IP summary