Domain only2chat.com
United States
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443

  • Git configuration and history exposed
    First seen 2022-09-23 07:03
    Last seen 2022-10-11 11:39
    Open for 18 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbd02c36e5

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/technext/nubis.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2022-09-23 07:03
      296 Bytes
  • Open service 188.114.97.0:443 · only2chat.com

    2026-01-10 09:36

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 09:36:55 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Fri, 09 Jan 2026 12:20:55 GMT
    Cache-Control: max-age=300
    Expires: Sat, 10 Jan 2026 09:41:53 GMT
    Vary: Accept-Encoding
    Speculation-Rules: "/cdn-cgi/speculation"
    Age: 1
    X-Cache: HIT from only2chat.com
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=A601epmuPhMdn7WTjEHsYUMmszpjJOVfofR9vGueIPKr77DTDfzq6n1W6dDfR0RjkP9h6xdxeNCHw69kVA2thOLkv4oNlubiDg42C%2FQ%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbb315bda0003d0-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: only2chat.com: The safe & anonymous Chatroulette alternative
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <link rel="prefetch" href="https://app.only2chat.com/" />
        <meta charset="utf-8">
        <meta name="theme-color" content="#0092ff" />
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <title>only2chat.com: The safe & anonymous Chatroulette alternative</title>
        <meta name="description" content="Discover only2chat.com, the leading Chatroulette alternative. Instantly connect with random strangers worldwide via video chat – securely, anonymously, and without registration.">
        <meta name="robots" content="index, follow">
        <meta name="author" content="only2chat.com">
        <meta property="og:type" content="website">
        <meta property="og:url" content="https://only2chat.com/" />
        <meta property="og:site_name" content="only2chat.com" />
        <meta property="og:site" content="only2chat.com" />
        <meta property="og:title" content="only2chat.com: The safe & anonymous Chatroulette alternative"/>
        <meta property="og:description" content="Discover only2chat.com, the leading Chatroulette alternative. Instantly connect with random strangers worldwide via video chat – securely, anonymously, and without registration." />
        <meta property="og:image" content="https://only2chat.com/images/header-image.png" />
        <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
        <link rel="stylesheet" type="text/css" href="/css/styles.css">
        <link rel="icon" href="/images/favicon.png">
        <link rel="canonical" href="https://only2chat.com/" />
        <link rel="alternate" hreflang="x-default" href="https://only2chat.com/" />
        <link rel="alternate" hreflang="en" href="https://only2chat.com/" />
        <link rel="alternate" hreflang="de" href="https://only2chat.com/de/" />
        <link rel="alternate" hreflang="es" href="https://only2chat.com/es/" />
        <link rel="alternate" hreflang="fr" href="https://only2chat.com/fr/" />
        <link rel="alternate" hreflang="it" href="https://only2chat.com/it/" />
        <link rel="preload" as="image" href="https://only2chat.com/images/en-chat.png">
    </head> 
    
    <nav class="o2c-navbar">
      <div class="o2c-dropdown">
        <!-- Added id and onclick for better control -->
        <button id="o2c-btn" class="o2c-dropbtn" aria-haspopup="true" aria-expanded="false">
          🇺🇸 🇫🇷 🇩🇪 🇮🇹 🇪🇸 🇧🇷 🇵🇹 &#9662;
        </button>
        <div id="o2c-menu" class="o2c-dropdown-content">
          <a href="/">English</a>
          <a href="/fr/">Français</a>
          <a href="/de/">Deutsch</a>
          <a href="/it/">Italiano</a>
          <a href="/es/">Español</a>
          <a href="/br/">Português</a>
          <!--
          <hr>
          <a href="/settings">Settings</a>
          <a href="/logout">Logout</a> -->
        </div>
      </div>
    </nav>
    
    
     <style>
    .o2c-navbar {
      position: absolute;
      top: 1px;
      right: 15px;
      z-index: 1000;
      font-family: sans-serif;
    }
    
    .o2c-dropdown {
      position: relative;
      display: inline-block;
    }
    
    .o2c-dropbtn {
      background-color: #007bff;
      color: white;
      
      /* 1. Reduce padding (top/bottom and left/right) */
      padding: 6px 12px; 
      
      /* 2. Shrink the flags by reducing font size */
      font-size: 14px; 
      
      /* 3. Tighten the space between the flags */
      gap: 3px; 
      
      border: none;
      border-radius: 6px;
      cursor: pointer;
      display: flex;
      align-items: center;
      white-space: nowrap;
      
      /* This ensures the button isn't forced to be tall */
      min-height: auto; 
    }
    
    .o2c-dropdown-content {
      display: none; /* Hidden by default */
      position: absolute;
      right: 0;
      background-color: #ffffff;
      min-width: 180px;
      box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
      border-radius: 8px;
      margin-top: 5px;
      z-index: 1;
    }
    
    /* This class is added/removed by JavaScript */
    .o2c-dropdown-content.show {
      display: block;
    }
    
    .o2c-dropdown-content a {
      color: #333;
      padding: 14px 16px;
      text-decoration: none;
      display: block;
    }
    
    .o2c-dropdown-content a:hover {
      background-color: #f1f1f1;
    }
    
    .
    Found 2026-01-10 by HttpPlugin
    Create report
only2chat.com*.only2chat.com
CN:
only2chat.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-24 12:07
Not after:
2026-03-24 13:05
Domain summary
IP summary