Domain riverway.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Git configuration and history exposed
    First seen 2024-08-19 13:36
    Last seen 2024-11-12 23:42
    Open for 85 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65226da748e3

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = git@github.com:mysticmode/riverway.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      	vscode-merge-base = origin/master
      [remote "home"]
      	url = git@git.river.sh:riverway.git
      	fetch = +refs/heads/*:refs/remotes/home/*
      
      Found on 2024-11-12 23:42
      394 Bytes
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a652232d0caff

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = git@github.com:mysticmode/riverway.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      [remote "home"]
      	url = git@git.river.sh:riverway.git
      	fetch = +refs/heads/*:refs/remotes/home/*
      
      Found on 2024-08-24 19:48
      359 Bytes
  • Git configuration and history exposed
    First seen 2024-08-19 13:36
    Last seen 2024-11-12 16:12
    Open for 85 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65226da748e3

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = git@github.com:mysticmode/riverway.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      	vscode-merge-base = origin/master
      [remote "home"]
      	url = git@git.river.sh:riverway.git
      	fetch = +refs/heads/*:refs/remotes/home/*
      
      Found on 2024-11-12 16:12
      394 Bytes
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a652232d0caff

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = git@github.com:mysticmode/riverway.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      [remote "home"]
      	url = git@git.river.sh:riverway.git
      	fetch = +refs/heads/*:refs/remotes/home/*
      
      Found on 2024-08-24 20:40
      359 Bytes
  • Open service 188.114.97.3:443 · riverway.pages.dev

    2024-11-02 12:46

    HTTP/1.1 200 OK
    Date: Sat, 02 Nov 2024 12:46:46 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4sB0oa6pYq90zrLAR%2BSKV7iMIeEFEsPqxtSUGoLHXqzHQNNWlo%2B2D3RK8363UIbwZTsx1ZzL4pc0aiNKTzfhD%2F1ZFHHO3Rf5v%2F63uWj50vwcUHX0KDkr%2Fg%2FYm%2BrQXW%2B7Najq50I%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dc43ab08b78896a-SIN
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=1313&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3119&recv_bytes=568&delivery_rate=4254652&cwnd=248&unsent_bytes=0&cid=ad57def8810e116c&ts=330&x=0"
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · riverway.pages.dev

    2024-11-02 09:27

    HTTP/1.1 200 OK
    Date: Sat, 02 Nov 2024 09:27:21 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=x8nzvKQhjFVFIiuk7THWQAA2ro%2Bjqi5JJk6rUpuw9%2FMUJ7XiBrR%2BT4%2F8coiXotIS0R2r7YrjQ5zQQYe0yi9s9hG8uztkZzSpQCynD3rfV9Gj2oJ3CJNot1xvozP8if1AZx0J5CU%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dc31699496c0eab-AMS
    alt-svc: h3=":8443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=1422&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3118&recv_bytes=568&delivery_rate=2642335&cwnd=225&unsent_bytes=0&cid=495e5cf873fd1846&ts=59&x=0"
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · riverway.pages.dev

    2024-11-01 22:35

    HTTP/1.1 200 OK
    Date: Fri, 01 Nov 2024 22:35:03 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=H5a7qmqJZw0lqIqwNVGdC1F6zD6B6oV%2B8Tvvzxt2%2ByRQ%2Bsd191Hb5Rx3o6EcYVFfPbouAai8vGX49FUtcgOypR0WL0OgEseeDjYoiX643GeK94lznQwHjGNIN7MgTNzr8jk6l8s%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dbf5b12fe23cd12-LHR
    alt-svc: h3=":8443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=2453&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3118&recv_bytes=568&delivery_rate=1822147&cwnd=252&unsent_bytes=0&cid=dfb1eaa25b7f4075&ts=61&x=0"
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-11-01 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · riverway.pages.dev

    2024-11-01 09:09

    HTTP/1.1 200 OK
    Date: Fri, 01 Nov 2024 09:09:07 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3I7u45jkoWzP3ZPQ7PHzlJ3UBRTHpzC8NglUz831QlNRKv8TJiGka3RadNDzUixYjcDC4d7UeLni2VtKynlBOGR4EdPHJXUqa6hiaJMNt7uejZB9F3vPAE31V0qhTcQ811OsQbA%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dbabe814cda8c77-EWR
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=1497&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3119&recv_bytes=568&delivery_rate=3046283&cwnd=239&unsent_bytes=0&cid=a341185d294d83de&ts=38&x=0"
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-11-01 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · riverway.pages.dev

    2024-10-30 21:43

    HTTP/1.1 200 OK
    Date: Wed, 30 Oct 2024 21:43:51 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=KAvSYTSDuyO%2BuZm7uMN8BN9kOo1INdV6nOL0NS08i9rvqY8%2FWR95a0kAl82UGngtaxoRU3hORx4q5u4cJPNJBcEe9IzIouhVmI45oyDfy21Logr8EMsh%2FZuSyok3czNKh62fS2w%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dae95509f940cc4-EWR
    alt-svc: h3=":8443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=844&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3119&recv_bytes=568&delivery_rate=5116607&cwnd=202&unsent_bytes=0&cid=9f860189cb5a1386&ts=69&x=0"
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-30 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · riverway.pages.dev

    2024-10-30 06:46

    HTTP/1.1 200 OK
    Date: Wed, 30 Oct 2024 06:46:45 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=L7Peb99ZbMCyu26HVifV6EMVDbXn7gHHIU5IS5dL1sSCH60Cq2wg9%2BTocrU3%2BTQ0spsWynUybdBfzw85S1LC81fG5mc2PvjWbe1Xg2vSe%2Bz%2BCJjIMgT5HJgsN8hfHrppqZszlMs%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8da973376dad238f-SJC
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=1361&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3118&recv_bytes=568&delivery_rate=3318563&cwnd=240&unsent_bytes=0&cid=0abf7c5ebd4fea76&ts=56&x=0"
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-30 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · riverway.pages.dev

    2024-10-21 00:45

    HTTP/1.1 200 OK
    Date: Mon, 21 Oct 2024 00:45:49 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=d1R56vRYiEO4LjWDlC23JlE5RUKx6zVxqokclq%2BerwhA%2F1XCmCOK%2BsqjMRmSW99ckGIp%2FfL1KXrundYinNCmPVPbCPoZmEGndbDteqzTwMk0BbQtcoBmi2V%2FJsq7I9ysyAMv%2Big%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d5d3a1f7cf840ac-SIN
    alt-svc: h3=":8443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=993&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3118&recv_bytes=568&delivery_rate=4254652&cwnd=225&unsent_bytes=0&cid=4a917f61b1efc78c&ts=240&x=0"
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-21 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · riverway.pages.dev

    2024-10-20 22:32

    HTTP/1.1 200 OK
    Date: Sun, 20 Oct 2024 22:32:20 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=gDBUKCyDeW1W%2BMZvLjTJgYrKwq%2FX1z1ny6FmIChjtCmy61bOFTQNJanKr%2Fsm83C%2B2iUapijGQTJibwejpIJyNZ9CGwVjkspKPJRK6C%2Fj%2FwhVIkUBh3%2Bu2WYFSpsp10lAXlS3%2FXI%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d5c7696ea924daa-FRA
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=872&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3118&recv_bytes=568&delivery_rate=4180943&cwnd=252&unsent_bytes=0&cid=648f6f0217cd7658&ts=35&x=0"
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-20 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · riverway.pages.dev

    2024-10-19 01:11

    HTTP/1.1 200 OK
    Date: Sat, 19 Oct 2024 01:11:17 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=MgA22xfpT2fgn3HPIVuRCF8jny3c76zS8K9%2F9jeiGsD9H9Ir26CGvmdK4kOmynnO2kJ%2B4lJpfqvhgC7xRz96UwG7BV1BgfAlD7NfL8XyX8MBwIZVdN0dyJ2d5QCUrc4C6JyhOuo%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d4ce4ac6f90b984-AMS
    alt-svc: h3=":8443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=1014&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3118&recv_bytes=568&delivery_rate=4405679&cwnd=252&unsent_bytes=0&cid=a39887770e1c05f2&ts=40&x=0"
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-19 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · riverway.pages.dev

    2024-10-19 00:50

    HTTP/1.1 200 OK
    Date: Sat, 19 Oct 2024 00:50:13 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=RaQdJI8xoxY9TNEIHwCdvy0Yg8YUs2ZiEjoXSidx1uW%2FSb0pEkfE1%2F%2B3zcpYt2ATNSr6OFsL%2BoW9Aj1q%2FNELs6tZgv9hJgR2GMTjFU4hM%2Fvjy0FBJkIPgVMmzqhYOqRsog5LKsE%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d4cc5d2ef568fd6-FRA
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=1055&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3117&recv_bytes=568&delivery_rate=4492244&cwnd=252&unsent_bytes=0&cid=1be9855c36ab5cfb&ts=39&x=0"
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-19 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · riverway.pages.dev

    2024-10-17 13:16

    HTTP/1.1 200 OK
    Date: Thu, 17 Oct 2024 13:16:17 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7mSKOoXsyIoGGMh28D6k2OEIwHukjMEnmUqJiOCF6J82GpgIlQTmfurHDjuvUZ1PP7osSa3Q1b0MN%2BFtD8HltyIZVNWPD%2Bn2MxLrUuPDnOE5MC6SLHuIh2X9bcxmQviq4juWGM7azHjnNmXCMEdYyXs%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d408ff04b30d743-NRT
    alt-svc: h3=":8443"; ma=86400
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-17 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · riverway.pages.dev

    2024-10-17 13:16

    HTTP/1.1 200 OK
    Date: Thu, 17 Oct 2024 13:16:17 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ILLQC9TIU5y%2Bpx2%2FJcbWB7OjH3%2F5bzC7DQ5L5LZbcTE0AHS4n2WvIQHp0oxdRSjcPEq25WKzQ%2B2IoIDBqkXg6CzIbggeShh3%2BIWKRSYIprCdRFOss2bCDRZniypXFBPlNKzDnXryBXTt4dsQxzXg78I%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d408ff05f6a37ce-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-17 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · riverway.pages.dev

    2024-10-17 13:16

    HTTP/1.1 200 OK
    Date: Thu, 17 Oct 2024 13:16:17 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=t1JDyZXEDqWJWzvMOIiwvQnkF6LDVvGqyF9sdeDJGtGV%2BjHa%2FQPTdx931SsH8DiiWZTi7AsIHKEYbBKj%2BhmQNvmvLhVlVvMPeGt5AVks3i6R00kjoabsa2%2B%2FLEw0IJsjj6nINrU%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d408ff38a5dd2cb-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-17 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:8443 · riverway.pages.dev

    2024-10-17 13:16

    HTTP/1.1 200 OK
    Date: Thu, 17 Oct 2024 13:16:17 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4q2Ugf2aeruVPCPFskVFStLezeXeL52%2BIbrAvlNgrvQ9pTksdutIu8ZFfU4PlxLvy5LUF%2FNhSYC%2FKlnJeU6ws%2F7CABhNvZtmWQXI2c7kK5oMjGkv08goS33bjUH%2FcPzs2pbSLDU2pNjlGTqIALVz%2FtE%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d408ff36f6ecaf9-DUS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-17 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:80 · riverway.pages.dev

    2024-10-17 13:16

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 17 Oct 2024 13:16:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Thu, 17 Oct 2024 14:16:16 GMT
    Location: https://riverway.pages.dev/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fKmlXhiaDMXUxX0TWI5PS0z7Za4OMiD7XFefs8alTXHmFJNrGahVPB85zEcQRBoMzwv6LHRwdlVmR9YFGWEjBnIH%2BM9xNrczDsOrVacnIZ%2BNwQbKEhjWiKzvpSlMskIOmUGQqGwYghpZMdCizLbN6IM%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d408fe84877d217-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-10-17 by HttpPlugin
    Create report
  • Open service 188.114.97.3:80 · riverway.pages.dev

    2024-10-17 13:16

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 17 Oct 2024 13:16:15 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Thu, 17 Oct 2024 14:16:15 GMT
    Location: https://riverway.pages.dev/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5Lc8kkzB1Pf%2FL4DsbrqmSgfYtRpwHmKMxU%2B0PiWn9zaegxdEIbwPnNxQyPNvFUrMNW3vBOGmF7NIz5UeDmMME8FmvLa1bqlaRcKlG4gjoJQSjV2GcuckY%2BRrszr3kY%2FaZjOrn6E%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d408fe43cf5a03b-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-10-17 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:80 · riverway.pages.dev

    2024-10-17 13:16

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 17 Oct 2024 13:16:15 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Thu, 17 Oct 2024 14:16:15 GMT
    Location: https://riverway.pages.dev/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=llvhYtMpMZPpVPOrchw0GEbCxHw7cdbn%2BZ2SrY%2F%2F3I6XIK6sf0H6PNv3fXLmlPBfHFb17UO%2FM58%2B%2Bxf0aPV4xUj418NulMu5WngP1l8lRX4%2BOViFXY6p4jckYlRFKCtTieWR3PFFiW0YkvC%2Br0ogMOM%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d408fe70bf73c03-NRT
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-10-17 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · riverway.pages.dev

    2024-10-17 13:16

    HTTP/1.1 200 OK
    Date: Thu, 17 Oct 2024 13:16:18 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2FqimFJeI%2BHlxYlOg8bHAt2L2XFkaKkh20J4QxiFxjYXeNdE0QJOHMO3%2BzXJa9rSCNT5JfuuMRbC9Dufrgvh%2BRiV7DNOkq1spM9rlpUmeOiRCgk8G%2FAsRtgxHimBKP3aL9B9Te4Rj6FH%2FZsuZWOLt4iQ%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d408ff9d99cd2de-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-17 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · riverway.pages.dev

    2024-10-17 13:16

    HTTP/1.1 200 OK
    Date: Thu, 17 Oct 2024 13:16:16 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=p0NvBsFvTDFNJICYPwC1eq5M7gdjK7iNPNEPCHQXJvzlPU3YSZajWYaDg0F%2BQAvjPvhUj4jvJtwFbhgaApevf9FAgOnTVqChqn6G73AC52DlqpiI0ZDWEFUpDzhKdmyTW5NgYLQ%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d408feabb311e20-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-17 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · riverway.pages.dev

    2024-10-16 18:47

    HTTP/1.1 200 OK
    Date: Wed, 16 Oct 2024 18:47:36 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ZRGMfA5UDvL37ULdo%2B83nuKBfqlORZQimAg8BiQ1OGGSuluF%2FxWYEKqskKWu%2BkcI0w9G14sEJhRfsQgaAD%2B%2FtnMAqmAnDwhZl65VgXyEWF6IFl%2Fvl4BH6GedDRcBsP5cYCKzXxE%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 8d3a37e37cfd78e2-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-16 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · riverway.pages.dev

    2024-10-16 09:08

    HTTP/1.1 200 OK
    Date: Wed, 16 Oct 2024 09:08:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=AKuzDKLFkwwCxNHpqrodtjzPe5aKgVJuDPRykO0atD5zf86esd9C%2FoDyHxWAZwFim3AfWDGCCgJs6RrUvMT6J7fW25aIj%2FMX4GSrMfF%2FTd4VROdg2W%2FxydA6fsrnlW9YvxwYxHs%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 8d36e6f39fec366c-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-16 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · riverway.pages.dev

    2024-10-14 13:29

    HTTP/1.1 200 OK
    Date: Mon, 14 Oct 2024 13:29:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2F8hyD9ilZocTH%2FbzMFEUR%2BiZBqJ2cS2xeihDJ4QBQOC9hAOFLpFsk3vid5FO1vLeSs9YRlWICDIMBDLh7QK6fRAVezFEiSL7iN%2B1verII9d2AB7vrmetBJnc5Qme%2B0%2FlzEebJs%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 8d27ebb4cba23da8-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-14 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · riverway.pages.dev

    2024-10-02 08:09

    HTTP/1.1 200 OK
    Date: Wed, 02 Oct 2024 08:09:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=EK7DDtcfFl3OmwEyWZVDDL7dX6CVmX1010hRz%2FuDELvu%2B62jKk28BsMhkoQjXyUN6%2B373VqNapp3oS2sazMSZtF3Zt6u7X6cX3McKDptwSMoNZ7J0tMT5IpfinRvEkJI6fKLoY4%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 8cc335c43e9ebbfe-FRA
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-02 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · riverway.pages.dev

    2024-10-02 07:31

    HTTP/1.1 200 OK
    Date: Wed, 02 Oct 2024 07:31:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2B4c6v4OfJuYfAKJxfuCiafhmQWl04Vz1OR%2BaJLpDRNpMiI8aT0DbjQSiulfjJ9MFbrDdQSrF8vo0UJj6Ib6gndKzmvrCtvLqI%2Fau4ju%2BHkaj7KGPPqFEO2xDYjbxm4OCPo265Xs%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 8cc2fe229abc93dc-LHR
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-10-02 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · riverway.pages.dev

    2024-09-30 03:38

    HTTP/1.1 200 OK
    Date: Mon, 30 Sep 2024 03:38:34 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=DCxI%2FCz9SbF4zi9ts2LQZlKwvKu9azI9aSxTBSWeFJjgvjquaUFUMr%2BqAMJKUrO3w7qQZzbWrIhEPCmKMrGGOiVoeknhP0r9TdujdpiDEpZaDcljb0naoNa9WLTBIuCReFasV6I%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 8cb12e4e2ac3c327-EWR
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-09-30 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · riverway.pages.dev

    2024-09-28 20:10

    HTTP/1.1 200 OK
    Date: Sat, 28 Sep 2024 20:10:53 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=nxsUeDavo3epTjo7XeDXMHD9%2BnCl%2FLqiJq8MfOfuC2DRY7NFGJI6QJRzbheM%2FmHZ2US9dmYWciAL1GAiFk3Rq1vokQ7tYevpe0BZLgZ2WIIBIpYZoK%2Fq8pbAd8ENKXe2jBVoQWs%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 8ca66123ca1ae766-DFW
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-09-28 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · riverway.pages.dev

    2024-09-28 10:44

    HTTP/1.1 200 OK
    Date: Sat, 28 Sep 2024 10:44:01 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3P1jAOOvolq1LuxoE61h%2BbD1mSb3KkhugWZRtci%2FFEvOxRDQGZ8pM81%2BNE3TjSuqxPSFtY96WWYqV256fDtp670w1iSaCBNStCYkqoHchqJSwRR%2FHkpXQdCt%2Bt%2BEnH4JCwm0HT8%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 8ca322c2fef92c61-FRA
    
    Page title: River - Nirmal Kumar's software boutique
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="icon" type="image/png" href="/img/favicon.png">
        <title>River - Nirmal Kumar's software boutique</title>
        <style>  
          @font-face {
    	font-family: 'riverfont';
    	src: url('/font/WorkSans-Regular.woff2');
    	font-display: block;
          }
    
          * {
            box-sizing: border-box;
          }
    
          html,
          body {
            margin: 0;
            padding: 0;
          }
    
          body {
            width: 620px;
            font-family: 'riverfont', sans-serif;
            font-size: 15px;
            font-weight: normal;
            color: #444;
            margin: 0 auto;
            padding: 20px 20px 30px;
          }
    
          a {
            color: #15c; 
          }
    
          ul {
            list-style-type: square;
          }
    
          .header,
          .header a {
            display: flex;
            align-items: center;
          }
    
          .header {
            margin-bottom: 2em;
            justify-content: space-between;
          }
    
          .header a div {
            margin-left: 10px;
          }
    
          .header .nav {
    	    display: flex;
          }
    
          .header .nav a:first-child {
    	    margin-right: 1em;
          }
    
          .section {
            margin-bottom: 1.5em;
          }
    
          .section .title {
            font-size: 0.9rem; 
    	color: gray;
          }
    
          .section p {
            margin-top: 5px;
          }
    
          .footer {
            font-size: 0.9rem;
            color: gray;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid gray;
          }
    
          @media screen and (max-width: 730px) {
            body {
              width: 100%;
            }
    
            .header {
              flex-direction: column;
            }
    
            .header .nav {
              margin-top: 1.5em;
            }
          }
        </style>
      </head>
      <body>
        
        <header class="header">
          <a href="/">
            <img src="/img/logo.svg" height="28px" />
          </a>
         
          <div class="nav">
            <a href="https://git.river.sh">Repositories</a>
          </div>
        </header>
    
        <section class="section">
          Welcome to River website. River is a 
          <a href="https://nirm.al">Nirmal Kumar's</a> software development
          boutique, focusing on developing and engaging with "Free" software
          development.
        </section>
    
        <section class="section">
          <div class="title">Culture</div>
          <p>
            My source of truth is that a software must be open by design and
            has a transparent team in making decisions. This is what I do
            with my existing projects by nurturing each and every step of the
            development decisions and process to a great care.
          </p>
        </section>
    
        <section class="section">
          <div class="title">Projects</div>
          <p>coming soon..</p>
        </section>
        
        <section class="section">
          <div class="title">Get in touch</div>
          <p>
            If you have any question, you can email:
          </p>
          <span>nirmal [at] posteo [dot] net</span>
        </section>
    
        <footer class="footer">
          Copyright © 2024 Nirmal Kumar R
        </footer>
      </body>
    </html>
    
    Found 2024-09-28 by HttpPlugin
    Create report
riverway.pages.dev*.riverway.pages.dev
CN:
riverway.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2024-10-17 12:15
Not after:
2025-01-15 12:15
riverway.pages.dev*.riverway.pages.dev
CN:
riverway.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2024-08-19 12:35
Not after:
2024-11-17 12:35
Domain summary