Host 152.186.46.102
United States
NEWCOM-01
Ubuntu
Software information

Apache Apache 2.4.52

tcp/443 tcp/80

  • Git configuration and history exposed
    First seen 2024-12-01 03:41
    Last seen 2025-01-18 09:03
    Open for 48 days
    • Severity: critical
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65222d54f881

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://rgomez-newcomvoip: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@github.com/devel-cloudxentral/sipx-owb-client.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2025-01-18 09:03
      337 Bytes
  • Open service 152.186.46.102:443 · sample-fas.sipxentral.com

    2025-01-13 17:55

    HTTP/1.1 200 OK
    Date: Mon, 13 Jan 2025 17:55:16 GMT
    Server: Apache/2.4.52 (Ubuntu)
    Upgrade: h2,h2c
    Connection: Upgrade, close
    Last-Modified: Mon, 13 Jan 2025 17:50:56 GMT
    ETag: "3dab-62b9a1620d02d"
    Accept-Ranges: bytes
    Content-Length: 15787
    Vary: Accept-Encoding
    X-Content-Type-Options: nosniff
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 1; mode=block
    Access-Control-Allow-Origin: *
    Content-Type: text/html
    
    Page title: Landing Page
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="UTF-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1.0" />
            <title>Landing Page</title>
            <!-- Tailwind CSS -->
            <script src="https://cdn.tailwindcss.com"></script>
            <!-- React and ReactDOM -->
            <script
                crossorigin
                src="https://unpkg.com/react@18/umd/react.development.js"
            ></script>
            <script
                crossorigin
                src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"
            ></script>
            <!-- Lucide Icons -->
            <script src="https://unpkg.com/lucide@latest"></script>
            <!-- Babel for JSX -->
            <script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
        </head>
        <body>
            <div id="root"></div>
            <!-- Your React component -->
            <script type="text/babel" data-type="module">
                const { Menu, X } = lucide;
    
                const LandingPage = () => {
                    const [isMenuOpen, setIsMenuOpen] = React.useState(false);
    
                    return (
                        <div className="min-h-screen flex flex-col">
                            {/* Header */}
                            <header className="bg-white shadow-md">
                                <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
                                    <div className="flex justify-between h-16 items-center">
                                        <div className="flex-shrink-0">
                                            <img
                                                src="images/logo.png"
                                                alt="Company Logo"
                                                className="h-8"
                                            />
                                        </div>
    
                                        {/* Mobile menu button */}
                                        <div className="md:hidden">
                                            <button
                                                onClick={() =>
                                                    setIsMenuOpen(!isMenuOpen)
                                                }
                                                className="text-gray-500 hover:text-gray-700"
                                            >
                                                {isMenuOpen ? (
                                                    <i
                                                        data-lucide="x"
                                                        className="w-6 h-6"
                                                    ></i>
                                                ) : (
                                                    <i
                                                        data-lucide="menu"
                                                        className="w-6 h-6"
                                                    ></i>
                                                )}
                                            </button>
                                        </div>
    
                                        {/* Desktop menu */}
                                        <nav className="hidden md:flex space-x-8">
                                            <a
                                                href="#"
                                                className="text-gray-700 hover:text-gray-900"
                                            >
                                                Home
                                            </a>
                                            <a
                                                href="#"
                                                className="text-gray-700 hover:text-gray-900"
                                            >
                                                About
                                            </a>
                                            <a
                                                href="#"
                                                className="text-gray-700 hover:text-gray-900"
                                            >
          
    Found 2025-01-13 by HttpPlugin
    Create report
  • Open service 152.186.46.102:80 · sample-fas.sipxentral.com

    2025-01-13 17:55

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 13 Jan 2025 17:55:15 GMT
    Server: Apache/2.4.52 (Ubuntu)
    Location: https://sample-fas.sipxentral.com/
    Content-Length: 333
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://sample-fas.sipxentral.com/">here</a>.</p>
    <hr>
    <address>Apache/2.4.52 (Ubuntu) Server at sample-fas.sipxentral.com Port 80</address>
    </body></html>
    
    Found 2025-01-13 by HttpPlugin
    Create report
  • Open service 152.186.46.102:443 · owb.sipxentral.com

    2025-01-08 10:21

    HTTP/1.1 200 OK
    Date: Wed, 08 Jan 2025 10:21:45 GMT
    Server: Apache/2.4.52 (Ubuntu)
    Upgrade: h2
    Connection: Upgrade, close
    Last-Modified: Thu, 21 Nov 2024 23:12:24 GMT
    ETag: "1ce-627746638bd8d"
    Accept-Ranges: bytes
    Content-Length: 462
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Content-Type: text/html
    
    Page title: WebPhone
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="UTF-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1.0" />
            <title>WebPhone</title>
        </head>
        <body>
            <h1>Sample Page</h1>
            <a
                href="#"
                onclick="openWebPhoneWidget('48h_87738DAC')"
                >Open WebPhone</a
            >
        </body>
        <script src="https://omni.sipxentral.com/sipx-loader.js"></script>
    </html>
    
    Found 2025-01-08 by HttpPlugin
    Create report
  • Open service 152.186.46.102:443 · owb.sipxentral.com

    2025-01-04 12:27

    HTTP/1.1 200 OK
    Date: Sat, 04 Jan 2025 12:27:40 GMT
    Server: Apache/2.4.52 (Ubuntu)
    Upgrade: h2
    Connection: Upgrade, close
    Last-Modified: Thu, 21 Nov 2024 23:12:24 GMT
    ETag: "1ce-627746638bd8d"
    Accept-Ranges: bytes
    Content-Length: 462
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Content-Type: text/html
    
    Page title: WebPhone
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="UTF-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1.0" />
            <title>WebPhone</title>
        </head>
        <body>
            <h1>Sample Page</h1>
            <a
                href="#"
                onclick="openWebPhoneWidget('48h_87738DAC')"
                >Open WebPhone</a
            >
        </body>
        <script src="https://omni.sipxentral.com/sipx-loader.js"></script>
    </html>
    
    Found 2025-01-04 by HttpPlugin
    Create report
  • Open service 152.186.46.102:443 · owb.sipxentral.com

    2024-12-30 14:52

    HTTP/1.1 200 OK
    Date: Mon, 30 Dec 2024 14:53:01 GMT
    Server: Apache/2.4.52 (Ubuntu)
    Upgrade: h2
    Connection: Upgrade, close
    Last-Modified: Thu, 21 Nov 2024 23:12:24 GMT
    ETag: "1ce-627746638bd8d"
    Accept-Ranges: bytes
    Content-Length: 462
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Content-Type: text/html
    
    Page title: WebPhone
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="UTF-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1.0" />
            <title>WebPhone</title>
        </head>
        <body>
            <h1>Sample Page</h1>
            <a
                href="#"
                onclick="openWebPhoneWidget('48h_87738DAC')"
                >Open WebPhone</a
            >
        </body>
        <script src="https://omni.sipxentral.com/sipx-loader.js"></script>
    </html>
    
    Found 2024-12-30 by HttpPlugin
    Create report
  • Open service 152.186.46.102:443 · owb.sipxentral.com

    2024-12-24 06:38

    HTTP/1.1 200 OK
    Date: Tue, 24 Dec 2024 06:38:33 GMT
    Server: Apache/2.4.52 (Ubuntu)
    Upgrade: h2
    Connection: Upgrade, close
    Last-Modified: Thu, 21 Nov 2024 23:12:24 GMT
    ETag: "1ce-627746638bd8d"
    Accept-Ranges: bytes
    Content-Length: 462
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Content-Type: text/html
    
    Page title: WebPhone
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="UTF-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1.0" />
            <title>WebPhone</title>
        </head>
        <body>
            <h1>Sample Page</h1>
            <a
                href="#"
                onclick="openWebPhoneWidget('48h_87738DAC')"
                >Open WebPhone</a
            >
        </body>
        <script src="https://omni.sipxentral.com/sipx-loader.js"></script>
    </html>
    
    Found 2024-12-24 by HttpPlugin
    Create report
  • Open service 152.186.46.102:443 · owb.sipxentral.com

    2024-12-22 04:27

    HTTP/1.1 200 OK
    Date: Sun, 22 Dec 2024 04:27:38 GMT
    Server: Apache/2.4.52 (Ubuntu)
    Upgrade: h2
    Connection: Upgrade, close
    Last-Modified: Thu, 21 Nov 2024 23:12:24 GMT
    ETag: "1ce-627746638bd8d"
    Accept-Ranges: bytes
    Content-Length: 462
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Content-Type: text/html
    
    Page title: WebPhone
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="UTF-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1.0" />
            <title>WebPhone</title>
        </head>
        <body>
            <h1>Sample Page</h1>
            <a
                href="#"
                onclick="openWebPhoneWidget('48h_87738DAC')"
                >Open WebPhone</a
            >
        </body>
        <script src="https://omni.sipxentral.com/sipx-loader.js"></script>
    </html>
    
    Found 2024-12-22 by HttpPlugin
    Create report
sample-fas.sipxentral.com
CN:
sample-fas.sipxentral.com
Key:
RSA-2048
Issuer:
R10
Not before:
2025-01-13 16:55
Not after:
2025-04-13 16:55
owb.sipxentral.com
CN:
owb.sipxentral.com
Key:
RSA-2048
Issuer:
R11
Not before:
2024-12-01 02:42
Not after:
2025-03-01 02:42