Domain data.tajalzain.com
United States
UNIFIEDLAYER-AS-1
Software information

Apache Apache

tcp/443 tcp/80

  • Open service 50.87.146.200:80 · www.data.tajalzain.com

    2026-01-26 06:37

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 06:37:40 GMT
    Server: Apache
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Set-Cookie: PHPSESSID=3213bc62e0ca7cf37407d6f8c1c4ad88; path=/
    Upgrade: h2,h2c
    Connection: Upgrade, close
    Vary: Accept-Encoding
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    
    
    <script type='text/javascript'>window.top.location='https://data.tajalzain.com/'</script>
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 50.87.146.200:443 · www.data.tajalzain.com

    2026-01-26 06:37

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 06:37:30 GMT
    Server: Apache
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Set-Cookie: PHPSESSID=14d9a30745a715dca71c16e2e582b148; path=/
    Upgrade: h2,h2c
    Connection: Upgrade, close
    Vary: Accept-Encoding
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    
    
    <script type='text/javascript'>window.top.location='https://data.tajalzain.com/'</script>
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 50.87.146.200:443 · data.tajalzain.com

    2026-01-26 06:37

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 06:37:30 GMT
    Server: Apache
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Set-Cookie: PHPSESSID=cbc367b9d8405147e10e9106a76508d9; path=/
    Upgrade: h2,h2c
    Connection: Upgrade, close
    Vary: Accept-Encoding
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    
    Page title: Bus Trip System
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <title>Bus Trip System</title>
      <!-- Iconic Fonts -->
      <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
      <link rel="stylesheet" href="vendors/iconic-fonts/flat-icons/flaticon.css">
      <link href="vendors/iconic-fonts/font-awesome/css/all.min.css" rel="stylesheet">
      <!-- Bootstrap core CSS -->
      <link href="assets/css/bootstrap.min.css" rel="stylesheet">
      <!-- jQuery UI -->
      <link href="assets/css/jquery-ui.min.css" rel="stylesheet">
      <!-- Costic styles -->
      <link href="assets/css/style.css" rel="stylesheet">
      <!-- Favicon -->
      <link rel="icon" type="image/png" sizes="32x32" href="../../favicon.ico">
    </head>
    
    <body class="ms-body ms-primary-theme ms-logged-out">
     
      <!-- Preloader -->
      <div id="preloader-wrap">
        <div class="spinner spinner-8">
          <div class="ms-circle1 ms-child"></div>
          <div class="ms-circle2 ms-child"></div>
          <div class="ms-circle3 ms-child"></div>
          <div class="ms-circle4 ms-child"></div>
          <div class="ms-circle5 ms-child"></div>
          <div class="ms-circle6 ms-child"></div>
          <div class="ms-circle7 ms-child"></div>
          <div class="ms-circle8 ms-child"></div>
          <div class="ms-circle9 ms-child"></div>
          <div class="ms-circle10 ms-child"></div>
          <div class="ms-circle11 ms-child"></div>
          <div class="ms-circle12 ms-child"></div>
        </div>
      </div>
      <!-- Overlays -->
      <div class="ms-aside-overlay ms-overlay-left ms-toggler" data-target="#ms-side-nav" data-toggle="slideLeft"></div>
      <div class="ms-aside-overlay ms-overlay-right ms-toggler" data-target="#ms-recent-activity" data-toggle="slideRight"></div>
      <!-- Sidebar Navigation Left -->
      <aside id="ms-side-nav" class="side-nav fixed ms-aside-scrollable ms-aside-left">
        <!-- Logo -->
        <div class="logo-sn ms-d-block-lg">
          <a class="pl-0 ml-0 text-center" href="../../index.html">
            <img src="../../assets/img/costic/logo.png" alt="logo">
          </a>
        </div>
        <!-- Navigation -->
        <ul class="accordion ms-main-aside fs-14" id="side-nav-accordion">
         
     
         
      
        
         
        
        
        </ul>
      </aside>
      <!-- Main Content -->
      <main class="body-content">
        <!-- Navigation Bar -->
      
        <!-- Body Content Wrapper -->
        <div class="ms-content-wrapper ms-auth">
          <div class="ms-auth-container">
            <div class="ms-auth-col">
              <div class="ms-auth-bg"></div>
            </div>
            <div class="ms-auth-col">
              <div class="ms-auth-form">
                <form class="needs-validation" novalidate="" method="POST">
                    <input type="hidden" name="login" value="1">
                  <h3>Login to Rate Portal</h3>
                  <p>Please enter your username and password to continue</p>
                                  
                  <div class="mb-3">
                    <label for="validationCustom08">Username</label>
                    <div class="input-group">
                      <input type="text" class="form-control" name="username" id="validationCustom08" placeholder="Username" required="">
                      <div class="invalid-feedback">Please provide a valid username.</div>
                    </div>
                  </div>
                  <div class="mb-2">
                    <label for="validationCustom09">Password  </label>
                    <div class="input-group">
                      <input type="password" name="password" class="form-control" id="password" placeholder="Password" required="">
                      <button type="button" onclick="togglePassword()" style="margin-left: 5px;">👁️</button>
    <script>
    function togglePassword() {
      const passwordInput = document.getElementById("password");
      const type = passwordInput.type === "password" ? "text" : "password";
      passwordInput.type = type;
    }
    </script>
                      <div class="invalid-feedback">Please provide a password.</div>
                 
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 50.87.146.200:80 · data.tajalzain.com

    2026-01-26 06:37

    HTTP/1.1 302 Moved Temporarily
    Date: Mon, 26 Jan 2026 06:37:40 GMT
    Server: Apache
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Set-Cookie: PHPSESSID=1086a7ab0ccd4fd1b2446f4fd0598720; path=/
    Upgrade: h2,h2c
    Connection: Upgrade, close
    Location: https://data.tajalzain.com/
    Content-Length: 0
    Content-Type: text/html; charset=UTF-8
    
    Found 2026-01-26 by HttpPlugin
    Create report
data.tajalzain.comwww.data.tajalzain.com
CN:
www.data.tajalzain.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-26 05:47
Not after:
2026-02-24 05:47
IP summary