Domain develop.ord.s10drd.com
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/80

  • Open service 54.230.228.49:80 · develop.ord.s10drd.com

    2025-12-30 05:48

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 05:48:08 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://develop.ord.s10drd.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 37efbeb485d6113a0b2df63b2f651402.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P5
    X-Amz-Cf-Id: _46r2eEvecphSxjsQUPQ0FcJL2kc95N1brUyvbZDH8fThXJC9lNgdA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 54.230.228.44:443 · develop.ord.s10drd.com

    2025-12-30 05:48

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4049
    Connection: close
    Date: Tue, 30 Dec 2025 05:16:36 GMT
    Last-Modified: Fri, 13 May 2022 11:54:16 GMT
    ETag: "ac28b652c93734a5028c117df61b518a"
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 653de2a3596d1ebffe452d8daf65c9ea.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P5
    X-Amz-Cf-Id: UU_zZgOjROCp9xBMk72C6xqGfKT3XfPBCIgX1NHLhim-TucXujsrFw==
    Age: 1893
    
    Page title: Geoff Ordering > Login
    
    <!doctype html>
    <html lang="en">
    
    <head>
      <meta charset="utf-8">
      <meta name="viewport"
        content="width=device-width, initial-scale=1">
      <link
        href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
        rel="stylesheet"
        integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
        crossorigin="anonymous">
      <link href="css/custom.css" rel="stylesheet">
      <title>Geoff Ordering > Login</title>
    </head>
    
    <body>
      <div class="login-wrapper">
        <div class="card login">
          <div class="card-body py-0 px-3">
            <div class="head" id="Ordering">Ordering
              System</div>
            <div class="head" id="erp">Geoff ERP</div>
            <form>
              <h4>Login</h4>
              <label class="form-label">
                Are you a property manager?
              </label>
              <div class="d-flex mb-3">
                <div class="form-check me-3">
                  <input class="form-check-input"
                    type="radio" name="ownervalue"
                    value="yes" checked
                    onchange='displayNone(this, ["geoffLogin"]);'>
                  <label class="form-check-label">
                    Yes
                  </label>
                </div>
                <div class="form-check">
                  <input class="form-check-input"
                    type="radio" name="ownervalue"
                    value="no"
                    onchange='displayNone(this, ["login-form"]);'>
                  <label class="form-check-label">
                    No
                  </label>
                </div>
              </div>
            </form>
            <form id="login-form">
              <div class="mb-3">
                <input type="text"
                  class="form-control" id="username"
                  placeholder="Email">
              </div>
              <div class="mb-3">
                <input type="password"
                  class="form-control" id="password"
                  placeholder="Password">
                <input type="hidden" id="radioValue"
                  value="yes">
              </div>
              <div class="d-flex align-items-center">
                <input class="btn btn-dark px-4"
                  type="submit" id="loginBtn"
                  value="Login" />
                <a class="ms-auto"
                  href="forgot-password.html">Forgot
                  Password</a>
              </div>
            </form>
            <form id="geoffLogin" action="#">
              <div class="mb-3">
                <input type="text"
                  class="form-control"
                  id="geo_username"
                  placeholder="Email">
              </div>
              <div class="mb-3">
                <input type="password"
                  class="form-control"
                  id="geo_password"
                  placeholder="Password">
              </div>
              <div class="d-flex align-items-center">
                <input class="btn btn-dark px-4"
                  type="submit" id="geeoffLoginBtn"
                  value="Login" />
                <a class="ms-auto"
                  href="forgot-password.html">Forgot
                  Password</a>
              </div>
            </form>
            <div class="footer">
              Don’t have an account? <a
                href="signup.html">Signup</a>
            </div>
          </div>
        </div>
      </div>
    
      <script
        src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
        integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
        crossorigin="anonymous"></script>
      <script type="text/javascript"
        src="js/userLogin.js"></script>
      <script type="text/javascript"
        src="js/lib/jquery-3.5.1.min.js"></script>
    
      <script
        src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.24.0/axios.min.js"
        integrity="sha512-u9akINsQsAkG9xjc1cnGF4zw5TFDwkxuc9vUp5dltDWYCSmyd0meygbvgXrlc/z7/o4a19Fb5V0OUE58J7dcyw=="
        crossorigin="anonymous"
        referrerpolicy="no-referrer"></script>
    
      <script type="text/javascript"
        src="js/loginWithApi.js"></script>
    
    </body>
    
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 54.230.228.96:80 · develop.ord.s10drd.com

    2025-12-30 05:48

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 05:48:08 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://develop.ord.s10drd.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 48bff6f682dda533442f6a9ed653d630.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P5
    X-Amz-Cf-Id: bIsOLBMIAhXJtA1K_x3OCjmS57Eit8LmVX5QivjBM4hTQGRhl7E_vA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 54.230.228.49:443 · develop.ord.s10drd.com

    2025-12-30 05:48

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4049
    Connection: close
    Date: Tue, 30 Dec 2025 05:16:36 GMT
    Last-Modified: Fri, 13 May 2022 11:54:16 GMT
    ETag: "ac28b652c93734a5028c117df61b518a"
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 8a0110b64ead65f0aff7193e350b2c52.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P5
    X-Amz-Cf-Id: 6dyF6ZX-I_zNgvEUd6ZekCehdNpvk9L_IugTNQlNQVE2OVtl_8A9OQ==
    Age: 1893
    
    Page title: Geoff Ordering > Login
    
    <!doctype html>
    <html lang="en">
    
    <head>
      <meta charset="utf-8">
      <meta name="viewport"
        content="width=device-width, initial-scale=1">
      <link
        href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
        rel="stylesheet"
        integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
        crossorigin="anonymous">
      <link href="css/custom.css" rel="stylesheet">
      <title>Geoff Ordering > Login</title>
    </head>
    
    <body>
      <div class="login-wrapper">
        <div class="card login">
          <div class="card-body py-0 px-3">
            <div class="head" id="Ordering">Ordering
              System</div>
            <div class="head" id="erp">Geoff ERP</div>
            <form>
              <h4>Login</h4>
              <label class="form-label">
                Are you a property manager?
              </label>
              <div class="d-flex mb-3">
                <div class="form-check me-3">
                  <input class="form-check-input"
                    type="radio" name="ownervalue"
                    value="yes" checked
                    onchange='displayNone(this, ["geoffLogin"]);'>
                  <label class="form-check-label">
                    Yes
                  </label>
                </div>
                <div class="form-check">
                  <input class="form-check-input"
                    type="radio" name="ownervalue"
                    value="no"
                    onchange='displayNone(this, ["login-form"]);'>
                  <label class="form-check-label">
                    No
                  </label>
                </div>
              </div>
            </form>
            <form id="login-form">
              <div class="mb-3">
                <input type="text"
                  class="form-control" id="username"
                  placeholder="Email">
              </div>
              <div class="mb-3">
                <input type="password"
                  class="form-control" id="password"
                  placeholder="Password">
                <input type="hidden" id="radioValue"
                  value="yes">
              </div>
              <div class="d-flex align-items-center">
                <input class="btn btn-dark px-4"
                  type="submit" id="loginBtn"
                  value="Login" />
                <a class="ms-auto"
                  href="forgot-password.html">Forgot
                  Password</a>
              </div>
            </form>
            <form id="geoffLogin" action="#">
              <div class="mb-3">
                <input type="text"
                  class="form-control"
                  id="geo_username"
                  placeholder="Email">
              </div>
              <div class="mb-3">
                <input type="password"
                  class="form-control"
                  id="geo_password"
                  placeholder="Password">
              </div>
              <div class="d-flex align-items-center">
                <input class="btn btn-dark px-4"
                  type="submit" id="geeoffLoginBtn"
                  value="Login" />
                <a class="ms-auto"
                  href="forgot-password.html">Forgot
                  Password</a>
              </div>
            </form>
            <div class="footer">
              Don’t have an account? <a
                href="signup.html">Signup</a>
            </div>
          </div>
        </div>
      </div>
    
      <script
        src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
        integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
        crossorigin="anonymous"></script>
      <script type="text/javascript"
        src="js/userLogin.js"></script>
      <script type="text/javascript"
        src="js/lib/jquery-3.5.1.min.js"></script>
    
      <script
        src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.24.0/axios.min.js"
        integrity="sha512-u9akINsQsAkG9xjc1cnGF4zw5TFDwkxuc9vUp5dltDWYCSmyd0meygbvgXrlc/z7/o4a19Fb5V0OUE58J7dcyw=="
        crossorigin="anonymous"
        referrerpolicy="no-referrer"></script>
    
      <script type="text/javascript"
        src="js/loginWithApi.js"></script>
    
    </body>
    
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 54.230.228.96:443 · develop.ord.s10drd.com

    2025-12-30 05:48

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4049
    Connection: close
    Date: Tue, 30 Dec 2025 05:16:36 GMT
    Last-Modified: Fri, 13 May 2022 11:54:16 GMT
    ETag: "ac28b652c93734a5028c117df61b518a"
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 64de0e8f28c987c1b81102130781b870.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P5
    X-Amz-Cf-Id: EZYajfqhqg9C6RUoqyxTT614BubQljLzVQgAUFVhCnw92g9rgmQz_w==
    Age: 1893
    
    Page title: Geoff Ordering > Login
    
    <!doctype html>
    <html lang="en">
    
    <head>
      <meta charset="utf-8">
      <meta name="viewport"
        content="width=device-width, initial-scale=1">
      <link
        href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
        rel="stylesheet"
        integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
        crossorigin="anonymous">
      <link href="css/custom.css" rel="stylesheet">
      <title>Geoff Ordering > Login</title>
    </head>
    
    <body>
      <div class="login-wrapper">
        <div class="card login">
          <div class="card-body py-0 px-3">
            <div class="head" id="Ordering">Ordering
              System</div>
            <div class="head" id="erp">Geoff ERP</div>
            <form>
              <h4>Login</h4>
              <label class="form-label">
                Are you a property manager?
              </label>
              <div class="d-flex mb-3">
                <div class="form-check me-3">
                  <input class="form-check-input"
                    type="radio" name="ownervalue"
                    value="yes" checked
                    onchange='displayNone(this, ["geoffLogin"]);'>
                  <label class="form-check-label">
                    Yes
                  </label>
                </div>
                <div class="form-check">
                  <input class="form-check-input"
                    type="radio" name="ownervalue"
                    value="no"
                    onchange='displayNone(this, ["login-form"]);'>
                  <label class="form-check-label">
                    No
                  </label>
                </div>
              </div>
            </form>
            <form id="login-form">
              <div class="mb-3">
                <input type="text"
                  class="form-control" id="username"
                  placeholder="Email">
              </div>
              <div class="mb-3">
                <input type="password"
                  class="form-control" id="password"
                  placeholder="Password">
                <input type="hidden" id="radioValue"
                  value="yes">
              </div>
              <div class="d-flex align-items-center">
                <input class="btn btn-dark px-4"
                  type="submit" id="loginBtn"
                  value="Login" />
                <a class="ms-auto"
                  href="forgot-password.html">Forgot
                  Password</a>
              </div>
            </form>
            <form id="geoffLogin" action="#">
              <div class="mb-3">
                <input type="text"
                  class="form-control"
                  id="geo_username"
                  placeholder="Email">
              </div>
              <div class="mb-3">
                <input type="password"
                  class="form-control"
                  id="geo_password"
                  placeholder="Password">
              </div>
              <div class="d-flex align-items-center">
                <input class="btn btn-dark px-4"
                  type="submit" id="geeoffLoginBtn"
                  value="Login" />
                <a class="ms-auto"
                  href="forgot-password.html">Forgot
                  Password</a>
              </div>
            </form>
            <div class="footer">
              Don’t have an account? <a
                href="signup.html">Signup</a>
            </div>
          </div>
        </div>
      </div>
    
      <script
        src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
        integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
        crossorigin="anonymous"></script>
      <script type="text/javascript"
        src="js/userLogin.js"></script>
      <script type="text/javascript"
        src="js/lib/jquery-3.5.1.min.js"></script>
    
      <script
        src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.24.0/axios.min.js"
        integrity="sha512-u9akINsQsAkG9xjc1cnGF4zw5TFDwkxuc9vUp5dltDWYCSmyd0meygbvgXrlc/z7/o4a19Fb5V0OUE58J7dcyw=="
        crossorigin="anonymous"
        referrerpolicy="no-referrer"></script>
    
      <script type="text/javascript"
        src="js/loginWithApi.js"></script>
    
    </body>
    
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 54.230.228.31:80 · develop.ord.s10drd.com

    2025-12-30 05:48

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 05:48:08 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://develop.ord.s10drd.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e6ecdd688219ba98d4d4d70abc494a54.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P5
    X-Amz-Cf-Id: VJeEpZuz4nhpl70a5dJTdNX1JbgvY2s22kTP3oC4a5YSxMAFkEFipA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 54.230.228.31:443 · develop.ord.s10drd.com

    2025-12-30 05:48

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4049
    Connection: close
    Date: Tue, 30 Dec 2025 05:16:36 GMT
    Last-Modified: Fri, 13 May 2022 11:54:16 GMT
    ETag: "ac28b652c93734a5028c117df61b518a"
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 8a0110b64ead65f0aff7193e350b2c52.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P5
    X-Amz-Cf-Id: VF8TREM71gkges6uSAzjGcehmzmWZUiFhqm5vduDETbswiE_KyGJPA==
    Age: 1892
    
    Page title: Geoff Ordering > Login
    
    <!doctype html>
    <html lang="en">
    
    <head>
      <meta charset="utf-8">
      <meta name="viewport"
        content="width=device-width, initial-scale=1">
      <link
        href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
        rel="stylesheet"
        integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
        crossorigin="anonymous">
      <link href="css/custom.css" rel="stylesheet">
      <title>Geoff Ordering > Login</title>
    </head>
    
    <body>
      <div class="login-wrapper">
        <div class="card login">
          <div class="card-body py-0 px-3">
            <div class="head" id="Ordering">Ordering
              System</div>
            <div class="head" id="erp">Geoff ERP</div>
            <form>
              <h4>Login</h4>
              <label class="form-label">
                Are you a property manager?
              </label>
              <div class="d-flex mb-3">
                <div class="form-check me-3">
                  <input class="form-check-input"
                    type="radio" name="ownervalue"
                    value="yes" checked
                    onchange='displayNone(this, ["geoffLogin"]);'>
                  <label class="form-check-label">
                    Yes
                  </label>
                </div>
                <div class="form-check">
                  <input class="form-check-input"
                    type="radio" name="ownervalue"
                    value="no"
                    onchange='displayNone(this, ["login-form"]);'>
                  <label class="form-check-label">
                    No
                  </label>
                </div>
              </div>
            </form>
            <form id="login-form">
              <div class="mb-3">
                <input type="text"
                  class="form-control" id="username"
                  placeholder="Email">
              </div>
              <div class="mb-3">
                <input type="password"
                  class="form-control" id="password"
                  placeholder="Password">
                <input type="hidden" id="radioValue"
                  value="yes">
              </div>
              <div class="d-flex align-items-center">
                <input class="btn btn-dark px-4"
                  type="submit" id="loginBtn"
                  value="Login" />
                <a class="ms-auto"
                  href="forgot-password.html">Forgot
                  Password</a>
              </div>
            </form>
            <form id="geoffLogin" action="#">
              <div class="mb-3">
                <input type="text"
                  class="form-control"
                  id="geo_username"
                  placeholder="Email">
              </div>
              <div class="mb-3">
                <input type="password"
                  class="form-control"
                  id="geo_password"
                  placeholder="Password">
              </div>
              <div class="d-flex align-items-center">
                <input class="btn btn-dark px-4"
                  type="submit" id="geeoffLoginBtn"
                  value="Login" />
                <a class="ms-auto"
                  href="forgot-password.html">Forgot
                  Password</a>
              </div>
            </form>
            <div class="footer">
              Don’t have an account? <a
                href="signup.html">Signup</a>
            </div>
          </div>
        </div>
      </div>
    
      <script
        src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
        integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
        crossorigin="anonymous"></script>
      <script type="text/javascript"
        src="js/userLogin.js"></script>
      <script type="text/javascript"
        src="js/lib/jquery-3.5.1.min.js"></script>
    
      <script
        src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.24.0/axios.min.js"
        integrity="sha512-u9akINsQsAkG9xjc1cnGF4zw5TFDwkxuc9vUp5dltDWYCSmyd0meygbvgXrlc/z7/o4a19Fb5V0OUE58J7dcyw=="
        crossorigin="anonymous"
        referrerpolicy="no-referrer"></script>
    
      <script type="text/javascript"
        src="js/loginWithApi.js"></script>
    
    </body>
    
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 54.230.228.44:80 · develop.ord.s10drd.com

    2025-12-30 05:48

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 05:48:07 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://develop.ord.s10drd.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b10eef4dff0375003ae9795596a9615c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P5
    X-Amz-Cf-Id: wN9sMLl_4zrT7cDZnZrwnFxMgTy-ZX7tix9xtSFwLlQa5rNLTHHS-A==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
develop.ord.s10drd.com*.develop.ord.s10drd.com
CN:
develop.ord.s10drd.com
Key:
RSA-2048
Issuer:
Not before:
2025-01-28 00:00
Not after:
2026-02-27 23:59