Domain staging.thebusinessbrain.co.uk
United States
AMAZON-02
Software information

Heroku

tcp/443 tcp/80

  • GraphQL introspection is enabled.
    First seen 2025-11-11 01:16
    Last seen 2026-01-02 13:27
    Open for 52 days
    • Severity: medium
      Fingerprint: c2db3a1c40d490db1a0bbaa32ffd3f23d80a6be1ef979a9ad1a3c27ae925cfa6

      GraphQL introspection enabled at /graphql
      Types: 97 (by kind: ENUM: 2, INPUT_OBJECT: 2, OBJECT: 86, SCALAR: 7)
      Operations:
      - Query: Query | fields: migrateUsers, products, user, userDetails, users
      - Mutation: Mutation | fields: deactivateUser, deleteUser, login, requestReset, signup
      - Subscription: Subscription | fields: currency, id, lastBillDate, nextBillDate, price
      Directives: deprecated, include, skip, specifiedBy (total: 4)
      
      Found on 2026-01-02 13:27
      174.2 kBytes
    • Severity: medium
      Fingerprint: c2db3a1c40d490db1a0bbaa31a0bbaa31a0bbaa31a0bbaa31a0bbaa31a0bbaa3

      GraphQL introspection enabled at /graphql
      Found on 2025-11-20 10:47
  • GraphQL introspection is enabled.
    First seen 2025-11-11 01:16
    Last seen 2026-01-02 14:43
    Open for 52 days
    • Severity: medium
      Fingerprint: c2db3a1c40d490db1a0bbaa32ffd3f23d80a6be1ef979a9ad1a3c27ae925cfa6

      GraphQL introspection enabled at /graphql
      Types: 97 (by kind: ENUM: 2, INPUT_OBJECT: 2, OBJECT: 86, SCALAR: 7)
      Operations:
      - Query: Query | fields: migrateUsers, products, user, userDetails, users
      - Mutation: Mutation | fields: deactivateUser, deleteUser, login, requestReset, signup
      - Subscription: Subscription | fields: currency, id, lastBillDate, nextBillDate, price
      Directives: deprecated, include, skip, specifiedBy (total: 4)
      
      Found on 2026-01-02 14:43
      174.2 kBytes
  • Open service 76.223.57.73:443 · staging.thebusinessbrain.co.uk

    2026-01-11 00:19

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Sun, 11 Jan 2026 00:19:13 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=POa5UgLRKAaORTXobuX0WWRo2Lw4TPGbY5AAST0%2B6ys%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1768090753"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=POa5UgLRKAaORTXobuX0WWRo2Lw4TPGbY5AAST0%2B6ys%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1768090753"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3Ap2x79HVso7ZoM38NcpqZRvzMefTXWOSf.%2FwHKdysUIutfGkBqTOZLYJZ7peyyep3y39QQY%2BBMtIM; Path=/; Expires=Sun, 11 Jan 2026 17:07:13 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 3.33.241.96:80 · staging.thebusinessbrain.co.uk

    2026-01-11 00:19

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Sun, 11 Jan 2026 00:20:14 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=Wc3uIlpojRXd237ASIJtaCriokaTj5DaTFuUuyTrvhc%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1768090814"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=Wc3uIlpojRXd237ASIJtaCriokaTj5DaTFuUuyTrvhc%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1768090814"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3Actmz-3G_dHf6vLXqIAZpsAU653zFu-rf.EyDHrZwthudL4Bw1We5Xq1lFCr1zy26OhkMvufTHQXo; Path=/; Expires=Sun, 11 Jan 2026 17:08:14 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 3.33.241.96:443 · staging.thebusinessbrain.co.uk

    2026-01-11 00:19

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Sun, 11 Jan 2026 00:19:12 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=aWqp0OcCg%2B870mgaaO3G8P%2FUw%2B%2B3K5HSlUy1GOWCznQ%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1768090752"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=aWqp0OcCg%2B870mgaaO3G8P%2FUw%2B%2B3K5HSlUy1GOWCznQ%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1768090752"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3AxMnAWc67pwFM1CN8BRuoKJ1MSAb7Pnuf.g38gCaX5GcIZaFPNxfRaQd%2Fv%2BlMEOAAt5dlJX7FMW6s; Path=/; Expires=Sun, 11 Jan 2026 17:07:12 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 13.248.213.92:443 · staging.thebusinessbrain.co.uk

    2026-01-11 00:19

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Sun, 11 Jan 2026 00:19:13 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=POa5UgLRKAaORTXobuX0WWRo2Lw4TPGbY5AAST0%2B6ys%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1768090753"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=POa5UgLRKAaORTXobuX0WWRo2Lw4TPGbY5AAST0%2B6ys%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1768090753"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3AcZvr7-3CaHMBHFByCj4dav_lwrhdKjUZ.FFRy89ZHKBCd3mFyXHMxKrd5ihKq6DQzJKeKmgLnXuU; Path=/; Expires=Sun, 11 Jan 2026 17:07:13 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 15.197.149.68:80 · staging.thebusinessbrain.co.uk

    2026-01-11 00:19

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Sun, 11 Jan 2026 00:20:14 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=Wc3uIlpojRXd237ASIJtaCriokaTj5DaTFuUuyTrvhc%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1768090814"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=Wc3uIlpojRXd237ASIJtaCriokaTj5DaTFuUuyTrvhc%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1768090814"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3An8PpEk9zjMl2norM6OqPXoG7wHFilcbM.v9ciwOjEN3R33JpOvsOYhOfyvRC5pj39sjPNPrQdEyY; Path=/; Expires=Sun, 11 Jan 2026 17:08:14 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 13.248.213.92:80 · staging.thebusinessbrain.co.uk

    2026-01-11 00:19

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Sun, 11 Jan 2026 00:20:13 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=5XqVTp39wgwrTINYWRRo32jCmTGYdoR%2FPuSFq0U%2Bs%2Bk%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1768090813"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=5XqVTp39wgwrTINYWRRo32jCmTGYdoR%2FPuSFq0U%2Bs%2Bk%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1768090813"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3AxqURzSWTJ55HrGhSP4-ZXgfz-M4mKt27.RZGxOOiTsTYONIiXAC3e5h034c3JAwGGmKa3uXnjqYA; Path=/; Expires=Sun, 11 Jan 2026 17:08:13 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 15.197.149.68:443 · staging.thebusinessbrain.co.uk

    2026-01-11 00:19

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Sun, 11 Jan 2026 00:19:13 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=POa5UgLRKAaORTXobuX0WWRo2Lw4TPGbY5AAST0%2B6ys%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1768090753"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=POa5UgLRKAaORTXobuX0WWRo2Lw4TPGbY5AAST0%2B6ys%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1768090753"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3Al-GIFqxLknjj-aB8XC4Vk2HPKP0vDxmF.krYVRQtEfBotCf4Gc8Z67GDCQdfPb%2B3kLDUr002Q6oQ; Path=/; Expires=Sun, 11 Jan 2026 17:07:13 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 76.223.57.73:80 · staging.thebusinessbrain.co.uk

    2026-01-11 00:19

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Sun, 11 Jan 2026 00:20:13 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=5XqVTp39wgwrTINYWRRo32jCmTGYdoR%2FPuSFq0U%2Bs%2Bk%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1768090813"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=5XqVTp39wgwrTINYWRRo32jCmTGYdoR%2FPuSFq0U%2Bs%2Bk%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1768090813"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3A_8SCQ1Q0RnM9GjKQGNe-K-ps2GzMl_nC.vTs57OUTB1W1eWgd31GFVTg3Jh93e%2BHALkE1oRn9j8k; Path=/; Expires=Sun, 11 Jan 2026 17:08:13 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 3.33.241.96:80 · staging.thebusinessbrain.co.uk

    2026-01-09 21:23

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Fri, 09 Jan 2026 21:24:36 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=sKo1SctbyR58vEz8uij6WoAQ9NwMM7VziTFOpIFgKwU%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1767993876"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=sKo1SctbyR58vEz8uij6WoAQ9NwMM7VziTFOpIFgKwU%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1767993876"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3A1hd6VOR0ht78Mt4EU4RFZnoX76oACjGC.JwVCsBLBJeFoReIVFTv7%2BbSAKiRsFymLLkN3oddAyC0; Path=/; Expires=Sat, 10 Jan 2026 14:12:36 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found one day ago by HttpPlugin
    Create report
  • Open service 15.197.149.68:443 · staging.thebusinessbrain.co.uk

    2026-01-09 14:53

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Fri, 09 Jan 2026 14:53:42 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=F9L%2BG2sH501GU1Yp7AieAH3guzPvAlZN75gWRoWkgEo%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1767970422"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=F9L%2BG2sH501GU1Yp7AieAH3guzPvAlZN75gWRoWkgEo%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1767970422"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3ARsl1qFhoDySU53qLfSGVd9xWInZOL1zB.C5RZABKS7FRnEwoE7RId50o4glzi4TWI1gXXURrwaT4; Path=/; Expires=Sat, 10 Jan 2026 07:41:42 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 15.197.149.68:443 · staging.thebusinessbrain.co.uk

    2026-01-02 14:43

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Fri, 02 Jan 2026 14:43:35 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=TjBGV%2BhPg1yFQqiaUQAjE2garF48S%2F6xmQ85%2BOZZUpw%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1767365015"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=TjBGV%2BhPg1yFQqiaUQAjE2garF48S%2F6xmQ85%2BOZZUpw%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1767365015"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3A8jiUoOXdFyVoQ7S6qzPl-w_mVVzyBpmy.gIXTt%2FBfX44YzdlOIcrqqTzHFe2HQX7jFhYg0B7hUoM; Path=/; Expires=Sat, 03 Jan 2026 07:31:35 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 3.33.241.96:80 · staging.thebusinessbrain.co.uk

    2026-01-02 13:27

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Fri, 02 Jan 2026 13:27:06 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=VWYYkMi%2B801H%2Fap45T0edl4%2B9lZ6gls9AhyTyT%2BMlLI%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1767360426"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=VWYYkMi%2B801H%2Fap45T0edl4%2B9lZ6gls9AhyTyT%2BMlLI%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1767360426"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3Ab7WuFN5YF6ifKLegPBsX6LAgUND2_7r1.2XyBKtfJ%2BTU%2FtHho3D4GMEqd5mYQxxULBH0CVnNuxJM; Path=/; Expires=Sat, 03 Jan 2026 06:15:06 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 15.197.149.68:443 · staging.thebusinessbrain.co.uk

    2025-12-23 06:06

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Tue, 23 Dec 2025 06:06:58 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=1trAIH2J6llvzpcKM6Vtiv8kJvhOv2bLIm96Sm%2FcvEw%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1766470018"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=1trAIH2J6llvzpcKM6Vtiv8kJvhOv2bLIm96Sm%2FcvEw%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1766470018"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3ApGa-O5Rw3BE0IJHel3n6GurRrQxl_ET9.UUD2mPZjmFLqNWgB6Gu5oj2%2F13ah28Z8wCuVQvse8qs; Path=/; Expires=Tue, 23 Dec 2025 22:54:58 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 3.33.241.96:80 · staging.thebusinessbrain.co.uk

    2025-12-22 21:10

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Mon, 22 Dec 2025 21:10:21 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=i%2BA2dW8F%2FLQ98UJF0wlhlpmTg3kDUOwCoeRcAbZ271A%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1766437821"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=i%2BA2dW8F%2FLQ98UJF0wlhlpmTg3kDUOwCoeRcAbZ271A%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1766437821"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3Ag5-J1LTaTD9MkW7nildn1usOCM_AbTd8.NJWeifX%2BX7hSpcmHoqKEEEgIPRThvmF2WMXUJEW%2BwEQ; Path=/; Expires=Tue, 23 Dec 2025 13:58:21 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 15.197.149.68:443 · staging.thebusinessbrain.co.uk

    2025-12-21 03:23

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Sun, 21 Dec 2025 03:23:41 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=6pBuzR4jwfOUMYGJGWruJiiK0dsO9ar939sb1F%2F%2FTH8%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1766287421"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=6pBuzR4jwfOUMYGJGWruJiiK0dsO9ar939sb1F%2F%2FTH8%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1766287421"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3AthlLETW1P0_S0TxA0A7jf1JRiuwRapOJ.o%2FAa0hPFic9gROubZ4Sv0kCynVViESxLYuvESiIEjl0; Path=/; Expires=Sun, 21 Dec 2025 20:11:41 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 3.33.241.96:80 · staging.thebusinessbrain.co.uk

    2025-12-20 23:12

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Sat, 20 Dec 2025 23:12:27 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=HaowGT5ZN8idyz1GwtQzUVWJJxTkwUIEHI8mydDU%2FsQ%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1766272347"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=HaowGT5ZN8idyz1GwtQzUVWJJxTkwUIEHI8mydDU%2FsQ%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1766272347"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3AUPimrN3askC4cqc0E4UjpSLh6ZIwTiiv.FOQ%2FstzWd4bQzw35pLg5pXl6xi8eNzU%2BBNjg91aEluw; Path=/; Expires=Sun, 21 Dec 2025 16:00:27 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 15.197.149.68:443 · staging.thebusinessbrain.co.uk

    2025-12-19 05:16

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Fri, 19 Dec 2025 05:16:45 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=x8QC24cdwIfguYeDyUVhi1VLQTwdm5NTeKpc5IYiyIk%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1766121405"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=x8QC24cdwIfguYeDyUVhi1VLQTwdm5NTeKpc5IYiyIk%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1766121405"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3AdG7-PJjmbZUrUYuMtZxldSVs_E4p6gOt.WJQOElSn4ZxzAQX6oY5YUMnA5N3ivC0VEj%2F0yEPHK4w; Path=/; Expires=Fri, 19 Dec 2025 22:04:45 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.33.241.96:80 · staging.thebusinessbrain.co.uk

    2025-12-19 01:29

    HTTP/1.1 200 OK
    Content-Length: 2162
    Content-Type: text/html; charset=utf-8
    Date: Fri, 19 Dec 2025 01:29:17 GMT
    Etag: W/"872-Abp1UoQV8rl7oafE9DFaoS46kD0"
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=hp33F8YqPKJbWRaN%2FIwLR3BIjhm90XLFw8kOIpryey8%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1766107757"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=hp33F8YqPKJbWRaN%2FIwLR3BIjhm90XLFw8kOIpryey8%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1766107757"
    Server: Heroku
    Set-Cookie: passwordProtected=s%3AfWvpR8TfeekqnAG3FJr9rkwqpt-Kl-3X.ArkSE1QYDwhsNFzu2lQfM2MT9Fk%2F8GP8lf0bYmleDQc; Path=/; Expires=Fri, 19 Dec 2025 18:17:17 GMT; HttpOnly
    Via: 1.1 heroku-router
    X-Powered-By: Express
    Connection: close
    
    
    <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Sedona Web Services"><style>/* style.css */			
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      background-color: #FAFAFA;
    }
    
    body {
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    h1 {
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: .5em;
      margin-top: 0em;
    }
    
    a {
      font-size: 0.98em;
      color: #8a97a0;
      text-decoration: none;
    }
    a:hover {
      color: green;
    }
    
    .container {
      display: flex;
      -webkit-display: box;
      -moz-display: box;
      -ms-display: flexbox;
      -webkit-display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      padding: 10%;
      height: 100vh !import;
      margin: 0;
    }
    
    form {
      background-color: #fff;
      padding: 2em;
      border-radius: 8px;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    form input {
      color: #384047;
      background-color: #e8eeef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      border: none;
      border-radius: 4px;
      padding: 1em;
      width: 100%;
    }
    form input:focus {
      outline: none;
    }
    
    .button, input {
      font-weight: 600;
      text-align: center;
      font-size: 19px;
      color: #FFF;
      background-color: #333;
      width: 100%;
      border: none;
      border-radius: 4px;
      padding: .75em;
      margin-top: 0em;
      margin-bottom: 1em; 
      cursor: pointer;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    
    .button {
      padding: 1em;
      margin-bottom: 0px;
    }
    			    </style></head><body><div class="container"><form action="/" method="post"><h1>View Website</h1><div class="form-content"><input type="text" id="PPU1" name="PPU1" placeholder="username"><input type="password" id="PPP1" name="PPP1" placeholder="password"><br><input class="button" type="submit" value="Submit"></div></form></div></body></html>
    Found 2025-12-19 by HttpPlugin
    Create report
staging.thebusinessbrain.co.uk
CN:
staging.thebusinessbrain.co.uk
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-10 23:19
Not after:
2026-04-10 23:19
staging.thebusinessbrain.co.uk
CN:
staging.thebusinessbrain.co.uk
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-11 00:17
Not after:
2026-02-09 00:17