Host 54.237.213.72
United States
AMAZON-AES
Software information

nginx nginx

tcp/443 tcp/80

  • Open service 54.237.213.72:80 · tw.onlineoptimism.com

    2026-01-12 22:33

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 22:33:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.onlineoptimism.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.onlineoptimism.com

    2026-01-12 22:33

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 12 Jan 2026 22:33:33 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Mon, 12 Jan 2026 10:57:48 GMT
    etag: "213f4edfd68e46f04baf57e5bb21641c"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: fdRGUkBj6WbsbxqE6iY4ETQqXDCIEyMv
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 6e96e2926c8953a2e57fa9907208c588.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: BrSbRZjHOW1eHkUgGyz3zegWmdRVwqWDGeRrjs0M2RiI0gCQoc_w-w==
    age: 41743
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.9" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="9c63e33de80476b0a02db8d3978d17cb79610a00">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found one day ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · team.flowrix.com

    2026-01-12 10:08

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 10:08:27 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://team.flowrix.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · team.flowrix.com

    2026-01-12 10:08

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 12 Jan 2026 10:08:26 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 cded7f6feab5e981a7d2ac5d0ce86a38.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: oiAJ-KBXyUuAzrpfOVQlKoNIsRFnVTcjX0XiCOtCUI-h4IDBZMPnJw==
    age: 81579
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.iovista.com

    2026-01-12 09:18

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 09:18:37 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.iovista.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.iovista.com

    2026-01-12 09:18

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 12 Jan 2026 09:18:38 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 379b0c98ca13080411ec25cd9e517ba6.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: tdOFCXbTkRA0i7qRIZhqIfG0-iHpzAtLFsCb97_Q3Mh3L8dIMotqmQ==
    age: 78591
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.pennink.com

    2026-01-12 09:16

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 09:16:22 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.pennink.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.pennink.com

    2026-01-12 09:16

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 09:16:22 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.pennink.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.nailsoupmedia.com

    2026-01-12 09:15

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Mon, 12 Jan 2026 09:15:59 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.nailsoupmedia.com

    2026-01-12 09:15

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 09:16:00 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.nailsoupmedia.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.leemediagroup.com

    2026-01-12 09:14

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 09:14:54 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.leemediagroup.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.leemediagroup.com

    2026-01-12 09:14

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 09:14:53 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.leemediagroup.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.tincarcapital.com

    2026-01-12 09:12

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 12 Jan 2026 09:12:54 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 27a4997d1b1129dbb965ca80a491e18e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: s5OrO6AX6qiSggw_ZHJQYWX9-warNggh6evp-F0HC3Uab7u9lcYsSw==
    age: 78247
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.tincarcapital.com

    2026-01-12 09:12

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 09:12:54 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.tincarcapital.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.spaceships.world

    2026-01-12 09:11

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 12 Jan 2026 09:11:26 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 ecaa6567b96ae3a6069400ba39167766.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: kF2d6c-sQS4hRo_Tt0b1d_EHNqpOPw7_X4k1zM7Q8jDB-tKiFA_zTg==
    age: 78159
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.spaceships.world

    2026-01-12 09:11

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 09:11:27 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.spaceships.world/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.haut.world

    2026-01-12 09:09

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 09:09:39 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.haut.world/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.haut.world

    2026-01-12 09:09

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 12 Jan 2026 09:09:39 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 379b0c98ca13080411ec25cd9e517ba6.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: LrB8TGIrtLP5iSM1-3TQMkcR4jndEaOclke8XM9DaSSvNBv7_Nm70w==
    age: 78052
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.blackgallina.com

    2026-01-12 09:08

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 09:08:40 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.blackgallina.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.blackgallina.com

    2026-01-12 09:08

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 12 Jan 2026 09:08:41 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 765a089d25646573f5b6aeee00cc8876.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: yLEnFVg19tDdhJlUL6JK1CF9tKwJuLStZOJ-k4qYjK7eog17YqlF7Q==
    age: 77994
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · helpdesk.icandydesign.com

    2026-01-12 09:05

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 09:05:03 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://helpdesk.icandydesign.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · helpdesk.icandydesign.com

    2026-01-12 09:05

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 12 Jan 2026 09:05:03 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://helpdesk.icandydesign.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · team.intygrate.com

    2026-01-11 11:33

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 11 Jan 2026 11:33:58 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://team.intygrate.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · team.intygrate.com

    2026-01-11 11:33

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 11 Jan 2026 11:33:58 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 36f05977def08f4abff71f3d6cbdf918.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: eS4D_sYMaOYzkuGP5yx_fHc2OGaNCmZlHLej0lH5NzJRgxpJ232BWQ==
    age: 311
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · twclients.extraordinaryexecutive.com

    2026-01-11 09:31

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 11 Jan 2026 09:31:47 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://twclients.extraordinaryexecutive.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · twclients.extraordinaryexecutive.com

    2026-01-11 09:31

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 11 Jan 2026 09:31:47 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 6e96e2926c8953a2e57fa9907208c588.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ufTlRk0W4U4HaeXwdirK5gg83UHocrGBlim0Vkty_8VAs6JAxksuNQ==
    age: 79380
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.enovate.co.uk

    2026-01-11 09:29

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 11 Jan 2026 09:29:53 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.enovate.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.enovate.co.uk

    2026-01-11 09:29

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 11 Jan 2026 09:29:52 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 4647dc1c8001fa9f311935bafe4ec8c2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: FisymlSI7ABSPLEhDwwqlUdlAS-Y1Rvq6lH2PaIqkgzaOUhtCgw5eQ==
    age: 79265
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.wpdivision.com

    2026-01-11 09:27

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 11 Jan 2026 09:27:28 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.wpdivision.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.wpdivision.com

    2026-01-11 09:27

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 11 Jan 2026 09:27:27 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 0050f627920ad736a86a4cf336d875bc.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: OP33_OY5-ji9HWRDzFnLhO7otoh95R6ZH2sw48FObB1bQH_0LpmJPA==
    age: 79120
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.yourhelpers.ai

    2026-01-11 09:22

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 11 Jan 2026 09:22:56 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.yourhelpers.ai/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.yourhelpers.ai

    2026-01-11 09:22

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 11 Jan 2026 09:22:56 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 6f990c126ed1cb8a4cfc1686dbe736e8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: TXDhjZ2kiyfYFJ1wbCuohJiHxhQ_k5liCdjZZOYPD4EI7Pj4qo6EZA==
    age: 78849
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · pm.altair.co.kr

    2026-01-11 09:12

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 11 Jan 2026 09:12:21 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 ecaa6567b96ae3a6069400ba39167766.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: BfZ2p1M-enUIuChuR4rw0O1vQ60pAogrDGEtTj96Z2NlLEZdfkO1EQ==
    age: 78214
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · pm.altair.co.kr

    2026-01-11 09:12

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 11 Jan 2026 09:12:21 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://pm.altair.co.kr/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.benchmark.agency

    2026-01-11 04:05

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 11 Jan 2026 04:05:12 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 379b0c98ca13080411ec25cd9e517ba6.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: J1zZW3gDB-lqmTTD7EGMb-cBRLMKUbdTumz602RS0fMBoodjOtqvLA==
    age: 59785
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.benchmark.agency

    2026-01-11 04:05

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 11 Jan 2026 04:05:11 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.benchmark.agency/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · helpdesk.yourhelpers.ai

    2026-01-11 03:53

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 11 Jan 2026 03:53:05 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://helpdesk.yourhelpers.ai/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · helpdesk.yourhelpers.ai

    2026-01-11 03:53

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 11 Jan 2026 03:53:05 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://helpdesk.yourhelpers.ai/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · dnl.agency

    2026-01-11 02:36

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 11 Jan 2026 02:36:42 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 fbc3bd5367512e39aa12fcafd3f83ac0.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: AI9GkvvqTqC9Rs8qYmBr0CY0ZTS5GS2XBOH1TuSllf5vPbG_oLXzjg==
    age: 54475
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · dnl.agency

    2026-01-11 02:36

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 11 Jan 2026 02:36:41 GMT
    Content-Type: text/html
    Content-Length: 185
    Last-Modified: Mon, 09 Oct 2023 19:21:59 GMT
    Connection: close
    ETag: "652452d7-b9"
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Accept-Ranges: bytes
    
    Page title: Teamwork.com Custom Domain Proxy
    
    <!DOCTYPE html>
    <html>
        <head>
            <title>Teamwork.com Custom Domain Proxy</title>
        </head>
        <body>
            <pre>Teamwork.com Custom Domain Proxy</pre>
        </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · equipe.kiveo.ca

    2026-01-10 17:51

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 17:51:25 GMT
    Content-Type: text/html
    Content-Length: 185
    Last-Modified: Mon, 09 Oct 2023 19:21:59 GMT
    Connection: close
    ETag: "652452d7-b9"
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Accept-Ranges: bytes
    
    Page title: Teamwork.com Custom Domain Proxy
    
    <!DOCTYPE html>
    <html>
        <head>
            <title>Teamwork.com Custom Domain Proxy</title>
        </head>
        <body>
            <pre>Teamwork.com Custom Domain Proxy</pre>
        </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · equipe.kiveo.ca

    2026-01-10 17:51

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 17:51:25 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 19b23d8148d2d868553ed440cc451008.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: HETIli4Mc-2XtNQf6c_03Xm78fQKUwgpFUPD53llxlm4Ku2Pr834tA==
    age: 22958
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.nearanddear.agency

    2026-01-10 15:41

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 15:41:58 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 2c9bc1c0de61ef1ea71dba09f0390590.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: XJlCpU6JMd-edr6h45RSB9rURCI7Aou5ax2f_-u76P2gMbbX9f9P_w==
    age: 15191
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.nearanddear.agency

    2026-01-10 15:41

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 15:41:58 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.nearanddear.agency/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.nailsoupmedia.com

    2026-01-10 15:34

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 15:34:50 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 4647dc1c8001fa9f311935bafe4ec8c2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: i88nHpMj04cXri-gP5k6bp1rmCKocMkf-xBQe6496ExTsyF1uJhKbw==
    age: 14763
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.delta4digital.com

    2026-01-10 14:52

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 14:53:01 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 b7cbbb5fc9e4636e7dedd6e4f6aa0eaa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: B6RfxECzEpD7k8nnEFBZQieSzQ35HOmFe1FiqbhTLEcGSRsaRV6NPA==
    age: 12254
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.velocitycu.com

    2026-01-10 11:11

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 11:11:53 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.velocitycu.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.velocitycu.com

    2026-01-10 11:11

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 11:11:53 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 ee8ac5103dc8ef9962c3dff0d3d279ea.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: KZ2UhHgSHms0UCBH5htWfajj2cBgSKmmQHa52rfmwN6eCcw7Wlgssg==
    age: 85387
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.tecnoseguro.com

    2026-01-10 11:02

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 11:02:56 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 ee8ac5103dc8ef9962c3dff0d3d279ea.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: PdRFjGHDb1TLjSGBgSHKvasOvrAeRp6SYkW8usiz8TNMb6V7ixegjw==
    age: 84850
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.tecnoseguro.com

    2026-01-10 11:02

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 11:02:56 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.tecnoseguro.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.owengrp.com

    2026-01-10 09:24

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 09:24:10 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 765a089d25646573f5b6aeee00cc8876.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: TxJ0W_i2bDJSisp5hTIku6gvNnFgWCUBPrrFRuqyV9Jen8XGnhWubQ==
    age: 78924
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.owengrp.com

    2026-01-10 09:24

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 09:24:11 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.owengrp.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.ganbaru.es

    2026-01-10 09:23

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 09:23:24 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 a75ccb8873128c2704216101e8d9a636.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ipTJCQvmrbcQl-8rqtCqvJfw7UQTIZOQEO5jKTJRLpCofdbXlTFBIA==
    age: 78878
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.ganbaru.es

    2026-01-10 09:23

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 09:23:24 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.ganbaru.es/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.redknight.com

    2026-01-10 09:17

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 09:17:57 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 4f979cc2b123750bae97966da83d7408.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: bnfPRpUUKDWchNqR7_AGwmNGEkOQ0Vk7PseEKpECHVIr36O5-nnTxA==
    age: 78551
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.redknight.com

    2026-01-10 09:17

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 09:17:56 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.redknight.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.paradonmn.com

    2026-01-10 09:17

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 09:17:44 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 ca0442376a40e5f0ec8ceb5f13606596.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 9gibCbdLHjOCK61PXGr8VAuBKIvs59sTECbcb_vspDk-Xs2WVUuFoQ==
    age: 78538
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.paradonmn.com

    2026-01-10 09:17

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 09:17:44 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.paradonmn.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.genuinecreativeagency.com

    2026-01-10 09:15

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 09:15:41 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.genuinecreativeagency.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.genuinecreativeagency.com

    2026-01-10 09:15

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 09:15:41 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 27a4997d1b1129dbb965ca80a491e18e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 1GUK-qCE_WkVa65fIEg-Y6BZqFPYIl9i-glMjInU_5e2HbRYBtKNXA==
    age: 78415
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.helloposition.com

    2026-01-10 04:04

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 04:04:32 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 765a089d25646573f5b6aeee00cc8876.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: mQ3RMPNpA1-lBUSbdi2Ne9OkVfdFBRTEj4Aq6ZPLDFnBtted4PE8Eg==
    age: 59746
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · hub.taftsystems.com

    2026-01-10 01:04

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 10 Jan 2026 01:04:17 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://hub.taftsystems.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · hub.taftsystems.com

    2026-01-10 01:04

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 01:04:17 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 ca0442376a40e5f0ec8ceb5f13606596.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Zu7jQcPOenM05SJdFOylE2ALMGepy3_C_FX08OA-CYPypyjdQ6f1Jw==
    age: 48931
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · hola.castilloruleabogados.com

    2026-01-09 23:47

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 23:47:18 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://hola.castilloruleabogados.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · hola.castilloruleabogados.com

    2026-01-09 23:47

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 23:47:18 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 4647dc1c8001fa9f311935bafe4ec8c2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: tSlO_uwi30W9mvRriOtY9CIwQvo4m6hsb6bYRiSF73pn0IHtIv5q6A==
    age: 44312
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.virusha.tech

    2026-01-09 15:41

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 15:41:35 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 5d507257661db55dbda3e53dd8b38dce.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: AiNTLRjT8qwzuIiLibiRhodozioITVl6PS5LqtHDIw5zuD4tLEEBIQ==
    age: 15169
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.virusha.tech

    2026-01-09 15:41

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 15:41:35 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.virusha.tech/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.hdscompanies.com

    2026-01-09 15:37

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 15:37:22 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.hdscompanies.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.hdscompanies.com

    2026-01-09 15:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 15:37:22 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 5e868b55b502623cfa1c1fa31e1c91c8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: LakORY-2-uCswoz56NuPlkV2vbnoggww7TTDMLt2u7zdwNejgO4YKg==
    age: 14916
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · vortex.3stamina.com

    2026-01-09 09:28

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 09:28:47 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-cache: Hit from cloudfront
    via: 1.1 0eead6b6d592f7fb31a5629652c63870.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: eMEWUQc9nRdYgrMi8em9J9ePJD74KnZLDzOMkHj2vGZx00g4UB3MXw==
    age: 77984
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · vortex.3stamina.com

    2026-01-09 09:28

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 09:28:45 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://vortex.3stamina.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.sater.ca

    2026-01-09 09:26

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 09:26:47 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.sater.ca/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.sater.ca

    2026-01-09 09:26

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 09:26:47 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-cache: Hit from cloudfront
    via: 1.1 6006b2e63e424aabf2253b6d7d7e57fa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: TesHxUnjpW46wyZLOV7yyT-wdCTlOKC7CIUjRjbUbrDCAma-yRHSkQ==
    age: 77864
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.centauri.com.au

    2026-01-09 09:26

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 09:26:27 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.centauri.com.au/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.centauri.com.au

    2026-01-09 09:26

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 09:26:26 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-cache: Hit from cloudfront
    via: 1.1 4647dc1c8001fa9f311935bafe4ec8c2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: G-UuUBDn5XhML8zJpN34sE5KwOIBoIReXdnElqtwrB9U7K0MdnzUkA==
    age: 77843
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.bizinkonline.com

    2026-01-09 09:25

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 09:25:55 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-cache: Hit from cloudfront
    via: 1.1 a75ccb8873128c2704216101e8d9a636.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: b8wO4_y9jI0BhRsP7VXVnLyESNnW_3kNflhox_FpaF2DuJguqFjkCA==
    age: 77812
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.bizinkonline.com

    2026-01-09 09:25

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 09:25:55 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.bizinkonline.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.moontide.agency

    2026-01-09 09:22

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 09:22:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.moontide.agency/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.moontide.agency

    2026-01-09 09:22

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 09:22:33 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.moontide.agency/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · launch.byzeal.com

    2026-01-09 09:11

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 09:11:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://launch.byzeal.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · launch.byzeal.com

    2026-01-09 09:11

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 09:11:33 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-cache: Hit from cloudfront
    via: 1.1 ecaa6567b96ae3a6069400ba39167766.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: f4eco9gjgqQ-gpKdpj1NfeG6nzeSr16xCO0NU2GxD6fLeTIO2TNoTg==
    age: 76950
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · collab.ecomflight.com

    2026-01-09 09:07

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 09:07:17 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://collab.ecomflight.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · collab.ecomflight.com

    2026-01-09 09:07

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 09:07:16 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-cache: Hit from cloudfront
    via: 1.1 fbc3bd5367512e39aa12fcafd3f83ac0.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: vJh3UQSBDKpfFQobAbMvSNYRPcnCZVIVacCJ05ohQJ38ktBObJ3TWw==
    age: 76693
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · docs.minionmade.com

    2026-01-09 09:07

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 09:07:14 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2Nzk0OTYzNHxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fKoW4tSAY-Fy24jy-W3BLh3vAE3w5B8aR4okT7DiE1mw; Path=/; Expires=Fri, 09 Jan 2026 10:07:14 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2Nzk0OTYzNHxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa1lqVTRNVEkxTURRdFptTTJPUzAwT1dJNUxUbGxPV0l0TW1KbU1qZGpOak5rWmpnNXw6OekOND-DuxTzYK9w722IcaDSoYtj7G12VZLCcWbVQg==; Path=/; Expires=Fri, 09 Jan 2026 10:07:14 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: docs.minionmade.com
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · docs.minionmade.com

    2026-01-09 09:07

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 09:07:13 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://docs.minionmade.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · project.mapoutcreative.com

    2026-01-09 00:52

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 00:52:09 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-cache: Hit from cloudfront
    via: 1.1 2791c87775059ed7f42e5c34cfade8d4.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: cBLnBjt7_r3P8Zh4FY4Njb1CQzhu1p94cCJsID-Bfy7xanGBnD3BlQ==
    age: 46986
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · project.mapoutcreative.com

    2026-01-09 00:52

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 00:52:09 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://project.mapoutcreative.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · team.sakkastudio.com

    2026-01-08 09:25

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 08 Jan 2026 09:25:34 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 5d507257661db55dbda3e53dd8b38dce.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: bb54GyXMI2PEbl4zGnpmcQqPdGUrijALtA4VE4eLy7VTTXzlSBhgRg==
    age: 77791
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · team.sakkastudio.com

    2026-01-08 09:25

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 08 Jan 2026 09:25:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://team.sakkastudio.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.presshive.cloud

    2026-01-08 09:23

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 08 Jan 2026 09:23:53 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.presshive.cloud/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.presshive.cloud

    2026-01-08 09:23

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 08 Jan 2026 09:23:53 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.presshive.cloud/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.tone.uk

    2026-01-08 09:20

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 08 Jan 2026 09:20:17 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 fbc3bd5367512e39aa12fcafd3f83ac0.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 24kAxt43l48cstsvRiTSjEVMOEjrSFcFJuaqXHJ6KY08Q2pQonTssw==
    age: 77474
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.tone.uk

    2026-01-08 09:20

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 08 Jan 2026 09:20:17 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.tone.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.goinbound.sg

    2026-01-08 09:16

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 08 Jan 2026 09:16:08 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 ca0442376a40e5f0ec8ceb5f13606596.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: FANVkWqgiEkq4z3Y60Jzzz0LVAxKq3upZNPun2MdH2J9bFJKBwHN2A==
    age: 77225
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.goinbound.sg

    2026-01-08 09:16

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 08 Jan 2026 09:16:09 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.goinbound.sg/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.ardentgrowth.com

    2026-01-08 09:14

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 08 Jan 2026 09:14:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.ardentgrowth.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.ardentgrowth.com

    2026-01-08 09:14

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 08 Jan 2026 09:14:34 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 4f979cc2b123750bae97966da83d7408.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: -LDiOcDD0PGEHE9q-3NahRNDFDILI8dnWA9jGuYTzWVWfewf5tvEQw==
    age: 77131
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.codeconspirators.com

    2026-01-08 09:14

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 08 Jan 2026 09:14:30 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 4647dc1c8001fa9f311935bafe4ec8c2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: HMev1gcqh-pY4U0yS8uyvhm4jpkbyQcVimu0qSFWrsfhQUkynkErjQ==
    age: 77127
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.codeconspirators.com

    2026-01-08 09:14

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 08 Jan 2026 09:14:26 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.codeconspirators.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · client.ndoro.app

    2026-01-08 09:05

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 08 Jan 2026 09:05:55 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://client.ndoro.app/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · client.ndoro.app

    2026-01-08 09:05

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 08 Jan 2026 09:05:55 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 7818a993810ca6f41a987955b72f4eb2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: -hWP0aBkVjV54bq0u3A0NPH2JBDbJho4YhDkA0tAowfmRw1AgbxclA==
    age: 76612
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.influenceandco.com

    2026-01-08 03:45

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 08 Jan 2026 03:45:14 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 379b0c98ca13080411ec25cd9e517ba6.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: RQVCMwHUp_D8ME2_2UhHMo_hjEAvjoJI_Y6meQJryU5SFP-yZ2Z84w==
    age: 57371
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.influenceandco.com

    2026-01-08 03:45

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 08 Jan 2026 03:45:13 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.influenceandco.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.embeddedplanet.com

    2026-01-08 02:55

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 08 Jan 2026 02:55:38 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 3e36dd267cb267a1625f6ecf58fe0bd2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: XNo94KmNDMDEcfw9Gv5_J31BzYg_MpqapaJSXU67zGv-b4NSuIzhtA==
    age: 54395
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.embeddedplanet.com

    2026-01-08 02:55

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 08 Jan 2026 02:55:37 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.embeddedplanet.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · project.thesourceplus.org

    2026-01-08 02:37

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 08 Jan 2026 02:37:04 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://project.thesourceplus.org/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · project.thesourceplus.org

    2026-01-08 02:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 08 Jan 2026 02:37:04 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 2791c87775059ed7f42e5c34cfade8d4.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: kM_0Vk-2Vv7ATevlnnmH84h_EYKoo2rrBm-6AVqtpm9gpPTtoK3OJw==
    age: 53281
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · clients.stopdoingnothing.com

    2026-01-07 16:27

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 07 Jan 2026 16:27:58 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://clients.stopdoingnothing.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · clients.stopdoingnothing.com

    2026-01-07 16:27

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 07 Jan 2026 16:27:58 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 6f990c126ed1cb8a4cfc1686dbe736e8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 54jhRvCCD8vWIwnbrVq-x7TVjdifpn8CN6o2_cTbilp2clwMRzrtoA==
    age: 16735
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw-test.rafael.net.br

    2026-01-07 13:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 07 Jan 2026 13:37:06 GMT
    Content-Type: text/html
    Content-Length: 185
    Last-Modified: Mon, 09 Oct 2023 19:21:59 GMT
    Connection: close
    ETag: "652452d7-b9"
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Accept-Ranges: bytes
    
    Page title: Teamwork.com Custom Domain Proxy
    
    <!DOCTYPE html>
    <html>
        <head>
            <title>Teamwork.com Custom Domain Proxy</title>
        </head>
        <body>
            <pre>Teamwork.com Custom Domain Proxy</pre>
        </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw-test.rafael.net.br

    2026-01-07 13:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 07 Jan 2026 13:37:06 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Wed, 07 Jan 2026 11:48:58 GMT
    etag: "0cd4ad244d5d3eb8bceb1f37a17ac9bc"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: JUWRYjK8z77O0dD4zf42RNOhuSu6WNo3
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 ecaa6567b96ae3a6069400ba39167766.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: BQVCwPPAwip13Vu3bl0eTewfYkYMNfvHGMpxqZVoOoDX3xs2z6Ftog==
    age: 6483
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.7" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="c50ae40c4f705aabd14f5f7180127441c0ecea5a">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · team.sprucely.net

    2026-01-07 09:19

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 07 Jan 2026 09:19:09 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://team.sprucely.net/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · team.sprucely.net

    2026-01-07 09:19

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 07 Jan 2026 09:19:09 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 ecaa6567b96ae3a6069400ba39167766.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: w1KWJy2OMug3ZNG6Hp9uOoaJdCi27kUjjBOtIt_3mQMjKcrC-qC3pw==
    age: 79455
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.prestashop-france.fr

    2026-01-07 09:17

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 07 Jan 2026 09:17:17 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.prestashop-france.fr/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.prestashop-france.fr

    2026-01-07 09:17

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 07 Jan 2026 09:17:17 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 62dc5fc8174d0e36bcbea4543058f992.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: HY1-s-TnAmTj7jEuufIThuaePvk0IZQtqs_dReQya6TxRb8ElbzYkA==
    age: 79343
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.basis.rocks

    2026-01-07 09:14

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 07 Jan 2026 09:15:00 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.basis.rocks/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.basis.rocks

    2026-01-07 09:14

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 07 Jan 2026 09:15:00 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.basis.rocks/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.fusenext.com

    2026-01-07 09:14

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 07 Jan 2026 09:14:44 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.fusenext.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.fusenext.com

    2026-01-07 09:14

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 07 Jan 2026 09:14:36 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.fusenext.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.nioma.ca

    2026-01-07 09:13

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 07 Jan 2026 09:13:03 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 4647dc1c8001fa9f311935bafe4ec8c2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 28UiFIthYbA_6F-m7jwDJSqJ4Y2XM3jXTncS1aRXZ4iLHeMOX_V7Zg==
    age: 79089
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.nioma.ca

    2026-01-07 09:13

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 07 Jan 2026 09:13:03 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.nioma.ca/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · knowledgebase.bhsbaltimore.org

    2026-01-07 09:06

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 07 Jan 2026 09:06:37 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2Nzc3Njc5N3xEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fMd2eT7k86xUDuIfj3YhG7Wg68mQa3wnGDyNIc46TCpg; Path=/; Expires=Wed, 07 Jan 2026 10:06:37 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2Nzc3Njc5N3xEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa1lqUTBZbUZsWmpRdE56RXdOUzAwWVRWbUxUazFOemt0T0RFd09UQTVNbVF5TUdVNHwQSjEaAVnGXJDZ_C2Jnp5PTVWQ8sm7Tqu2bJGL2iy6Ig==; Path=/; Expires=Wed, 07 Jan 2026 10:06:37 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: knowledgebase.bhsbaltimore.org
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Knowledge Base
    
    <!DOCTYPE html>
    <html class="no-js" prefix="og: https://ogp.me/ns#">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Knowledge Base</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Language" content="en">
        <meta property="og:site_name" content="Knowledge Base">
    
        
    
        
    
        
        
    
        
    
        
    
        <base href="https://knowledgebase.bhsbaltimore.org/" />
    
        
        <link rel="stylesheet" href="//knowledgebase.bhsbaltimore.org/public/css/plugins/photoswipe/photoswipe.css"> 
        
        <link rel="stylesheet" href="//knowledgebase.bhsbaltimore.org/public/css/plugins/photoswipe/default-skin/default-skin.css"> 
    
    
        <link rel="stylesheet" href="//knowledgebase.bhsbaltimore.org/public/css/styles.css" media="screen, handheld">
        <link rel="stylesheet" href="//knowledgebase.bhsbaltimore.org/public/css/print.css" media="print">
        <link rel="stylesheet" href="//knowledgebase.bhsbaltimore.org/css/appearance/1671113322.css" media="screen, handheld" />
    
        
    
        
        <script src="//knowledgebase.bhsbaltimore.org/public/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    
    
    		
    		
    		<script src="//knowledgebase.bhsbaltimore.org/public/js/plugins/photoswipe/photoswipe.js"></script> 
    		
    		<script src="//knowledgebase.bhsbaltimore.org/public/js/plugins/photoswipe/photoswipe-ui-default.js"></script>
    
        <script src="//knowledgebase.bhsbaltimore.org/public/js/vendor/jquery-1.11.1.min.js"></script>
        <script src="//knowledgebase.bhsbaltimore.org/public/js/vendor/bootstrap.min.js"></script>
        <script src="//knowledgebase.bhsbaltimore.org/public/js/plugins.js?v=20251211T091706Z"></script>
        <script src="//knowledgebase.bhsbaltimore.org/public/js/main.js?v=20251211T091706Z"></script>
    
        
    
        
    
        
        <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Knowledge Base",
      "url": "//knowledgebase.bhsbaltimore.org",
      "publisher": {
        "@type": "Organization",
        "name": "Knowledge Base",
        "url": "https://support.bhsbaltimore.org/support",
        "logo": {
          "@type": "ImageObject",
          "url": "https://s3.us-east-1.amazonaws.com/tw-desk/i/962431/doclogo/fff6073e-de88-4c85-9077-409fdd015ea7.jpeg"
        }
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "//knowledgebase.bhsbaltimore.org/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "inLanguage": "en"
    }</script>
        
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "",
      "url": "//knowledgebase.bhsbaltimore.org//",
      "publisher": {
        "@type": "Organization",
        "name": "Knowledge Base",
        "url": "https://support.bhsbaltimore.org/support",
        "logo": {
          "@type": "ImageObject",
          "url": "https://s3.us-east-1.amazonaws.com/tw-desk/i/962431/doclogo/fff6073e-de88-4c85-9077-409fdd015ea7.jpeg"
        }
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "//knowledgebase.bhsbaltimore.org//"
      },
      "inLanguage": "en"
    }</script>
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Knowledge Base",
          "item": "//knowledgebase.bhsbaltimore.org"
        }
      ]
    }</script>
        
      </head>
      <body>
        
          
              <div class="site--wrap">
        <header class="site--header custom-site-header-color">
          <div class="container">
            <a href="//knowledgebase.bhsbaltimore.org" class="brand-logo">
              
                <img src="https://s3.us-east-1.amazonaws.com/tw-desk/i/962431/doclogo/fff6073e-de88-4c85-9077-409fdd015ea7.jpeg" alt="Knowledge Base">
              
            </a>
    
            <a href="#" class="menu-toggle visible-xs" tabindex="1">
              <span class="text-hide">Menu</span>
              <span class="menu-lines">
                <span></span>
                <span></span>
                <span></span>
              </spa
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · knowledgebase.bhsbaltimore.org

    2026-01-07 09:06

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 07 Jan 2026 09:06:36 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://knowledgebase.bhsbaltimore.org/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · kb.fusenext.com

    2026-01-07 09:05

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 07 Jan 2026 09:05:25 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://kb.fusenext.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · kb.fusenext.com

    2026-01-07 09:05

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 07 Jan 2026 09:05:25 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2Nzc3NjcyNXxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fNR2o94o_xK_SVlUNxq_aqDg5Yy7uW6MySrLCbY1LGei; Path=/; Expires=Wed, 07 Jan 2026 10:05:25 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2Nzc3NjcyNXxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa1pXUTFZV0V3TXpBdFpqUTJOQzAwTkROaExXSmhNamt0TTJZek1URTVPRGcyTkdVenz0Z9wxr7F-KU867EdG7UzrYqkmG7YMn2AQ6JjaVUCNPQ==; Path=/; Expires=Wed, 07 Jan 2026 10:05:25 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: kb.fusenext.com
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Knowledge Base | FUSE:
    
    <!DOCTYPE html>
    <html class="no-js" prefix="og: https://ogp.me/ns#">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Knowledge Base | FUSE:</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Language" content="en">
        <meta property="og:site_name" content="Knowledge Base | FUSE:">
    
        
    
        
    
        
        
    
        
        <link rel=apple-touch-icon-precomposed href="https://s3.us-east-1.amazonaws.com/tw-desk/i/493267/doctouchicon/6f657110-7832-41cd-9cab-b77bce37baaa.png">
        
    
        
        <link rel="shortcut icon" type="image/png" href="https://s3.us-east-1.amazonaws.com/tw-desk/i/493267/docfavicon/fc976eb8-f28d-4480-8896-20d85032c7e6.png">
        
    
        <base href="https://kb.fusenext.com/" />
    
        
        <link rel="stylesheet" href="//kb.fusenext.com/public/css/plugins/photoswipe/photoswipe.css"> 
        
        <link rel="stylesheet" href="//kb.fusenext.com/public/css/plugins/photoswipe/default-skin/default-skin.css"> 
    
    
        <link rel="stylesheet" href="//kb.fusenext.com/public/css/styles.css" media="screen, handheld">
        <link rel="stylesheet" href="//kb.fusenext.com/public/css/print.css" media="print">
        <link rel="stylesheet" href="//kb.fusenext.com/css/appearance/1747142589.css" media="screen, handheld" />
    
        
          <link rel=stylesheet href="https://s3.us-east-1.amazonaws.com/tw-desk/i/493267/docstylesheet/da7652a3-77d6-4620-9565-ed9e0141deaa.css">
        
    
        
        <script src="//kb.fusenext.com/public/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    
    
    		
    		
    		<script src="//kb.fusenext.com/public/js/plugins/photoswipe/photoswipe.js"></script> 
    		
    		<script src="//kb.fusenext.com/public/js/plugins/photoswipe/photoswipe-ui-default.js"></script>
    
        <script src="//kb.fusenext.com/public/js/vendor/jquery-1.11.1.min.js"></script>
        <script src="//kb.fusenext.com/public/js/vendor/bootstrap.min.js"></script>
        <script src="//kb.fusenext.com/public/js/plugins.js?v=20260105T110804Z"></script>
        <script src="//kb.fusenext.com/public/js/main.js?v=20260105T110804Z"></script>
    
        
    
        
    
        
        <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Knowledge Base | FUSE:",
      "url": "//kb.fusenext.com",
      "publisher": {
        "@type": "Organization",
        "name": "Knowledge Base | FUSE:",
        "url": "https://www.fusenext.com/",
        "logo": {
          "@type": "ImageObject",
          "url": "https://s3.us-east-1.amazonaws.com/tw-desk/i/493267/doclogo/369054fa-1747-4e2b-8540-99438548c18c.png"
        }
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "//kb.fusenext.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "inLanguage": "en"
    }</script>
        
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "",
      "url": "//kb.fusenext.com//",
      "publisher": {
        "@type": "Organization",
        "name": "Knowledge Base | FUSE:",
        "url": "https://www.fusenext.com/",
        "logo": {
          "@type": "ImageObject",
          "url": "https://s3.us-east-1.amazonaws.com/tw-desk/i/493267/doclogo/369054fa-1747-4e2b-8540-99438548c18c.png"
        }
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "//kb.fusenext.com//"
      },
      "inLanguage": "en"
    }</script>
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Knowledge Base | FUSE:",
          "item": "//kb.fusenext.com"
        }
      ]
    }</script>
        
      </head>
      <body>
        
          
              <style>
      .code {
        border-radius: 5px;
        background-color: var(--color-code-bg);
        color: #ff4081;
        font-size: .9em;
        padding: .2em .4em;
        word-break: break-word;
    }
      
    pre {
        color: #000;
        background-color: var(--color-code-bg);
        font-size: 1rem;
        line-height: 1.5rem;
        white-space: pre;
        overflow-wrap: normal;
        margin: 10px 0;
        d
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · help.marcom.business.cornell.edu

    2026-01-07 09:04

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 07 Jan 2026 09:04:42 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://help.marcom.business.cornell.edu/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · help.marcom.business.cornell.edu

    2026-01-07 09:04

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 07 Jan 2026 09:04:42 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2Nzc3NjY4MnxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fCbpwfhP2ZjC9jfJPUus8hhxZz1T1Z6Uw4Jv0fKdO59a; Path=/; Expires=Wed, 07 Jan 2026 10:04:42 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2Nzc3NjY4MnxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa05HSmtabUptTkdFdFl6Rm1aaTAwWWpCbUxXSTRPV0V0WlRNeU9UVTFaVEUxWmpNenz9lcGVt6Ct6TOLpssIulFrzXMm-iBq-wZzS9ZYPspGug==; Path=/; Expires=Wed, 07 Jan 2026 10:04:42 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: help.marcom.business.cornell.edu
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: College of Business MarCom Knowledge Base
    
    <!DOCTYPE html>
    <html class="no-js" prefix="og: https://ogp.me/ns#">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>College of Business MarCom Knowledge Base</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Language" content="en">
        <meta property="og:site_name" content="College of Business MarCom Knowledge Base">
    
        
    
        
    
        
        
    
        
    
        
    
        <base href="https://help.marcom.business.cornell.edu/" />
    
        
        <link rel="stylesheet" href="//help.marcom.business.cornell.edu/public/css/plugins/photoswipe/photoswipe.css"> 
        
        <link rel="stylesheet" href="//help.marcom.business.cornell.edu/public/css/plugins/photoswipe/default-skin/default-skin.css"> 
    
    
        <link rel="stylesheet" href="//help.marcom.business.cornell.edu/public/css/styles.css" media="screen, handheld">
        <link rel="stylesheet" href="//help.marcom.business.cornell.edu/public/css/print.css" media="print">
        <link rel="stylesheet" href="//help.marcom.business.cornell.edu/css/appearance/1744311418.css" media="screen, handheld" />
    
        
          <link rel=stylesheet href="https://s3.us-east-1.amazonaws.com/tw-desk/i/846932/docstylesheet/67dab141-506d-4936-9eee-bbd3203ea900.css">
        
    
        
        <script src="//help.marcom.business.cornell.edu/public/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    
    
    		
    		
    		<script src="//help.marcom.business.cornell.edu/public/js/plugins/photoswipe/photoswipe.js"></script> 
    		
    		<script src="//help.marcom.business.cornell.edu/public/js/plugins/photoswipe/photoswipe-ui-default.js"></script>
    
        <script src="//help.marcom.business.cornell.edu/public/js/vendor/jquery-1.11.1.min.js"></script>
        <script src="//help.marcom.business.cornell.edu/public/js/vendor/bootstrap.min.js"></script>
        <script src="//help.marcom.business.cornell.edu/public/js/plugins.js?v=20251211T091706Z"></script>
        <script src="//help.marcom.business.cornell.edu/public/js/main.js?v=20251211T091706Z"></script>
    
        
    
        
    
        
        <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "College of Business MarCom Knowledge Base",
      "url": "//help.marcom.business.cornell.edu",
      "publisher": {
        "@type": "Organization",
        "name": "College of Business MarCom Knowledge Base",
        "url": "https://intranet.business.cornell.edu/marcom/"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "//help.marcom.business.cornell.edu/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "inLanguage": "en"
    }</script>
        
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "",
      "url": "//help.marcom.business.cornell.edu//",
      "publisher": {
        "@type": "Organization",
        "name": "College of Business MarCom Knowledge Base",
        "url": "https://intranet.business.cornell.edu/marcom/"
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "//help.marcom.business.cornell.edu//"
      },
      "inLanguage": "en"
    }</script>
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "College of Business MarCom Knowledge Base",
          "item": "//help.marcom.business.cornell.edu"
        }
      ]
    }</script>
        
      </head>
      <body>
        
          
              <div class="site--wrap">
      <header class="site--header custom-site-header-color">
        <div class="container">
          <a href="/"><img src="https://s3.us-east-1.amazonaws.com/tw-desk/i/846932/doccontent/6fb262f4-a1c2-48fe-8f60-6db52586795d.png" style="max-height: 58px;"></a>
          
    
          <a href="#" class="menu-toggle visible-xs" tabindex="1">
            <span class="text-hide">Menu</span>
            <span class="menu-lines">
              <span></span>
              <span></span>
              <span></span>
            </span>
          </a>
    
          <nav class="header--nav">
            <ul>
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.voltdigital.com

    2026-01-06 23:42

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 23:42:18 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.voltdigital.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.voltdigital.com

    2026-01-06 23:42

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 23:42:19 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 0eead6b6d592f7fb31a5629652c63870.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Rh6cZuwp0ekWQhjesCR3AePFC4zSNoxME158MsNppZs2uHykJMgR8Q==
    age: 44845
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · voyageservices.velocityprocurement.com

    2026-01-06 23:35

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 23:35:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://voyageservices.velocityprocurement.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · voyageservices.velocityprocurement.com

    2026-01-06 23:35

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 23:35:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://voyageservices.velocityprocurement.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.southernviewmedia.com

    2026-01-06 23:32

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 23:32:56 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 b7cbbb5fc9e4636e7dedd6e4f6aa0eaa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: X6r8FJC-iU7Q-w-M0J6vY3rNhrSvcmowovG1iVdnsurcZYhCzS5WwA==
    age: 44282
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.southernviewmedia.com

    2026-01-06 23:32

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 23:32:56 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.southernviewmedia.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.estudysa.co.za

    2026-01-06 23:26

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 23:26:58 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2Nzc0MjAxOHxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fA8GYayVCM45PVm7uWOv8-9bQZSgsO3lviT5oBagPAD4; Path=/; Expires=Wed, 07 Jan 2026 00:26:58 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2Nzc0MjAxOHxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa04yVXlaREUzTkdVdE1tVmxOQzAwWlRBMExUZ3dNVFl0TjJNek1qZGtOV1l4WlRVNHwYI7IV_FmiHinCyQIH938IQZMWuiYWQNVj36pviJoS3Q==; Path=/; Expires=Wed, 07 Jan 2026 00:26:58 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: support.estudysa.co.za
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.estudysa.co.za

    2026-01-06 23:26

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 23:26:58 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.estudysa.co.za/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.mussonindustrial.com

    2026-01-06 23:21

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 23:21:52 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.mussonindustrial.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.mussonindustrial.com

    2026-01-06 23:21

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 23:21:51 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 a75ccb8873128c2704216101e8d9a636.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: QMaZjhWIawHZyxRkG3e0kHnKVTTJ2ckl-UdvWRPVONsSIGd5IDdguA==
    age: 43617
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.tasshamjit.com

    2026-01-06 14:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:30:29 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 6e96e2926c8953a2e57fa9907208c588.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: uKyrWG6wGI5zv_1UpBu8QfmqrqyRLVhtXiAgpxuLWscY53UqldDSoQ==
    age: 11735
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.tasshamjit.com

    2026-01-06 14:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:30:29 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.tasshamjit.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.singlegrain.com

    2026-01-06 14:29

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:29:26 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 19b23d8148d2d868553ed440cc451008.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 4VhlGkAuWjFT3lmGHAC5GpM5mrg-JsnWK3OTw2dFt8OBHIEjRf8efg==
    age: 11672
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.singlegrain.com

    2026-01-06 14:29

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:29:26 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.singlegrain.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · web.onlinesupport.agency

    2026-01-06 14:23

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:23:21 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 5d507257661db55dbda3e53dd8b38dce.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: EIiX83jDhvhP6xEyg_nD5Vwtuj6WaPW1D_6TkyXnuH5kuVyhjGD4KA==
    age: 11307
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · web.onlinesupport.agency

    2026-01-06 14:23

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:23:21 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://web.onlinesupport.agency/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.toobler.com

    2026-01-06 14:23

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:23:19 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.toobler.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.toobler.com

    2026-01-06 14:23

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:23:19 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 27a4997d1b1129dbb965ca80a491e18e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: THmgwzJ-7hShBjHX2y5BfQ8jliFxR6eUWnYhInuRlDREa9OhBhDXoA==
    age: 11305
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.seanogrady.me

    2026-01-06 14:21

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:21:21 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 6006b2e63e424aabf2253b6d7d7e57fa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 2ZW_AV3aXZiDzOeAHzzEi275-0YEZlV7oiNZKaWWl5k0TA6oRcWjYQ==
    age: 11187
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.seanogrady.me

    2026-01-06 14:21

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:21:21 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.seanogrady.me/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.stirlingbrandworks.com

    2026-01-06 14:20

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:20:45 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 765a089d25646573f5b6aeee00cc8876.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: lBK0UhU6QrczQfkmQnL9X6kRPnWrXXP-aRuPLChYL8IU5UDpPTdZbw==
    age: 11151
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.stirlingbrandworks.com

    2026-01-06 14:20

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:20:45 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.stirlingbrandworks.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.digitalmarketingincorporated.com

    2026-01-06 14:16

    HTTP/1.1 400 Bad Request
    Server: nginx
    Date: Tue, 06 Jan 2026 14:16:34 GMT
    Content-Type: text/html
    Content-Length: 248
    Connection: close
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 400 The plain HTTP request was sent to HTTPS port
    
    <html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.digitalmarketingincorporated.com

    2026-01-06 14:16

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:16:23 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.digitalmarketingincorporated.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.anthill.net

    2026-01-06 14:15

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:15:36 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 ecaa6567b96ae3a6069400ba39167766.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: dlMz6dYQ7sYF5S2H6wCUp7hNSw9WZBPAjT_GrwQnHoNbMxuf1zyYIA==
    age: 10842
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.anthill.net

    2026-01-06 14:15

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:15:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.anthill.net/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.workplace-engineering.com

    2026-01-06 14:10

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:10:50 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.workplace-engineering.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.workplace-engineering.com

    2026-01-06 14:10

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:10:50 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 fbc3bd5367512e39aa12fcafd3f83ac0.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Dw3a9Ey2zGVUGfmYLVw9mifas7o-bmZ86pSEm_ZTOnckiyQ-uf_IkA==
    age: 10556
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.wave7.us

    2026-01-06 14:07

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:07:58 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.wave7.us/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.wave7.us

    2026-01-06 14:07

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:07:58 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 6e96e2926c8953a2e57fa9907208c588.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: dG-PPyOuRkgMzNkJTCrj5VcVDJnB8a5s-GdB9XXtvv-uB-pfYTT3aw==
    age: 10384
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.truevgd.com

    2026-01-06 14:07

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:07:53 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 6006b2e63e424aabf2253b6d7d7e57fa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: NtVc_ND4YmmyVN_EdDO1pyjVE43qSif61y4JqjmL4VZUMp--6Ywjtw==
    age: 10379
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.truevgd.com

    2026-01-06 14:07

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:07:52 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.truevgd.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.tdqgroup.co.uk

    2026-01-06 14:04

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:04:38 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 2791c87775059ed7f42e5c34cfade8d4.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: eAH8WOdwNPHW44AlhMGVkvY-Oodwml6TiqhaNxp_ndF9oYL0MblFSQ==
    age: 10184
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.tdqgroup.co.uk

    2026-01-06 14:04

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:04:38 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.tdqgroup.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.scscloud.com

    2026-01-06 14:04

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:04:06 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 6f990c126ed1cb8a4cfc1686dbe736e8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: jIFMJ6JooeUjbrUFZ9g_3KCRK9ucuaruaYx4klSoYZwrQ5-dQgvEaA==
    age: 10152
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.scscloud.com

    2026-01-06 14:04

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:04:06 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.scscloud.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.redbrickresearch.co.uk

    2026-01-06 14:01

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:01:49 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.redbrickresearch.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.redbrickresearch.co.uk

    2026-01-06 14:01

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:01:50 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 3e36dd267cb267a1625f6ecf58fe0bd2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: yU2v87AyS6kXajVDZ8Yk-Xi6WrIX6TO5On-UOIEPagOjDgAD0TAIfw==
    age: 10016
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.protekintl.com

    2026-01-06 14:01

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:01:09 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.protekintl.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.protekintl.com

    2026-01-06 14:01

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:01:09 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 2c9bc1c0de61ef1ea71dba09f0390590.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: A5yhqdYSdZWKs8OKz8zu0XTpbGdjjBeKqPgQK4te3wvK6FAEIdASIw==
    age: 9975
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.priint.com

    2026-01-06 14:00

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:00:57 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 4f979cc2b123750bae97966da83d7408.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: PwhfPy6T-srkGspzV5wJq2lvNDSDmCtxHyF98ARII7k7OgzKrStNlw==
    age: 9963
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.priint.com

    2026-01-06 14:00

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:00:56 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.priint.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.plusk.com

    2026-01-06 14:00

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:00:28 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 0dc812a83c1e947b351f1eb1761c3c94.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: y2eHLAUtLf10vF0sSp5-3rPTawS_YR2oz6UwYpPFQFT-koCmnPLcDw==
    age: 9934
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.plusk.com

    2026-01-06 14:00

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:00:28 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.plusk.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.lifebrand.co

    2026-01-06 13:57

    HTTP/1.1 400 Bad Request
    Server: nginx
    Date: Tue, 06 Jan 2026 13:57:19 GMT
    Content-Type: text/html
    Content-Length: 248
    Connection: close
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 400 The plain HTTP request was sent to HTTPS port
    
    <html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.lifebrand.co

    2026-01-06 13:57

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 13:57:11 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.lifebrand.co/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.igt.com

    2026-01-06 13:53

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 13:53:43 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 ecaa6567b96ae3a6069400ba39167766.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: lU56zlXPfln5qJUqZGynBkaDmvYTE1BWd7gN0VWaz5FTTyD7mwpDfw==
    age: 9529
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.igt.com

    2026-01-06 13:53

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 13:53:28 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.igt.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.hutchswelding.com

    2026-01-06 13:52

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 13:52:55 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 ecaa6567b96ae3a6069400ba39167766.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 42bNDFkiigK5tRKvy52UKDDhRj2qQa9-RuoPoh7Bm0l4HGoVLVVbVQ==
    age: 9481
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.hutchswelding.com

    2026-01-06 13:52

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 13:52:54 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.hutchswelding.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.ergobaby.com

    2026-01-06 13:48

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 13:48:53 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 2791c87775059ed7f42e5c34cfade8d4.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: tITKWAw0XlyEXwRJDgu_7I6AqEeRYjYrqK07vnvpivKuj64DQhtFrw==
    age: 9239
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.ergobaby.com

    2026-01-06 13:48

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 13:48:53 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.ergobaby.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.boostbydesign.com

    2026-01-06 13:41

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 13:41:30 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 4d312fa9950971c88054a0fc2536913e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: WhCwB8G1DRLkRymEwvjyK4sc4kmGuBw9EjjDBfLFqObgujtoKJ7lHw==
    age: 8796
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.boostbydesign.com

    2026-01-06 13:41

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 13:41:30 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.boostbydesign.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · project-management.prestele.group

    2026-01-06 13:21

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 13:21:28 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 e4108eba47cb3af03510fa926a6dec82.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 05Hc0wJMyDIECyWJALRZmydNk1o9R5C-xBQlmF1OrKLKQ_O_0emqXg==
    age: 7594
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · project-management.prestele.group

    2026-01-06 13:21

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 13:21:28 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://project-management.prestele.group/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · portal.cedarsphere.com

    2026-01-06 13:19

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 13:19:23 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 0eead6b6d592f7fb31a5629652c63870.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: MAOEVBW_5q7yane-Xx97mSTl25ydu-fwEPM4NMf7EkVoSe7WkK5Fkg==
    age: 7469
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · portal.cedarsphere.com

    2026-01-06 13:19

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 13:19:23 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://portal.cedarsphere.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · team.gamesrv.ir

    2026-01-05 13:52

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 13:52:13 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://team.gamesrv.ir/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · team.gamesrv.ir

    2026-01-05 13:52

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 13:52:15 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Mon, 05 Jan 2026 11:24:36 GMT
    etag: "2a02447bcb78dbd2e79e0908a09015be"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: KbtfwCaNwnxMEwN3Ow24tB0YydSBGTR9
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 0eead6b6d592f7fb31a5629652c63870.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: EsuvUO8bEYWy7Q70bVUPAAW2ygKDY3S03IW_2f4H29Rx4K8djMTg4Q==
    age: 8857
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.5" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="334348d8e7c12309bafd5433702cd2f48c3578fa">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · websupport.mission-minded.com

    2026-01-05 09:33

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:33:38 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://websupport.mission-minded.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · websupport.mission-minded.com

    2026-01-05 09:33

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:33:39 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://websupport.mission-minded.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · todo.codewonder.land

    2026-01-05 09:33

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:33:37 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://todo.codewonder.land/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · todo.codewonder.land

    2026-01-05 09:33

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:33:37 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4d312fa9950971c88054a0fc2536913e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Hr6fFx1JLHfUTUFCAPr-fiPP3eM4f9Woqcn8-7TwW1RD48dTtnva3Q==
    age: 7969
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.artistrylabs.com

    2026-01-05 09:31

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:31:00 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.artistrylabs.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.artistrylabs.com

    2026-01-05 09:31

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:31:00 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 36f05977def08f4abff71f3d6cbdf918.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: fEBXQK6-rHWAFhN0ix1mPwbbOmedQniX3l3ON4evEKA-BpyGK1wbWw==
    age: 7812
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.jelly.pt

    2026-01-05 09:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:31:02 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0dc812a83c1e947b351f1eb1761c3c94.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: YupaVb99BWLHauM7Em4t8KpIuX4Pv_fbeqCho8cn7GyHvrpIu-5KXw==
    age: 7814
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.jelly.pt

    2026-01-05 09:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:31:00 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.jelly.pt/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · team.theconversionformula.com

    2026-01-05 09:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:30:37 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ecaa6567b96ae3a6069400ba39167766.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: _i07GSIxl1q9oJNQr0JtLmzXKDYxCY_YZjLBdx9Bo_zkfoqWV3t-Zg==
    age: 7789
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · team.theconversionformula.com

    2026-01-05 09:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:30:38 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://team.theconversionformula.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · team.hji.us

    2026-01-05 09:29

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:29:10 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 7818a993810ca6f41a987955b72f4eb2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: I4ATBGIZQwjUbgIQIBDMC-1PSs3Yts06ZJ-vO_yMwCw19zsQDl6bbQ==
    age: 7702
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · team.hji.us

    2026-01-05 09:29

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:29:10 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://team.hji.us/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.pixeldeluxe.nl

    2026-01-05 09:27

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:27:39 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.pixeldeluxe.nl/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.pixeldeluxe.nl

    2026-01-05 09:27

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:27:38 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 19b23d8148d2d868553ed440cc451008.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: gV_HHmlfVubRLvWayO25APWy80YgsdfKT8Zs5S0rydIWi-8O_6HthQ==
    age: 7610
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.orangehotelmarketing.com

    2026-01-05 09:27

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:27:36 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.orangehotelmarketing.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.orangehotelmarketing.com

    2026-01-05 09:27

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Mon, 05 Jan 2026 09:27:36 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.iamyourwpguy.com

    2026-01-05 09:26

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:26:31 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6006b2e63e424aabf2253b6d7d7e57fa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: e6RgWKuMbm-DpRwGMJPGAs-rUc2js3h1NX_bBGchXS7k9iejyzpkcg==
    age: 7543
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.iamyourwpguy.com

    2026-01-05 09:26

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:26:31 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.iamyourwpguy.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.digitalist.si

    2026-01-05 09:25

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:25:26 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.digitalist.si/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.digitalist.si

    2026-01-05 09:25

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:25:26 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 19b23d8148d2d868553ed440cc451008.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: SNyaKQufnx-zMQqYpAC6oHcVx2hr8EuJ1Rg6YHXTO-CGb24cR9oX_A==
    age: 7478
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.weareunrivaled.com

    2026-01-05 09:23

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:23:45 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 379b0c98ca13080411ec25cd9e517ba6.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 1XGl2oVEIlImdshHALwv7GizqwCizToNj6CrUpug7UID9zg9wZzWgQ==
    age: 7377
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.weareunrivaled.com

    2026-01-05 09:23

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:23:45 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.weareunrivaled.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.redvail.com

    2026-01-05 09:22

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:22:15 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.redvail.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.redvail.com

    2026-01-05 09:22

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:22:15 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 5e868b55b502623cfa1c1fa31e1c91c8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 41p2_NcSBSiAHZ2_PX7AKkYQ7Zk3DMG2Hy9yshN_UaSHFEArgFozSg==
    age: 7287
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.gearboxgo.com

    2026-01-05 09:19

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:19:37 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 7818a993810ca6f41a987955b72f4eb2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 3As2sm4-cDYkybP3JF9cpjHUjcxIqECSqNnm76nrK_DKT2fMMDDuRg==
    age: 7129
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.gearboxgo.com

    2026-01-05 09:19

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:19:37 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.gearboxgo.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.concentric.design

    2026-01-05 09:18

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:18:30 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.concentric.design/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.arttia.co.uk

    2026-01-05 09:17

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:17:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.arttia.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.amphr.com

    2026-01-05 09:16

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:16:01 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 3e36dd267cb267a1625f6ecf58fe0bd2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ORvIoEuVADHcMOEUJZqg71UAJJGphswwqhvNrFP5r3gNqM110CMRqQ==
    age: 6913
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.amphr.com

    2026-01-05 09:16

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:16:02 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.amphr.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · my.teaminhouse.com

    2026-01-05 09:14

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:14:02 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 7818a993810ca6f41a987955b72f4eb2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Y5H9Wuyl1aZDNxlujPQQvOpoDYsvQcFlSH8z6jHLFHuVyK4LX0osyg==
    age: 6794
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · my.teaminhouse.com

    2026-01-05 09:14

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:14:02 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://my.teaminhouse.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · hub.profitablemedia.com

    2026-01-05 09:13

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:13:06 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4d312fa9950971c88054a0fc2536913e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: c1o-_vFGJ3YRTdlq2U4ZVsNQ87GXLgyP5kDm2qR8AalNHIm1qdQfRg==
    age: 6738
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · hub.profitablemedia.com

    2026-01-05 09:13

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:13:06 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://hub.profitablemedia.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · help.virtualinnovation.co.nz

    2026-01-05 09:12

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:12:07 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://help.virtualinnovation.co.nz/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · help.virtualinnovation.co.nz

    2026-01-05 09:12

    HTTP/1.1 302 Found
    Server: nginx
    Date: Mon, 05 Jan 2026 09:12:08 GMT
    Content-Length: 0
    Connection: close
    Content-Language: en
    Location: https://help.virtualinnovation.co.nz/signin?_redirect=/
    Set-Cookie: GORILLA_SESSION=MTc2NzYwNDMyOHxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fOOZ_IrFKgNLyMQJvgvyVzxFh6EEwxBQW_DlVDpkBG-0; Path=/; Expires=Mon, 05 Jan 2026 10:12:08 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzYwNDMyOHxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa05HTmtPVGsxTVRZdFltSXpZaTAwTUROa0xXRTRNMlF0T1dVMk56RXlOV1E1WkdZd3yS780tr44VNzy04FjzWMcxfI4Kio0qTTcY4jaswcAxvQ==; Path=/; Expires=Mon, 05 Jan 2026 10:12:08 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · help.orangehotelmarketing.com

    2026-01-05 09:11

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:11:15 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2NzYwNDI3NXxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fMvDxeSnquo0Xilu5Hws_xQWnYb0vT88MxCGQkYOUzWi; Path=/; Expires=Mon, 05 Jan 2026 10:11:15 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzYwNDI3NXxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa056VTJORGxpWW1FdFltUXlNeTAwWVdKakxXRTRaVE10TVdOa09HTXhNbVV5TUdWaXwZuX-znyIanwP3aK9NtIyX1k_82Bvk855WaOiK7hB_vQ==; Path=/; Expires=Mon, 05 Jan 2026 10:11:15 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: help.orangehotelmarketing.com
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · help.orangehotelmarketing.com

    2026-01-05 09:11

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:11:11 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://help.orangehotelmarketing.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · dombso.ucsd.edu

    2026-01-05 09:09

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:09:20 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 27a4997d1b1129dbb965ca80a491e18e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: pyPD0-5FtbOBax78yS3im8BQKR2hpd3kne_fWKYjjfu4qja158hgXg==
    age: 6512
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · dombso.ucsd.edu

    2026-01-05 09:09

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:09:20 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://dombso.ucsd.edu/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · go.xceed365.com

    2026-01-05 09:08

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:08:45 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0dc812a83c1e947b351f1eb1761c3c94.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: STiNkj2m9EIedzdzvAOFt5nVagnsaR48C_AM9dnHR3sKJ-mGfTMTxw==
    age: 6477
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · go.xceed365.com

    2026-01-05 09:08

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:08:45 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://go.xceed365.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · ford-itp.training.reishauer.com

    2026-01-05 09:08

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Mon, 05 Jan 2026 09:08:35 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · ford-itp.training.reishauer.com

    2026-01-05 09:08

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:08:35 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://ford-itp.training.reishauer.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · comcastfield.johnsandtaylor.com

    2026-01-05 09:08

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:08:23 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2NzYwNDEwM3xEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fEjYdIORRKRmhb7Mchszmsd8JToqAfJHJQEpDuAqPl5A; Path=/; Expires=Mon, 05 Jan 2026 10:08:23 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzYwNDEwM3xEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa1l6WXdPRGcyWmpFdFlUUXdNeTAwWlRFMExUa3pOekl0WmpRd05UTXlaRFE1WXpFM3xBG6zMDz1Wo8DUw6RKJjyXiLqjBrCKbiKFaK4ePfqgrQ==; Path=/; Expires=Mon, 05 Jan 2026 10:08:23 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: comcastfield.johnsandtaylor.com
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Comcast Field Sites
    
    <!DOCTYPE html>
    <html class="no-js" prefix="og: https://ogp.me/ns#">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Comcast Field Sites</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Language" content="en">
        <meta property="og:site_name" content="Comcast Field Sites">
    
        
    
        
    
        
        
    
        
    
        
    
        <base href="https://comcastfield.johnsandtaylor.com/" />
    
        
        <link rel="stylesheet" href="//comcastfield.johnsandtaylor.com/public/css/plugins/photoswipe/photoswipe.css"> 
        
        <link rel="stylesheet" href="//comcastfield.johnsandtaylor.com/public/css/plugins/photoswipe/default-skin/default-skin.css"> 
    
    
        <link rel="stylesheet" href="//comcastfield.johnsandtaylor.com/public/css/styles.css" media="screen, handheld">
        <link rel="stylesheet" href="//comcastfield.johnsandtaylor.com/public/css/print.css" media="print">
        <link rel="stylesheet" href="//comcastfield.johnsandtaylor.com/css/appearance/1700086933.css" media="screen, handheld" />
    
        
    
        
        <script src="//comcastfield.johnsandtaylor.com/public/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    
    
    		
    		
    		<script src="//comcastfield.johnsandtaylor.com/public/js/plugins/photoswipe/photoswipe.js"></script> 
    		
    		<script src="//comcastfield.johnsandtaylor.com/public/js/plugins/photoswipe/photoswipe-ui-default.js"></script>
    
        <script src="//comcastfield.johnsandtaylor.com/public/js/vendor/jquery-1.11.1.min.js"></script>
        <script src="//comcastfield.johnsandtaylor.com/public/js/vendor/bootstrap.min.js"></script>
        <script src="//comcastfield.johnsandtaylor.com/public/js/plugins.js?v=20260103T144653Z"></script>
        <script src="//comcastfield.johnsandtaylor.com/public/js/main.js?v=20260103T144653Z"></script>
    
        
    
        
    
        
        <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Comcast Field Sites",
      "url": "//comcastfield.johnsandtaylor.com",
      "publisher": {
        "@type": "Organization",
        "name": "Comcast Field Sites",
        "url": "//comcastfield.johnsandtaylor.com"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "//comcastfield.johnsandtaylor.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "inLanguage": "en"
    }</script>
        
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "",
      "url": "//comcastfield.johnsandtaylor.com//",
      "publisher": {
        "@type": "Organization",
        "name": "Comcast Field Sites",
        "url": "//comcastfield.johnsandtaylor.com"
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "//comcastfield.johnsandtaylor.com//"
      },
      "inLanguage": "en"
    }</script>
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Comcast Field Sites",
          "item": "//comcastfield.johnsandtaylor.com"
        }
      ]
    }</script>
        
      </head>
      <body>
        
          
              <div class="site--wrap">
        <header class="site--header custom-site-header-color">
          <div class="container">
            <a href="//comcastfield.johnsandtaylor.com" class="brand-logo">
              
                Comcast Field Sites
              
            </a>
    
            <a href="#" class="menu-toggle visible-xs" tabindex="1">
              <span class="text-hide">Menu</span>
              <span class="menu-lines">
                <span></span>
                <span></span>
                <span></span>
              </span>
            </a>
    
            <nav class="header--nav">
              <ul>
                
                
                  <li><a href="#" data-toggle="modal" data-target="#contact-form">Submit a Request</a></li>
                
              </ul>
            </nav>
    
          </div>
        </header>
        <section class="site--main">
          
    
          
            
        
    
    
    
        <div class="search--row">
        
        <div class="container">
    
            <div class=
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · comcastfield.johnsandtaylor.com

    2026-01-05 09:08

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 09:08:22 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://comcastfield.johnsandtaylor.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · clients.teaminhouse.com

    2026-01-05 09:07

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 09:07:48 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ecaa6567b96ae3a6069400ba39167766.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 7pPgSfMOVCYPhPyxOxSw3xptUzaandKD6GlepLPCGe7TsAZ46cXgNg==
    age: 6420
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · help.provizxr.com

    2026-01-05 06:36

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 06:36:28 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://help.provizxr.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · help.provizxr.com

    2026-01-05 06:36

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Mon, 05 Jan 2026 06:36:31 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · team.theincubator.com.au

    2026-01-05 04:58

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Mon, 05 Jan 2026 04:58:15 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://team.theincubator.com.au/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · team.theincubator.com.au

    2026-01-05 04:58

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 05 Jan 2026 04:58:15 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6c2928244082469db08603e0560ef74e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 8XK6vzXfXvvBGfiVnqdhqb7bGKT34InLLK4tzoopBTs2hGrf-1fWFg==
    age: 77848
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · cp.talprosoftware.com

    2026-01-04 19:43

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 04 Jan 2026 19:43:56 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://cp.talprosoftware.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · cp.talprosoftware.com

    2026-01-04 19:43

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 04 Jan 2026 19:43:55 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://cp.talprosoftware.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · supporto.pi4x.it

    2026-01-04 08:52

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 04 Jan 2026 08:52:30 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://supporto.pi4x.it/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · supporto.pi4x.it

    2026-01-04 08:52

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 04 Jan 2026 08:52:27 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://supporto.pi4x.it/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.hellodative.com

    2026-01-04 08:50

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 04 Jan 2026 08:50:35 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.hellodative.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.hellodative.com

    2026-01-04 08:50

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 04 Jan 2026 08:50:35 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.hellodative.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · clients.bewonderful.co.uk

    2026-01-04 08:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 04 Jan 2026 08:37:10 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 7818a993810ca6f41a987955b72f4eb2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: -QYYYVaJC4MQ_RxQA4K43XUuyFgHWwulycD7bHxN4rQyCRR6PsKaig==
    age: 4583
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · clients.bewonderful.co.uk

    2026-01-04 08:37

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 04 Jan 2026 08:37:06 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://clients.bewonderful.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · team.intygrate.com

    2026-01-03 09:23

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:23:04 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://team.intygrate.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · team.intygrate.com

    2026-01-03 09:23

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 09:23:04 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 62dc5fc8174d0e36bcbea4543058f992.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: G0g6dtNiidA4GvVAhgbVL85n3vyLChE4BPIBxt9QpR6MIjotsdPEvw==
    age: 7338
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · team.aisconverse.com

    2026-01-03 09:22

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:22:54 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://team.aisconverse.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.magneticstrategy.com

    2026-01-03 09:20

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:20:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.magneticstrategy.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.magneticstrategy.com

    2026-01-03 09:20

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:20:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.magneticstrategy.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.pesc.com

    2026-01-03 09:20

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 09:20:22 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2NzQzMjAyMnxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fG33aBpBFJvBKlkZspVrYXoPES5FUkgG1Mktjhs42SSS; Path=/; Expires=Sat, 03 Jan 2026 10:20:22 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzQzMjAyMnxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa05UVTFZakJqWW1FdFlUY3hNaTAwT1RVd0xXSXhNbUl0WXpVelpqZ3pZVEZtT0RoaHyjESeMJ8FYOwvA6v8Vekw-5xwCmSqNlo9bQW-fkuXgdg==; Path=/; Expires=Sat, 03 Jan 2026 10:20:22 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: support.pesc.com
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Client Support Docs
    
    <!DOCTYPE html>
    <html class="no-js" prefix="og: https://ogp.me/ns#">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Client Support Docs</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Language" content="en">
        <meta property="og:site_name" content="Client Support Docs">
    
        
    
        
    
        
        
        <meta name="description" content="Support Document for client of PESC, The Exchange, and 24/7 Dispatch" />
        
    
        
    
        
    
        <base href="https://support.pesc.com/" />
    
        
        <link rel="stylesheet" href="//support.pesc.com/public/css/plugins/photoswipe/photoswipe.css"> 
        
        <link rel="stylesheet" href="//support.pesc.com/public/css/plugins/photoswipe/default-skin/default-skin.css"> 
    
    
        <link rel="stylesheet" href="//support.pesc.com/public/css/styles.css" media="screen, handheld">
        <link rel="stylesheet" href="//support.pesc.com/public/css/print.css" media="print">
        <link rel="stylesheet" href="//support.pesc.com/css/appearance/1694632510.css" media="screen, handheld" />
    
        
    
        
        <script src="//support.pesc.com/public/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    
    
    		
    		
    		<script src="//support.pesc.com/public/js/plugins/photoswipe/photoswipe.js"></script> 
    		
    		<script src="//support.pesc.com/public/js/plugins/photoswipe/photoswipe-ui-default.js"></script>
    
        <script src="//support.pesc.com/public/js/vendor/jquery-1.11.1.min.js"></script>
        <script src="//support.pesc.com/public/js/vendor/bootstrap.min.js"></script>
        <script src="//support.pesc.com/public/js/plugins.js?v=20251211T091706Z"></script>
        <script src="//support.pesc.com/public/js/main.js?v=20251211T091706Z"></script>
    
        
    
        
    
        
        <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Client Support Docs",
      "description": "Support Document for client of PESC, The Exchange, and 24/7 Dispatch",
      "url": "//support.pesc.com",
      "publisher": {
        "@type": "Organization",
        "name": "Client Support Docs",
        "url": "//support.pesc.com"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "//support.pesc.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "inLanguage": "en"
    }</script>
        
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "",
      "url": "//support.pesc.com//",
      "publisher": {
        "@type": "Organization",
        "name": "Client Support Docs",
        "url": "//support.pesc.com"
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "//support.pesc.com//"
      },
      "inLanguage": "en"
    }</script>
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Client Support Docs",
          "item": "//support.pesc.com"
        }
      ]
    }</script>
        
      </head>
      <body>
        
          
              <div class="site--wrap">
        <header class="site--header custom-site-header-color">
          <div class="container">
            <a href="//support.pesc.com" class="brand-logo">
              
                Client Support Docs
              
            </a>
    
            <a href="#" class="menu-toggle visible-xs" tabindex="1">
              <span class="text-hide">Menu</span>
              <span class="menu-lines">
                <span></span>
                <span></span>
                <span></span>
              </span>
            </a>
    
            <nav class="header--nav">
              <ul>
                
                
                  <li><a href="#" data-toggle="modal" data-target="#contact-form">Submit a Request</a></li>
                
              </ul>
            </nav>
    
          </div>
        </header>
        <section class="site--main">
          
    
          
            
        
    
    
    
        <div class="search--row">
        
        <div class="container">
    
            <div class="row"> 
                <div class="col-md-10 col-md-offset-1 col-lg-offset-1">
                    <form action="//su
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.pesc.com

    2026-01-03 09:20

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:20:17 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.pesc.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.monopile.com

    2026-01-03 09:19

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:19:48 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.monopile.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.monopile.com

    2026-01-03 09:19

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:19:48 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.monopile.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.fwdigital.net

    2026-01-03 09:19

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:19:29 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.fwdigital.net/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.fwdigital.net

    2026-01-03 09:19

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 09:19:30 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2NzQzMTk3MHxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fKJJwyFGFzt2mfS2WtIa-QC4MzeysZMmN3zq_2d-_O9h; Path=/; Expires=Sat, 03 Jan 2026 10:19:30 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzQzMTk3MHxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa1l6ZGtZVEppWldRdE1UQXdPQzAwTkRsaExUa3hPVFl0WTJGaFlUQTVaVE5pWXpjMXxe-7rjIBvnbEaWxMakqpl00oF3PmpfbYTCAlkPTu3Uhw==; Path=/; Expires=Sat, 03 Jan 2026 10:19:30 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: support.fwdigital.net
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Freshwater Support Documentation
    
    <!DOCTYPE html>
    <html class="no-js" prefix="og: https://ogp.me/ns#">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Freshwater Support Documentation</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Language" content="en">
        <meta property="og:site_name" content="Freshwater Support Documentation">
    
        
    
        
    
        
        
    
        
    
        
    
        <base href="https://support.fwdigital.net/" />
    
        
        <link rel="stylesheet" href="//support.fwdigital.net/public/css/plugins/photoswipe/photoswipe.css"> 
        
        <link rel="stylesheet" href="//support.fwdigital.net/public/css/plugins/photoswipe/default-skin/default-skin.css"> 
    
    
        <link rel="stylesheet" href="//support.fwdigital.net/public/css/styles.css" media="screen, handheld">
        <link rel="stylesheet" href="//support.fwdigital.net/public/css/print.css" media="print">
        <link rel="stylesheet" href="//support.fwdigital.net/css/appearance/1684422066.css" media="screen, handheld" />
    
        
    
        
        <script src="//support.fwdigital.net/public/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    
    
    		
    		
    		<script src="//support.fwdigital.net/public/js/plugins/photoswipe/photoswipe.js"></script> 
    		
    		<script src="//support.fwdigital.net/public/js/plugins/photoswipe/photoswipe-ui-default.js"></script>
    
        <script src="//support.fwdigital.net/public/js/vendor/jquery-1.11.1.min.js"></script>
        <script src="//support.fwdigital.net/public/js/vendor/bootstrap.min.js"></script>
        <script src="//support.fwdigital.net/public/js/plugins.js?v=20251211T092000Z"></script>
        <script src="//support.fwdigital.net/public/js/main.js?v=20251211T092000Z"></script>
    
        
    
        
    
        
        <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Freshwater Support Documentation",
      "url": "//support.fwdigital.net",
      "publisher": {
        "@type": "Organization",
        "name": "Freshwater Support Documentation",
        "url": "https://fwdigital.net"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "//support.fwdigital.net/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "inLanguage": "en"
    }</script>
        
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "",
      "url": "//support.fwdigital.net//",
      "publisher": {
        "@type": "Organization",
        "name": "Freshwater Support Documentation",
        "url": "https://fwdigital.net"
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "//support.fwdigital.net//"
      },
      "inLanguage": "en"
    }</script>
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Freshwater Support Documentation",
          "item": "//support.fwdigital.net"
        }
      ]
    }</script>
        
      </head>
      <body>
        
          
              <div class="site--wrap">
        <header class="site--header custom-site-header-color">
          <div class="container">
            <a href="//support.fwdigital.net" class="brand-logo">
              
                Freshwater Support Documentation
              
            </a>
    
            <a href="#" class="menu-toggle visible-xs" tabindex="1">
              <span class="text-hide">Menu</span>
              <span class="menu-lines">
                <span></span>
                <span></span>
                <span></span>
              </span>
            </a>
    
            <nav class="header--nav">
              <ul>
                
                  <li><a href="https://fwdigital.net"></a></li>
                
                
              </ul>
            </nav>
    
          </div>
        </header>
        <section class="site--main">
          
    
          
            
        
    
    
    
        <div class="search--row">
        
        <div class="container">
    
            <div class="row"> 
                <div class="col-md-10 col-md-offset-1 col-lg-offset-1">
                    <form action="//support.fwdigital.net/search" method="GET" class="search-fo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · salesportal.redcranemedia.com

    2026-01-03 09:18

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:18:23 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://salesportal.redcranemedia.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · salesportal.redcranemedia.com

    2026-01-03 09:18

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 09:18:23 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0dc812a83c1e947b351f1eb1761c3c94.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: SF9anmWCzjoDiqacucdFOCKVztwgQNYHdPS--SdiH5OiJnK7TdiCyQ==
    age: 7057
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.kelsgonzalez.com

    2026-01-03 09:16

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:16:03 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.kelsgonzalez.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.kelsgonzalez.com

    2026-01-03 09:16

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 09:16:03 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 27a4997d1b1129dbb965ca80a491e18e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: leqnllEStdeNX9qz6MJVcU_4wGiTf3IPmyF4C3Z9Sd5xmqaum5lAfQ==
    age: 6917
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · kb.vertiance.com

    2026-01-03 09:10

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 09:10:23 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2NzQzMTQyM3xEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fBsl8csHywKLZPDCRIkwbabMgkqXd4aNAP1uPEUybuKp; Path=/; Expires=Sat, 03 Jan 2026 10:10:23 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzQzMTQyM3xEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa016TXhPREF6WkRVdFl6TTBaQzAwWlRrd0xUa3pPR1l0WWpVeE4yTTFaREUxTW1SanyH5-sLKJNSg0sBGO02irfWnRyUmql5s4jixIpOOQGk5Q==; Path=/; Expires=Sat, 03 Jan 2026 10:10:23 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: kb.vertiance.com
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Knowledge Base
    
    <!DOCTYPE html>
    <html class="no-js" prefix="og: https://ogp.me/ns#">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Knowledge Base</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Language" content="en">
        <meta property="og:site_name" content="Knowledge Base">
    
        
    
        
    
        
        
    
        
        <link rel=apple-touch-icon-precomposed href="https://s3.us-east-1.amazonaws.com/tw-desk/i/1077567/doctouchicon/54c56749-7ee2-4d2c-a079-e01104b8bdbc.jpeg">
        
    
        
        <link rel="shortcut icon" type="image/png" href="https://s3.us-east-1.amazonaws.com/tw-desk/i/1077567/docfavicon/c92c2a66-d2d9-489e-8ffa-a252f6fe98a5.png">
        
    
        <base href="https://kb.vertiance.com/" />
    
        
        <link rel="stylesheet" href="//kb.vertiance.com/public/css/plugins/photoswipe/photoswipe.css"> 
        
        <link rel="stylesheet" href="//kb.vertiance.com/public/css/plugins/photoswipe/default-skin/default-skin.css"> 
    
    
        <link rel="stylesheet" href="//kb.vertiance.com/public/css/styles.css" media="screen, handheld">
        <link rel="stylesheet" href="//kb.vertiance.com/public/css/print.css" media="print">
        <link rel="stylesheet" href="//kb.vertiance.com/css/appearance/1731020278.css" media="screen, handheld" />
    
        
    
        
        <script src="//kb.vertiance.com/public/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    
    
    		
    		
    		<script src="//kb.vertiance.com/public/js/plugins/photoswipe/photoswipe.js"></script> 
    		
    		<script src="//kb.vertiance.com/public/js/plugins/photoswipe/photoswipe-ui-default.js"></script>
    
        <script src="//kb.vertiance.com/public/js/vendor/jquery-1.11.1.min.js"></script>
        <script src="//kb.vertiance.com/public/js/vendor/bootstrap.min.js"></script>
        <script src="//kb.vertiance.com/public/js/plugins.js?v=20251211T091706Z"></script>
        <script src="//kb.vertiance.com/public/js/main.js?v=20251211T091706Z"></script>
    
        
    
        
    
        
        <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Knowledge Base",
      "url": "//kb.vertiance.com",
      "publisher": {
        "@type": "Organization",
        "name": "Knowledge Base",
        "url": "https://www.vertiance.com",
        "logo": {
          "@type": "ImageObject",
          "url": "https://s3.us-east-1.amazonaws.com/tw-desk/i/1077567/doclogo/eb64fb40-e003-458e-ab53-a8d17ac887f5.png"
        }
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "//kb.vertiance.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "inLanguage": "en"
    }</script>
        
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "",
      "url": "//kb.vertiance.com//",
      "publisher": {
        "@type": "Organization",
        "name": "Knowledge Base",
        "url": "https://www.vertiance.com",
        "logo": {
          "@type": "ImageObject",
          "url": "https://s3.us-east-1.amazonaws.com/tw-desk/i/1077567/doclogo/eb64fb40-e003-458e-ab53-a8d17ac887f5.png"
        }
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "//kb.vertiance.com//"
      },
      "inLanguage": "en"
    }</script>
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Knowledge Base",
          "item": "//kb.vertiance.com"
        }
      ]
    }</script>
        
      </head>
      <body>
        
          
              <div class="site--wrap">
        <header class="site--header custom-site-header-color">
          <div class="container">
            <a href="//kb.vertiance.com" class="brand-logo">
              
                <img src="https://s3.us-east-1.amazonaws.com/tw-desk/i/1077567/doclogo/eb64fb40-e003-458e-ab53-a8d17ac887f5.png" alt="Knowledge Base">
              
            </a>
    
            <a href="#" class="menu-toggle visible-xs" tabindex="1">
              <span class="text-hide">Menu</span>
              <span class="menu-lines">
                <span></span>
                <span></span>
            
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · kb.vertiance.com

    2026-01-03 09:10

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:10:22 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://kb.vertiance.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · client.triarcsolutions.com

    2026-01-03 09:05

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:05:50 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://client.triarcsolutions.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · client.triarcsolutions.com

    2026-01-03 09:05

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 09:05:50 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://client.triarcsolutions.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.bambuu.nl

    2026-01-03 08:01

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 08:01:44 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.bambuu.nl/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.aa-co.org

    2026-01-03 07:57

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 07:57:05 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.aa-co.org/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.aa-co.org

    2026-01-03 07:57

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 07:57:05 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6c2928244082469db08603e0560ef74e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: gvkzAK2YaDPx9-ubtCWSRYQ9sRs5VPG73v1kWlcCW7nxWn78fqug3A==
    age: 2179
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · team.bluellama.co.uk

    2026-01-03 07:46

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 07:46:42 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 36f05977def08f4abff71f3d6cbdf918.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: q6BM-ldwsOGtkfn5SUcIzbijfgiHROhXwS1t8YkSEpIov13hC_RQmQ==
    age: 1556
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · team.bluellama.co.uk

    2026-01-03 07:46

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 07:46:41 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://team.bluellama.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · supporto-formazione.deascuola.it

    2026-01-03 07:44

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 07:44:50 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: it
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2NzQyNjI5MHxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fPBp-nLXmDQ-h2Dev9ert_tPRH61NUS8DhpubRabrxMY; Path=/; Expires=Sat, 03 Jan 2026 08:44:50 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzQyNjI5MHxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa1lUSTVNRFF4WTJNdFptTmhaUzAwTVRCbUxXRmhNR1l0TmpjeFpUSXpNelZoWm1NNXyU2Z9_Yj21zaKDbnfqYbOIHDkhec9xHSJurFjAzvK2lQ==; Path=/; Expires=Sat, 03 Jan 2026 08:44:50 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: supporto-formazione.deascuola.it
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.ycoe.org

    2026-01-03 07:43

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 07:43:25 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ee8ac5103dc8ef9962c3dff0d3d279ea.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: vYdGO3LigWEbKkS1l5d4rDJjQ82HrfZXGO7_0HvsvF8Jw-9urGAzKw==
    age: 1359
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.ycoe.org

    2026-01-03 07:43

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 07:43:25 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.ycoe.org/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.suiterep.com

    2026-01-03 07:40

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 07:40:21 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.suiterep.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.suiterep.com

    2026-01-03 07:40

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 07:40:22 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ee8ac5103dc8ef9962c3dff0d3d279ea.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: AN-cYHADjpje9pYe7tnVdJS1j-Qs5ffYXT4wTAOhYrxKXVMQ6gBCGQ==
    age: 1176
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.mkay.eu

    2026-01-03 07:36

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 07:36:08 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.mkay.eu/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.mkay.eu

    2026-01-03 07:36

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 07:36:08 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2NzQyNTc2OHxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fPPjzQM41PxUXI-PTXv9fje-ULtVYn30Ct_RiniP8Sjh; Path=/; Expires=Sat, 03 Jan 2026 08:36:08 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzQyNTc2OHxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa1pETmlNbVptTTJRdE5tUTVNaTAwTlRJekxUa3hZak10WW1Gak4yVmtOR1V4T0dReHzeSTI39oCVQoHOppmM6uoymxnohHwG89Wat3zsk-wvvQ==; Path=/; Expires=Sat, 03 Jan 2026 08:36:08 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: support.mkay.eu
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Support
    
    <!DOCTYPE html>
    <html class="no-js" prefix="og: https://ogp.me/ns#">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Support</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Language" content="en">
        <meta property="og:site_name" content="Support">
    
        
    
        
    
        
        
    
        
        <link rel=apple-touch-icon-precomposed href="https://s3.us-east-1.amazonaws.com/tw-desk/i/559900/doctouchicon/2420bb75-0c28-435e-9ee1-a4d233b50bc3.png">
        
    
        
        <link rel="shortcut icon" type="image/png" href="https://s3.us-east-1.amazonaws.com/tw-desk/i/559900/docfavicon/fcacbb16-0ae0-4553-94b0-f7d35d314361.png">
        
    
        <base href="https://support.mkay.eu/" />
    
        
        <link rel="stylesheet" href="//support.mkay.eu/public/css/plugins/photoswipe/photoswipe.css"> 
        
        <link rel="stylesheet" href="//support.mkay.eu/public/css/plugins/photoswipe/default-skin/default-skin.css"> 
    
    
        <link rel="stylesheet" href="//support.mkay.eu/public/css/styles.css" media="screen, handheld">
        <link rel="stylesheet" href="//support.mkay.eu/public/css/print.css" media="print">
        <link rel="stylesheet" href="//support.mkay.eu/css/appearance/1581800129.css" media="screen, handheld" />
    
        
    
        
        <script src="//support.mkay.eu/public/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    
    
    		
    		
    		<script src="//support.mkay.eu/public/js/plugins/photoswipe/photoswipe.js"></script> 
    		
    		<script src="//support.mkay.eu/public/js/plugins/photoswipe/photoswipe-ui-default.js"></script>
    
        <script src="//support.mkay.eu/public/js/vendor/jquery-1.11.1.min.js"></script>
        <script src="//support.mkay.eu/public/js/vendor/bootstrap.min.js"></script>
        <script src="//support.mkay.eu/public/js/plugins.js?v=20251211T092000Z"></script>
        <script src="//support.mkay.eu/public/js/main.js?v=20251211T092000Z"></script>
    
        
    
        
    
        
        <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Support",
      "url": "//support.mkay.eu",
      "publisher": {
        "@type": "Organization",
        "name": "Support",
        "url": "https://mkay.eu",
        "logo": {
          "@type": "ImageObject",
          "url": "https://s3.us-east-1.amazonaws.com/tw-desk/i/559900/doclogo/113a1602-543f-4d86-be0a-728dcf1f8797.png"
        }
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "//support.mkay.eu/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "inLanguage": "en"
    }</script>
        
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "",
      "url": "//support.mkay.eu//",
      "publisher": {
        "@type": "Organization",
        "name": "Support",
        "url": "https://mkay.eu",
        "logo": {
          "@type": "ImageObject",
          "url": "https://s3.us-east-1.amazonaws.com/tw-desk/i/559900/doclogo/113a1602-543f-4d86-be0a-728dcf1f8797.png"
        }
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "//support.mkay.eu//"
      },
      "inLanguage": "en"
    }</script>
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Support",
          "item": "//support.mkay.eu"
        }
      ]
    }</script>
        
      </head>
      <body>
        
          
              <div class="site--wrap">
        <header class="site--header custom-site-header-color">
          <div class="container">
            <a href="//support.mkay.eu" class="brand-logo">
              
                <img src="https://s3.us-east-1.amazonaws.com/tw-desk/i/559900/doclogo/113a1602-543f-4d86-be0a-728dcf1f8797.png" alt="Support">
              
            </a>
    
            <a href="#" class="menu-toggle visible-xs" tabindex="1">
              <span class="text-hide">Menu</span>
              <span class="menu-lines">
                <span></span>
                <span></span>
                <span></span>
              </span>
            </a>
    
            <nav class="header--nav">
              
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.hiraiser.com

    2026-01-03 07:34

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 07:34:43 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.hiraiser.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.hiraiser.com

    2026-01-03 07:34

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 07:34:45 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2NzQyNTY4NXxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fGMw-dVBWLspViW5fopxkxsTQZN-tLkJ9Rfo817qURig; Path=/; Expires=Sat, 03 Jan 2026 08:34:45 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzQyNTY4NXxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa05HVXpOamRqTm1ZdE9UY3dPQzAwT1RWaExUazBOak10WkdVeU5qWmlZemt3WTJSbHygT0Y_8WcFdLW5DygHTQX6nlkF40e3NSgjPaWx97b9IQ==; Path=/; Expires=Sat, 03 Jan 2026 08:34:45 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: support.hiraiser.com
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: HiRaiser Support
    
    <!DOCTYPE html>
    <html class="no-js" prefix="og: https://ogp.me/ns#">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>HiRaiser Support</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Language" content="en">
        <meta property="og:site_name" content="HiRaiser Support">
    
        
    
        
    
        
        
        <meta name="description" content="HiRaiser Support" />
        
    
        
        <link rel=apple-touch-icon-precomposed href="https://s3.us-east-1.amazonaws.com/tw-desk/i/418129/doctouchicon/253424ee-2f6a-4b52-a1cc-ed368bbb8247.png">
        
    
        
        <link rel="shortcut icon" type="image/png" href="https://s3.us-east-1.amazonaws.com/tw-desk/i/418129/docfavicon/2e923ac9-02cb-43b8-a4da-274fe21acbf8.png">
        
    
        <base href="https://support.hiraiser.com/" />
    
        
        <link rel="stylesheet" href="//support.hiraiser.com/public/css/plugins/photoswipe/photoswipe.css"> 
        
        <link rel="stylesheet" href="//support.hiraiser.com/public/css/plugins/photoswipe/default-skin/default-skin.css"> 
    
    
        <link rel="stylesheet" href="//support.hiraiser.com/public/css/styles.css" media="screen, handheld">
        <link rel="stylesheet" href="//support.hiraiser.com/public/css/print.css" media="print">
        <link rel="stylesheet" href="//support.hiraiser.com/css/appearance/1717442327.css" media="screen, handheld" />
    
        
    
        
        <script src="//support.hiraiser.com/public/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    
    
    		
    		
    		<script src="//support.hiraiser.com/public/js/plugins/photoswipe/photoswipe.js"></script> 
    		
    		<script src="//support.hiraiser.com/public/js/plugins/photoswipe/photoswipe-ui-default.js"></script>
    
        <script src="//support.hiraiser.com/public/js/vendor/jquery-1.11.1.min.js"></script>
        <script src="//support.hiraiser.com/public/js/vendor/bootstrap.min.js"></script>
        <script src="//support.hiraiser.com/public/js/plugins.js?v=20251211T092000Z"></script>
        <script src="//support.hiraiser.com/public/js/main.js?v=20251211T092000Z"></script>
    
        
    
        
    
        
        <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "HiRaiser Support",
      "description": "HiRaiser Support",
      "url": "//support.hiraiser.com",
      "publisher": {
        "@type": "Organization",
        "name": "HiRaiser Support",
        "url": "mailto:team@hiraiser.com",
        "logo": {
          "@type": "ImageObject",
          "url": "https://s3.us-east-1.amazonaws.com/tw-desk/i/418129/doclogo/52084173-6018-4496-a609-9db354f7e00c.png"
        }
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "//support.hiraiser.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "inLanguage": "en"
    }</script>
        
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "",
      "url": "//support.hiraiser.com//",
      "publisher": {
        "@type": "Organization",
        "name": "HiRaiser Support",
        "url": "mailto:team@hiraiser.com",
        "logo": {
          "@type": "ImageObject",
          "url": "https://s3.us-east-1.amazonaws.com/tw-desk/i/418129/doclogo/52084173-6018-4496-a609-9db354f7e00c.png"
        }
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "//support.hiraiser.com//"
      },
      "inLanguage": "en"
    }</script>
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "HiRaiser Support",
          "item": "//support.hiraiser.com"
        }
      ]
    }</script>
        
      </head>
      <body>
        
          
              <div class="site--wrap">
        <header class="site--header custom-site-header-color">
          <div class="container">
            <a href="//support.hiraiser.com" class="brand-logo">
              
                <img src="https://s3.us-east-1.amazonaws.com/tw-desk/i/418129/doclogo/52084173-6018-4496-a609-9db354f7e00c.png" alt="HiRaiser Support">
              
            </a>
    
            <a href="#" clas
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.go-creative.com.au

    2026-01-03 07:32

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Sat, 03 Jan 2026 07:32:48 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.go-creative.com.au

    2026-01-03 07:32

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 07:32:48 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.go-creative.com.au/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.egn.com

    2026-01-03 07:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 07:30:21 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.egn.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.buildersites.io

    2026-01-03 07:29

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 07:29:58 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.buildersites.io/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.buildersites.io

    2026-01-03 07:29

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Sat, 03 Jan 2026 07:29:58 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · library.squareflair.com

    2026-01-03 07:07

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 07:07:37 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://library.squareflair.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · helpdocs.summitcom.org

    2026-01-03 07:04

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 07:04:28 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://helpdocs.summitcom.org/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · helpdocs.summitcom.org

    2026-01-03 07:04

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Sat, 03 Jan 2026 07:04:26 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · helpdocs.bwcgroup.co.uk

    2026-01-03 07:02

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 07:02:39 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://helpdocs.bwcgroup.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · helpdocs.bwcgroup.co.uk

    2026-01-03 07:02

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Sat, 03 Jan 2026 07:02:40 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · help.iperbooking.net

    2026-01-03 06:56

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 06:56:48 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://help.iperbooking.net/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · help.iperbooking.net

    2026-01-03 06:56

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 03 Jan 2026 06:56:48 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: it
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2NzQyMzQwOHxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fLH8_RsijrZkymIIpFfZk1Vw0aUg61fnEnuNZocPsfhQ; Path=/; Expires=Sat, 03 Jan 2026 07:56:48 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzQyMzQwOHxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa1pUTmpaamRqTmpJdFpEbGpPUzAwWkRnNUxUbGtaak10TldZd1l6WmxZVEl4WkRVenyVwB6ha3I8RAR9S0IQn3Ot1v4Baz6hR5P9U0banUlGOg==; Path=/; Expires=Sat, 03 Jan 2026 07:56:48 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: help.iperbooking.net
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · help.dobrief.io

    2026-01-03 06:55

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 06:55:10 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://help.dobrief.io/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · help.dobrief.io

    2026-01-03 06:55

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Sat, 03 Jan 2026 06:55:11 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · help.dimegiving.com

    2026-01-03 06:54

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Sat, 03 Jan 2026 06:54:58 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · help.dimegiving.com

    2026-01-03 06:54

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sat, 03 Jan 2026 06:54:58 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://help.dimegiving.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.sysmatica.com

    2026-01-02 09:34

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:34:02 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.sysmatica.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.sysmatica.com

    2026-01-02 09:34

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 09:34:03 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0eead6b6d592f7fb31a5629652c63870.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: rDEVW5n4J58fhKId7qGAHuEtxMREvLXIaCAL4EZK5sHvnvFCuIPrIA==
    age: 7996
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · webservices.stafflink.com.au

    2026-01-02 09:33

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 09:33:40 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 27a4997d1b1129dbb965ca80a491e18e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: A9GHcyKK3mmw5XEqsemP76asZlbp5imnMxvfbLjTg_Sgn9X-jy4zKw==
    age: 7974
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · webservices.stafflink.com.au

    2026-01-02 09:33

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:33:39 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://webservices.stafflink.com.au/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.velocitycu.com

    2026-01-02 09:31

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 09:31:46 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4d312fa9950971c88054a0fc2536913e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: R6xgoe_-q6tsSx70EzIJnJiAVjTl6EW70EY0S-3XPxYwpGgFrA8lzQ==
    age: 7860
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.velocitycu.com

    2026-01-02 09:31

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:31:46 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.velocitycu.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.wippo.dev

    2026-01-02 09:31

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:31:09 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.wippo.dev/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.wippo.dev

    2026-01-02 09:31

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 09:31:09 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 5e868b55b502623cfa1c1fa31e1c91c8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: vLpvH49cuJwavC_3LAOlK1A9Pbr4ppM5t7AoE0kiLX2yAT6zZWEjJw==
    age: 7823
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.glakolens.com

    2026-01-02 09:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:30:24 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.glakolens.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.glakolens.com

    2026-01-02 09:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 09:30:24 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 a75ccb8873128c2704216101e8d9a636.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: IxfkBADt_iPzWwdDXrzcY6fYGPVIxaP5AL0fGJ1SKDqVjx1Nhe-BAw==
    age: 7778
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.significadigital.com

    2026-01-02 09:27

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:27:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.significadigital.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.significadigital.com

    2026-01-02 09:27

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:27:33 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.significadigital.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.tecnoseguro.com

    2026-01-02 09:22

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:22:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.tecnoseguro.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.tecnoseguro.com

    2026-01-02 09:22

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 09:22:34 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4d312fa9950971c88054a0fc2536913e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: dUVPLK7ypmpMA_pGvNQk_hriMX-2zVxREUTPwC34VZZy-ktcCKfQ2g==
    age: 7308
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.magneticstrategy.com

    2026-01-02 09:20

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:20:18 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.magneticstrategy.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.magneticstrategy.com

    2026-01-02 09:20

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 09:20:18 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6e96e2926c8953a2e57fa9907208c588.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: uN8UlWZsLxDo4jy712uRi5bftieUro2AUQaMC2xGlKZ2-Qc7N983lA==
    age: 7172
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.deveris.com

    2026-01-02 09:17

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 09:17:44 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 36f05977def08f4abff71f3d6cbdf918.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 8HwEDqZvJVfzWvlGhVEj8W8mDsqHQuLSPjNRMWa1XHZmar3GmUtq7Q==
    age: 7018
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.deveris.com

    2026-01-02 09:17

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:17:42 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.deveris.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projecthub.diversitel.com

    2026-01-02 09:14

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 09:14:26 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ecaa6567b96ae3a6069400ba39167766.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Br51qCLZZw9lTbv_ZGK4Z3aIqnZQqBPgLQtXe5SIgd2Ibe5hHS1xow==
    age: 6820
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projecthub.diversitel.com

    2026-01-02 09:14

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:14:26 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projecthub.diversitel.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · help.sayvee.com

    2026-01-02 09:10

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Fri, 02 Jan 2026 09:10:31 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · help.sayvee.com

    2026-01-02 09:10

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:10:31 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://help.sayvee.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · help.conveypal.net

    2026-01-02 09:08

    HTTP/1.1 302 Found
    Server: nginx
    Date: Fri, 02 Jan 2026 09:08:16 GMT
    Content-Length: 0
    Connection: close
    Content-Language: en
    Location: https://help.conveypal.net/signin?_redirect=/
    Set-Cookie: GORILLA_SESSION=MTc2NzM0NDg5NnxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fGozs5Su3xVXhA-ecJ32AOMqFJjSOIw7ZZLm4_YBHH53; Path=/; Expires=Fri, 02 Jan 2026 10:08:16 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzM0NDg5NnxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa09UY3lZVEEwWVRJdE1qazVOaTAwTURZeExXSXdZelV0TkdJek1qSTVZV05sWldFM3wXuNCA_2Idv-GdLnkF4CKSgB3oC7x1Yj2J9ujm-QdryQ==; Path=/; Expires=Fri, 02 Jan 2026 10:08:16 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · help.conveypal.net

    2026-01-02 09:08

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:08:16 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://help.conveypal.net/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · desk.dsisconsulting.com

    2026-01-02 09:07

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 09:07:12 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 cded7f6feab5e981a7d2ac5d0ce86a38.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: u70RmyvY71wvYDcST--QUpR1KivFlfofteEh14JCRugUP3G5-uHVnw==
    age: 6386
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · desk.dsisconsulting.com

    2026-01-02 09:07

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:07:11 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://desk.dsisconsulting.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · client.vertiance.com

    2026-01-02 09:05

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:05:41 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://client.vertiance.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · client.vertiance.com

    2026-01-02 09:05

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 02 Jan 2026 09:05:41 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://client.vertiance.com/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.influenceandco.com

    2026-01-01 09:29

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 09:29:10 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.influenceandco.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.influenceandco.com

    2026-01-01 09:29

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 01 Jan 2026 09:29:06 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 765a089d25646573f5b6aeee00cc8876.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: pzli73f0xd0aP9uVmPW6WP1bL8V1xvV8Plbg3HmIvQRr5roRo9fFhQ==
    age: 7701
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.workinman.com

    2026-01-01 08:56

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:56:43 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.workinman.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.workinman.com

    2026-01-01 08:56

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 01 Jan 2026 08:56:43 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6006b2e63e424aabf2253b6d7d7e57fa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: TwPk7KdCzagnhiLx54avOn-bEVI921o6DQsZzv2Wt349Zm0vT_xh1Q==
    age: 5758
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.embeddedplanet.com

    2026-01-01 08:56

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 01 Jan 2026 08:56:21 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0eead6b6d592f7fb31a5629652c63870.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 1qURHo8kbxK_X-vdeWQT4ykiaZOttEziY_BPdeCItnQVZpTxsctb8A==
    age: 5736
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.embeddedplanet.com

    2026-01-01 08:56

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:56:21 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.embeddedplanet.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.21infinity.com

    2026-01-01 08:56

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 01 Jan 2026 08:56:04 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 5e868b55b502623cfa1c1fa31e1c91c8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: rI7OR0TLC0gq32beK1t44_isPll6yERgW2Y5Vv2uWrrAeUCbKTpU-Q==
    age: 5719
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.21infinity.com

    2026-01-01 08:56

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:56:01 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.21infinity.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw-us-customdomain.twtest.eu

    2026-01-01 08:55

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 01 Jan 2026 08:55:37 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6e96e2926c8953a2e57fa9907208c588.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: h-AJ92u4qYAEtZWS0JnUymjABEFS48kS8tYdee5lRKtzuchDfN5PtA==
    age: 5692
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw-us-customdomain.twtest.eu

    2026-01-01 08:55

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:55:37 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw-us-customdomain.twtest.eu/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.cloudaccess.net

    2026-01-01 08:54

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:54:03 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.cloudaccess.net/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.cloudaccess.net

    2026-01-01 08:54

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 01 Jan 2026 08:54:03 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 19b23d8148d2d868553ed440cc451008.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 2l_EWbNdGaGI5vUDO9Xaf2ADnfawrE7WlsS-XPBZVYgt3Hg_DNPi5Q==
    age: 5598
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · support.bhsbaltimore.org

    2026-01-01 08:49

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 01 Jan 2026 08:49:08 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6006b2e63e424aabf2253b6d7d7e57fa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: J4hLcXyAaUI5FTGePFDyME32hTzFDmOGVnFobySnf6jGx0gCBC3eRg==
    age: 5303
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · support.bhsbaltimore.org

    2026-01-01 08:49

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:49:07 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://support.bhsbaltimore.org/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · suporte.pegaplantao.com.br

    2026-01-01 08:48

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:48:13 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://suporte.pegaplantao.com.br/support
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · suporte.pegaplantao.com.br

    2026-01-01 08:48

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:48:13 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://suporte.pegaplantao.com.br/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · project.thesourceplus.org

    2026-01-01 08:43

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 01 Jan 2026 08:43:13 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 379b0c98ca13080411ec25cd9e517ba6.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ZOG8gAxZUiOYS8DwGMPhwYvSNniPTUSZNkZJf6xW0-a4iswypSIsEg==
    age: 4948
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · project.thesourceplus.org

    2026-01-01 08:43

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:43:13 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://project.thesourceplus.org/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · projects.aceprojectgroup.com

    2026-01-01 08:42

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 01 Jan 2026 08:42:33 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 19b23d8148d2d868553ed440cc451008.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: m8g3nU8IpibOIIuplM2XAd2qeX0P6-kR-vXk4cZICs4gEV36oWlrWQ==
    age: 4908
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · projects.aceprojectgroup.com

    2026-01-01 08:42

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:42:29 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://projects.aceprojectgroup.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · portal.j2marketing.com

    2026-01-01 08:41

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:41:47 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://portal.j2marketing.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · portal.j2marketing.com

    2026-01-01 08:41

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 01 Jan 2026 08:41:48 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6f990c126ed1cb8a4cfc1686dbe736e8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: N-xioaCE-TTza3aGCD9sw0AX8Hhitn6jAqd-6k0vnqtPB-qRtPPhBA==
    age: 4863
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · docs.ninjology.com

    2026-01-01 08:38

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Thu, 01 Jan 2026 08:38:08 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · docs.ninjology.com

    2026-01-01 08:38

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:38:08 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://docs.ninjology.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · custom-tup.us.teamworkops.com

    2026-01-01 08:37

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 08:37:39 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://custom-tup.us.teamworkops.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · custom-tup.us.teamworkops.com

    2026-01-01 08:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 01 Jan 2026 08:37:38 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0dc812a83c1e947b351f1eb1761c3c94.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: o_1ekUnUB5YQoTtln-2BUD6DamWbQbjQV61mAF1W3CgMmQd3LRQPRw==
    age: 4613
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · www.diggit.info

    2025-12-31 21:56

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 21:56:30 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 2791c87775059ed7f42e5c34cfade8d4.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: hxiQ0ZWRBJe6srAixTPCc-q4U_fN2xTuPRz_NJLdjUp3oDA4ztuNdw==
    age: 52546
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.dwightsspeedshop.com

    2025-12-31 21:51

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 21:51:01 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6e96e2926c8953a2e57fa9907208c588.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: iVds8L0S3X_U8_56qVyAaHZf65iZQWwotI-C7BwJzTqvpDv1jeh4mw==
    age: 52217
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · www.myfunnel.team

    2025-12-31 09:55

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:55:53 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://www.myfunnel.team/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · www.myfunnel.team

    2025-12-31 09:55

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:55:53 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 b7cbbb5fc9e4636e7dedd6e4f6aa0eaa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: upJleLHkeRJ14pRCztVbPHUEr2CRkgcvKvWrHZfvHt6SCqzd63co6A==
    age: 9309
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · www.manageteamwork.com

    2025-12-31 09:55

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:55:41 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://www.manageteamwork.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · www.manageteamwork.com

    2025-12-31 09:55

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:55:41 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 379b0c98ca13080411ec25cd9e517ba6.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: WoBlNl_HNBU2opp8wkwMKbMEKCmB3p1OYGhVgmiZU2j7D7IiuniiAw==
    age: 9297
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · www.idea.gd

    2025-12-31 09:55

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:55:27 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4647dc1c8001fa9f311935bafe4ec8c2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: FjntkV38_KpVZ_sYHYUIN3lYTnOOj_EnLfjLyENnMAyM6pLumZgcgQ==
    age: 9283
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · www.idea.gd

    2025-12-31 09:55

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:55:26 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://www.idea.gd/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · www.theceobossbusinessgame.win

    2025-12-31 09:55

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:55:22 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://www.theceobossbusinessgame.win/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · www.theceobossbusinessgame.win

    2025-12-31 09:55

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:55:19 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 379b0c98ca13080411ec25cd9e517ba6.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: PT4mNaBulDHSX5Y8eBScFiT04kr1H8HKaIQDwuIQtJ7Rbb32upuADA==
    age: 9275
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · workspace.responsenow.io

    2025-12-31 09:54

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:54:42 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 62dc5fc8174d0e36bcbea4543058f992.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: L4Q5Axc9M1QcvBZgMfu3VRI4G78PxqTcsUE6_zjls0_OLXsRI-0l7g==
    age: 9238
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · workspace.responsenow.io

    2025-12-31 09:54

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:54:42 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://workspace.responsenow.io/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.webcanopystudio.com

    2025-12-31 09:54

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:54:32 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 36f05977def08f4abff71f3d6cbdf918.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ZkXVinLW2xpRTdFdUZbF2gYsBcSH1rlHzS5GcLO0VuFwVTisVC1zBw==
    age: 9228
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.webcanopystudio.com

    2025-12-31 09:54

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:54:30 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.webcanopystudio.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.tasshamjit.com

    2025-12-31 09:54

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:54:08 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 765a089d25646573f5b6aeee00cc8876.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: fqL2ovl-Ac3uRc41WlytwcPi3yYZORFxq0GcYl52wbYYPfYz4_eKYA==
    age: 9204
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.tasshamjit.com

    2025-12-31 09:54

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:54:08 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.tasshamjit.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · www.ctdeploy.com

    2025-12-31 09:54

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:54:08 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://www.ctdeploy.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · www.ctdeploy.com

    2025-12-31 09:54

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:54:06 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 62dc5fc8174d0e36bcbea4543058f992.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Rg4C5G8L7cgI9fMI3-g6yxu3LficveM6jiPFG23ja-8aMy4lxtoNgQ==
    age: 9202
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.singlegrain.com

    2025-12-31 09:53

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:53:56 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 2791c87775059ed7f42e5c34cfade8d4.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: RWX6_uOP0idhb8_QhPmeZYEFlZCrF0t8TEdHvdLRXGSyyz-asnzqSg==
    age: 9192
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.singlegrain.com

    2025-12-31 09:53

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:53:56 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.singlegrain.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.seomechanic.com

    2025-12-31 09:53

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:53:46 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 fbc3bd5367512e39aa12fcafd3f83ac0.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: h5OyPlMxR2716cAc2P5b7NjRxlfjTbaxD1HYXCw7qMx92JooGCQWww==
    age: 9182
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.seomechanic.com

    2025-12-31 09:53

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:53:45 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.seomechanic.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.toshalinfotech.com

    2025-12-31 09:53

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:53:20 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 e4108eba47cb3af03510fa926a6dec82.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: GAqkQiXALYGI5C3LaAnTIFbHu_5ktZ7jjU_q6P4GIQ2KqbkYw1Dj7Q==
    age: 9156
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.toshalinfotech.com

    2025-12-31 09:53

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:53:20 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.toshalinfotech.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.rosotics.com

    2025-12-31 09:52

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:52:51 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.rosotics.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.rosotics.com

    2025-12-31 09:52

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:52:50 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ca0442376a40e5f0ec8ceb5f13606596.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 2hgx7CjDlKMrEbzMey2suTIvRlDNKrMYTBYm6mEWk7WgNsnCgBazCQ==
    age: 9126
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.everest-media.co.uk

    2025-12-31 09:52

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:52:25 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.everest-media.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.everest-media.co.uk

    2025-12-31 09:52

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:52:25 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 7818a993810ca6f41a987955b72f4eb2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ge4lvp08NGOX36nXmIv5COxVhp2tr2z59VoTzXzFocM3kOrXaPbvuA==
    age: 9101
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.crucianpoint.com

    2025-12-31 09:52

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:52:02 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.crucianpoint.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.crucianpoint.com

    2025-12-31 09:52

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:52:02 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4d312fa9950971c88054a0fc2536913e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ZV6CYSY58aw_5JnL9lhDX07Xng7fkcAbjR8qIDhxqiFKoPY0GQBT_A==
    age: 9078
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.frontspace.com

    2025-12-31 09:51

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:51:45 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 7818a993810ca6f41a987955b72f4eb2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: sUCecWp9dIKbAYvi3x0qlRTZbGD_3dp2Noce28MqosPeSQfu0uUjzA==
    age: 9061
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.frontspace.com

    2025-12-31 09:51

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:51:44 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.frontspace.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.iugo.com.au

    2025-12-31 09:51

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:51:43 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 5d507257661db55dbda3e53dd8b38dce.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: IdPXAA6-M4CETN5Xs-Z1MxTqHivqxdBQlYDCupzqPpEgoJoRMZDmyg==
    age: 9059
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.iugo.com.au

    2025-12-31 09:51

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:51:43 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.iugo.com.au/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.aqualabaquaria.com

    2025-12-31 09:51

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:51:37 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 5d507257661db55dbda3e53dd8b38dce.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 7F35EUNu9SmiJEZzFS3Mr56XAU8Pxs8rxYEapLAj2naQAHb52NzUHQ==
    age: 9053
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.aqualabaquaria.com

    2025-12-31 09:51

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:51:37 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.aqualabaquaria.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.36creative.com

    2025-12-31 09:51

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:51:15 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.36creative.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.36creative.com

    2025-12-31 09:51

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:51:16 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 753d61558f619a020e3a24f8c564f65a.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ZelTTwkVKazzoEL56HgcRoH3LqJWvRMyoOucF_fzbgDTYegxdEV5Zg==
    age: 9032
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · wiki.extendtech.net

    2025-12-31 09:51

    HTTP/1.1 302 Found
    Server: nginx
    Date: Wed, 31 Dec 2025 09:51:15 GMT
    Content-Length: 0
    Connection: close
    Content-Language: en
    Location: https://wiki.extendtech.net/signin?_redirect=/
    Set-Cookie: GORILLA_SESSION=MTc2NzE3NDY3NXxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fNFhkhOrcTmJVv7CBvLEL-HMyu_L0SdBHNqDZLfqEg19; Path=/; Expires=Wed, 31 Dec 2025 10:51:15 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzE3NDY3NXxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa09XTTVNakl6T1RVdFlUTTJNeTAwTUdJNUxUbGxOakl0WmpKbVlqZzNOVFkzT0RKaXyRZF6Fn-23JPqUmmUdwo_LIjVS1PIMBP0TYwus1KBgFw==; Path=/; Expires=Wed, 31 Dec 2025 10:51:15 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · wiki.extendtech.net

    2025-12-31 09:51

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:51:15 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://wiki.extendtech.net/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · work.bluefishds.com

    2025-12-31 09:50

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:50:55 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://work.bluefishds.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · work.bluefishds.com

    2025-12-31 09:50

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:50:55 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 27a4997d1b1129dbb965ca80a491e18e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: q8uojl4aDOfK38Km3E8e5G1o0LyTQsvKTXAp0bR3CR_sQlFwRIRBcw==
    age: 9011
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · webportal.rlb.com

    2025-12-31 09:50

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:50:50 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://webportal.rlb.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · webportal.rlb.com

    2025-12-31 09:50

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:50:50 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2NzE3NDY0OXxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fCWEDrFd6rCyMvzSpUnVLiRExXSiKVgNs4XabizBAgTH; Path=/; Expires=Wed, 31 Dec 2025 10:50:49 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzE3NDY0OXxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa09HRTJNekV5WkRNdFpUWTVZUzAwT0dFM0xXRXpPVFl0TURFd01qVmpNVFUzTm1Wa3wOrlX8DXzi1yTj1wjpkHVjP9Cgdc105LKasB7ln8CD0g==; Path=/; Expires=Wed, 31 Dec 2025 10:50:49 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: webportal.rlb.com
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Website Learning Portal
    
    <!DOCTYPE html>
    <html class="no-js" prefix="og: https://ogp.me/ns#">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Website Learning Portal</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Language" content="en">
        <meta property="og:site_name" content="Website Learning Portal">
    
        
    
        
    
        
        
    
        
        <link rel=apple-touch-icon-precomposed href="https://s3.us-east-1.amazonaws.com/tw-desk/i/801949/doctouchicon/770138d9-d23c-45fb-83de-885eb8e131db.jpeg">
        
    
        
        <link rel="shortcut icon" type="image/png" href="https://s3.us-east-1.amazonaws.com/tw-desk/i/801949/docfavicon/01304065-3375-4d0c-9594-0dcfc4b4647d.png">
        
    
        <base href="https://webportal.rlb.com/" />
    
        
        <link rel="stylesheet" href="//webportal.rlb.com/public/css/plugins/photoswipe/photoswipe.css"> 
        
        <link rel="stylesheet" href="//webportal.rlb.com/public/css/plugins/photoswipe/default-skin/default-skin.css"> 
    
    
        <link rel="stylesheet" href="//webportal.rlb.com/public/css/styles.css" media="screen, handheld">
        <link rel="stylesheet" href="//webportal.rlb.com/public/css/print.css" media="print">
        <link rel="stylesheet" href="//webportal.rlb.com/css/appearance/1635120991.css" media="screen, handheld" />
    
        
          <link rel=stylesheet href="https://s3.us-east-1.amazonaws.com/tw-desk/i/801949/docstylesheet/5e40359b-b334-4820-8331-7ef09e578b91.css">
        
    
        
        <script src="//webportal.rlb.com/public/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    
    
    		
    		
    		<script src="//webportal.rlb.com/public/js/plugins/photoswipe/photoswipe.js"></script> 
    		
    		<script src="//webportal.rlb.com/public/js/plugins/photoswipe/photoswipe-ui-default.js"></script>
    
        <script src="//webportal.rlb.com/public/js/vendor/jquery-1.11.1.min.js"></script>
        <script src="//webportal.rlb.com/public/js/vendor/bootstrap.min.js"></script>
        <script src="//webportal.rlb.com/public/js/plugins.js?v=20251211T091706Z"></script>
        <script src="//webportal.rlb.com/public/js/main.js?v=20251211T091706Z"></script>
    
        
    
        
    
        
        <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Website Learning Portal",
      "url": "//webportal.rlb.com",
      "publisher": {
        "@type": "Organization",
        "name": "Website Learning Portal",
        "url": "//webportal.rlb.com",
        "logo": {
          "@type": "ImageObject",
          "url": "https://s3.us-east-1.amazonaws.com/tw-desk/i/801949/doclogo/4df20080-d048-49d0-9409-c6d3dc660f2a.jpeg"
        }
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "//webportal.rlb.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "inLanguage": "en"
    }</script>
        
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "",
      "url": "//webportal.rlb.com//",
      "publisher": {
        "@type": "Organization",
        "name": "Website Learning Portal",
        "url": "//webportal.rlb.com",
        "logo": {
          "@type": "ImageObject",
          "url": "https://s3.us-east-1.amazonaws.com/tw-desk/i/801949/doclogo/4df20080-d048-49d0-9409-c6d3dc660f2a.jpeg"
        }
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "//webportal.rlb.com//"
      },
      "inLanguage": "en"
    }</script>
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Website Learning Portal",
          "item": "//webportal.rlb.com"
        }
      ]
    }</script>
        
      </head>
      <body>
        
          
              <div class="site--wrap">
        <header class="site--header custom-site-header-color">
          <div class="container">
            <a href="//webportal.rlb.com" class="brand-logo">
              
                <img src="https://s3.us-east-1.amazonaws.com/tw-desk/i/801949/doclogo/4df20080-d048-49d0-9409-c6d3dc660f2a.jpeg" alt="Website Learning Portal">
              
          
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · web.onlinesupport.agency

    2025-12-31 09:50

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:50:41 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://web.onlinesupport.agency/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · web.onlinesupport.agency

    2025-12-31 09:50

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:50:42 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0eead6b6d592f7fb31a5629652c63870.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 8JzmQrmFX3R_LeWVCqtGjqJCAbqYgFBF-HSUbAhJjVhTSFKp9spqIA==
    age: 8998
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.ttgteam.com

    2025-12-31 09:49

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:49:33 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.ttgteam.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.ttgteam.com

    2025-12-31 09:49

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:49:34 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 7818a993810ca6f41a987955b72f4eb2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: x5NpxuIGprTEZNQfHw4kbLRHghP0QivptbDr6zO_PZmHqYs_oQqB8A==
    age: 8930
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · weare.playwithdough.com

    2025-12-31 09:49

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:49:26 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 cded7f6feab5e981a7d2ac5d0ce86a38.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: fPdyPkZvvAOMS47yvDS5NbYGMo8BJlstwVLrWqgtj3IypK2p7hFSCA==
    age: 8922
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · weare.playwithdough.com

    2025-12-31 09:49

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:49:26 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://weare.playwithdough.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.toobler.com

    2025-12-31 09:49

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:49:22 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.toobler.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.toobler.com

    2025-12-31 09:49

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:49:22 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 07176b2f022f6a02b10faecdd79ef1bc.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: uZbWBTpOITREqInD6mgbbgYklR2Y82H2d9Z78O79U9i8ON-_YFPwMQ==
    age: 8918
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · ventura.conducttr.com

    2025-12-31 09:49

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:49:21 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Content-Language: en
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2NzE3NDU2MXxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fPaKmKT4WRBMntEisPNygrSQow16ldgU4fTTXWf_to58; Path=/; Expires=Wed, 31 Dec 2025 10:49:21 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzE3NDU2MXxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa1pqZzJNV0poWW1FdFpEa3lNaTAwT0dRNUxUZ3hPVEl0TkRJNE0yTTFPR0ZoTURFMnyokMTqgA0syO-ufjumsmcjYjFAt4NjI_uIKR2cB3g6sQ==; Path=/; Expires=Wed, 31 Dec 2025 10:49:21 GMT; Max-Age=3600; Secure; SameSite=None
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Host: ventura.conducttr.com
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Ventura Storyworld
    
    <!DOCTYPE html>
    <html class="no-js" prefix="og: https://ogp.me/ns#">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Ventura Storyworld</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Language" content="en">
        <meta property="og:site_name" content="Ventura Storyworld">
    
        
    
        
    
        
        
        <meta name="description" content="Explore Ventura storyworld - a fictional world packed with assets, materials and personas to make your scenario realistic." />
        
    
        
        <link rel=apple-touch-icon-precomposed href="https://tw-desk-files.teamwork.com/i/406254/doctouchicon/3b3ec13a-e0a2-403c-99de-e34d8053767f.png">
        
    
        
        <link rel="shortcut icon" type="image/png" href="https://tw-desk-files.teamwork.com/i/406254/docfavicon/a180269a-dacb-4e6c-af33-f6b58d21b080.png">
        
    
        <base href="https://ventura.conducttr.com/" />
    
        
        <link rel="stylesheet" href="//ventura.conducttr.com/public/css/plugins/photoswipe/photoswipe.css"> 
        
        <link rel="stylesheet" href="//ventura.conducttr.com/public/css/plugins/photoswipe/default-skin/default-skin.css"> 
    
    
        <link rel="stylesheet" href="//ventura.conducttr.com/public/css/styles.css" media="screen, handheld">
        <link rel="stylesheet" href="//ventura.conducttr.com/public/css/print.css" media="print">
        <link rel="stylesheet" href="//ventura.conducttr.com/css/appearance/1706693811.css" media="screen, handheld" />
    
        
          <link rel=stylesheet href="https://s3.us-east-1.amazonaws.com/tw-desk/i/406254/docstylesheet/9675ce5a-78a0-46af-871f-bb9193a84d56.css">
        
    
        
        <script src="//ventura.conducttr.com/public/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    
    
    		
    		
    		<script src="//ventura.conducttr.com/public/js/plugins/photoswipe/photoswipe.js"></script> 
    		
    		<script src="//ventura.conducttr.com/public/js/plugins/photoswipe/photoswipe-ui-default.js"></script>
    
        <script src="//ventura.conducttr.com/public/js/vendor/jquery-1.11.1.min.js"></script>
        <script src="//ventura.conducttr.com/public/js/vendor/bootstrap.min.js"></script>
        <script src="//ventura.conducttr.com/public/js/plugins.js?v=20251211T091706Z"></script>
        <script src="//ventura.conducttr.com/public/js/main.js?v=20251211T091706Z"></script>
    
        
    
        <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-17944664-13"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'UA-17944664-13');
    </script>
    
        
        <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Ventura Storyworld",
      "description": "Explore Ventura storyworld - a fictional world packed with assets, materials and personas to make your scenario realistic.",
      "url": "//ventura.conducttr.com",
      "publisher": {
        "@type": "Organization",
        "name": "Ventura Storyworld",
        "url": "https://www.conducttr.com",
        "logo": {
          "@type": "ImageObject",
          "url": "https://tw-desk-files.teamwork.com/i/406254/doclogo/fcfb7f1b-a379-4cfc-a3f8-4165ecd19831.png"
        }
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "//ventura.conducttr.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "inLanguage": "en"
    }</script>
        
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "",
      "url": "//ventura.conducttr.com//",
      "publisher": {
        "@type": "Organization",
        "name": "Ventura Storyworld",
        "url": "https://www.conducttr.com",
        "logo": {
          "@type": "ImageObject",
          "url": "https://tw-desk-files.teamwork.com/i/406254/doclogo/fcfb7f1b-a379-4cfc-a3f8-4165ecd19831.png"
        }
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "//ventura.conducttr.com//"
      },
      "inLanguage": "en"
    }</script>
          <script type="application/ld+jso
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · ventura.conducttr.com

    2025-12-31 09:49

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:49:23 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://ventura.conducttr.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.stirlingbrandworks.com

    2025-12-31 09:48

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:48:59 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4d312fa9950971c88054a0fc2536913e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: _wm2viSSlsqf9pnqRDX7LvQA3Atf_zEjMdcDtJHY2A6yCg4cDBwf6g==
    age: 8895
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.stirlingbrandworks.com

    2025-12-31 09:48

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:48:59 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.stirlingbrandworks.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · twproject.nd.edu

    2025-12-31 09:48

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:48:58 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://twproject.nd.edu/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · twproject.nd.edu

    2025-12-31 09:48

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:48:58 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4647dc1c8001fa9f311935bafe4ec8c2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 4a_lKKrM78o7hC6n0bY7Ic29TSXCqtsaXpBnOWK6_mv09DQoWmucyw==
    age: 8894
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · twp.apexpii.com

    2025-12-31 09:48

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:48:48 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://twp.apexpii.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · twp.apexpii.com

    2025-12-31 09:48

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:48:49 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 7818a993810ca6f41a987955b72f4eb2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: wAHnH6y7rUztxaDDkwIRZpyeufIk7A0qTDd6N2BEsNGl8lYL_X0JLg==
    age: 8885
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.seanogrady.me

    2025-12-31 09:48

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:48:24 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 b7cbbb5fc9e4636e7dedd6e4f6aa0eaa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: aShHoBYGRImkXIeEgMVIsc0VCPrPiEUaIwUHrsCmchphxbe1NzQKnA==
    age: 8860
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.seanogrady.me

    2025-12-31 09:48

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:48:24 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.seanogrady.me/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.skaitmeninerinkodara.lt

    2025-12-31 09:48

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:48:24 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6006b2e63e424aabf2253b6d7d7e57fa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: QNeH8TmpCWRHgkf1s2bnXksz6hltaOoNPztJNiVEBetcQYs9zMtfHA==
    age: 8860
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.skaitmeninerinkodara.lt

    2025-12-31 09:48

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:48:24 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.skaitmeninerinkodara.lt/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.suitit.nl

    2025-12-31 09:48

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:48:19 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.suitit.nl/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.suitit.nl

    2025-12-31 09:48

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:48:14 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 62dc5fc8174d0e36bcbea4543058f992.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: LRDUC49VLjW11X3nnKTE_MWsp4pbGVEI7T_QSj9vnuRLw27tmE5DIQ==
    age: 8850
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.mrperezinc.com

    2025-12-31 09:47

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:47:50 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.mrperezinc.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.mrperezinc.com

    2025-12-31 09:47

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:47:50 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 5d507257661db55dbda3e53dd8b38dce.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: cV5Yl8zijRlqQ91tbAmyHBXqUMDNHnHvj135gPkFrGgfTnA6fmmngQ==
    age: 8826
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.socialfirm.com

    2025-12-31 09:47

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:47:41 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6006b2e63e424aabf2253b6d7d7e57fa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: bmeRNK1TgNLUb7dholMw4of3syfzUjwrnN_n4RECOGV0dfeOhS4G8Q==
    age: 8817
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.socialfirm.com

    2025-12-31 09:47

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:47:40 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.socialfirm.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.ledrabrands.com

    2025-12-31 09:47

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:47:39 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 3e36dd267cb267a1625f6ecf58fe0bd2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 8a1GVd6zkbDVr18NhtgN8jzQS59UJv4x1PXdiUh8wLNjRQmS2GHZ5Q==
    age: 8815
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.ledrabrands.com

    2025-12-31 09:47

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:47:39 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.ledrabrands.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.hardlink.ca

    2025-12-31 09:47

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:47:04 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 753d61558f619a020e3a24f8c564f65a.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: _4UwjKJIvdy07uv6XlII87SwoptT2PFtyH--GVTXHmry28110oLKGQ==
    age: 8780
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.hardlink.ca

    2025-12-31 09:47

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:47:04 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.hardlink.ca/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.rocketdocs.com

    2025-12-31 09:46

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:46:58 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 2c9bc1c0de61ef1ea71dba09f0390590.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: R45trl6Z3RRZKvjG3Bf-ADPA1WWOFakzzuAGTr6jh2HHY0vsCs8wEg==
    age: 8774
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.rocketdocs.com

    2025-12-31 09:46

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:46:58 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.rocketdocs.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.emsy.sk

    2025-12-31 09:46

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:46:53 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.emsy.sk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.emsy.sk

    2025-12-31 09:46

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:46:53 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6e96e2926c8953a2e57fa9907208c588.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: grkWGDyEIppLQ06s9qYRE-R6DNdSEDwGyfNlG47aoeB4Jp7nZ8XoUQ==
    age: 8769
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.digitalmarketingincorporated.com

    2025-12-31 09:46

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:46:18 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.digitalmarketingincorporated.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.digitalmarketingincorporated.com

    2025-12-31 09:46

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:46:18 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 e4108eba47cb3af03510fa926a6dec82.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 06uF2GPw21sayqTmfTk55BtADdX8yoc03vxB5fyuj6pj6UuNun_iuQ==
    age: 8734
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.howtoproject.ca

    2025-12-31 09:46

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:46:10 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.howtoproject.ca/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.howtoproject.ca

    2025-12-31 09:46

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:46:13 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4d312fa9950971c88054a0fc2536913e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 3J9pBmWgN-i7OZntaFq88I9D_x__umNn61uIj_QteBzlBwWMCQofZQ==
    age: 8729
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.anthill.net

    2025-12-31 09:46

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:46:06 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 5e868b55b502623cfa1c1fa31e1c91c8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Pstc7lr-oaV1NFKPNbe9qBwYZPS9bXvkqhD_MOF_wRpRsliXuFkMPg==
    age: 8722
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.anthill.net

    2025-12-31 09:46

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:46:06 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.anthill.net/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.elasticdiscovery.com

    2025-12-31 09:45

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:45:40 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6006b2e63e424aabf2253b6d7d7e57fa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: _2Us_04V3rsX5W-I6P8v5wwGvRRlHMTLMBRZt5sXyc7HWueCo7aS4Q==
    age: 8696
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.elasticdiscovery.com

    2025-12-31 09:45

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:45:40 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.elasticdiscovery.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.edge-technology.com

    2025-12-31 09:45

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:45:29 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.edge-technology.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.edge-technology.com

    2025-12-31 09:45

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:45:29 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 07176b2f022f6a02b10faecdd79ef1bc.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 2qgBX8hnOueJoVds3ukzs5jqOplM9KXqiDYecI04z4ZqY8rjZs5W8w==
    age: 8685
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · toolkit.unitedwaygt.org

    2025-12-31 09:45

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:45:20 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: no-cache, no-store, must-revalidate
    Content-Language: en
    Content-Security-Policy: default-src 'self' 'unsafe-inline' https://s3.amazonaws.com https://tw-helpdocs.s3.amazonaws.com https://*.teamwork.com https://tw-desk-files.teamwork.com https://s3.us-east-1.amazonaws.com https://s3-eu-west-1.amazonaws.com https://s3-external-1.amazonaws.com https://images.squarespace-cdn.com;
    Referrer-Policy: origin-when-cross-origin
    Set-Cookie: GORILLA_SESSION=MTc2NzE3NDMyMHxEWDhFQVFMX2dBQUJFQUVRQUFBRV80QUFBQT09fCOUetJ5-50c9D1AyYztRMOtVte5k-iwIdKZi5mlI3Xp; Path=/; Expires=Wed, 31 Dec 2025 10:45:20 GMT; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: GORILLA_SESSION=MTc2NzE3NDMyMHxEWDhFQVFMX2dBQUJFQUVRQUFCSV80QUFBUVp6ZEhKcGJtY01EQUFLYzJWemMybHZibDlwWkFaemRISnBibWNNSmdBa05EZzFZek01Wm1NdE16VTFZeTAwT1daa0xXRmlObVV0TkdWbU9XRTJZVEF6WXpZM3ys3lIr-rCefiQ5PVGMLVJnj7gCEP7syQRuyGwATNKvcA==; Path=/; Expires=Wed, 31 Dec 2025 10:45:20 GMT; Max-Age=3600; Secure; SameSite=None
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Vary: Origin
    X-Content-Type-Options: nosniff
    X-Frame-Options: DENY
    X-Host: toolkit.unitedwaygt.org
    X-Path: /
    X-Powered-By: production
    X-Xss-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: United Way Greater Toronto | Toolkit
    
    <!DOCTYPE html>
    <html class="no-js" prefix="og: https://ogp.me/ns#">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>United Way Greater Toronto | Toolkit</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Language" content="en">
        <meta property="og:site_name" content="United Way Greater Toronto | Toolkit">
    
        
    
        
    
        
        
        <meta name="description" content="The United Way Greater Toronto creative and promotional resources toolkit where you can find materials to help fundraise for United Way. " />
        
    
        
        <link rel=apple-touch-icon-precomposed href="https://tw-desk-files.teamwork.com/i/387890/doctouchicon/127705.20190506210617912.127705.20190506210617912h2VKc.jpg">
        
    
        
        <link rel="shortcut icon" type="image/png" href="https://tw-desk-files.teamwork.com/i/387890/docfavicon/127705.20190530202227500.127705.201905302022275005V50w.png">
        
    
        <base href="https://toolkit.unitedwaygt.org/" />
    
        
        <link rel="stylesheet" href="//toolkit.unitedwaygt.org/public/css/plugins/photoswipe/photoswipe.css"> 
        
        <link rel="stylesheet" href="//toolkit.unitedwaygt.org/public/css/plugins/photoswipe/default-skin/default-skin.css"> 
    
    
        <link rel="stylesheet" href="//toolkit.unitedwaygt.org/public/css/styles.css" media="screen, handheld">
        <link rel="stylesheet" href="//toolkit.unitedwaygt.org/public/css/print.css" media="print">
        <link rel="stylesheet" href="//toolkit.unitedwaygt.org/css/appearance/1687963839.css" media="screen, handheld" />
    
        
          <link rel=stylesheet href="https://tw-desk-files.teamwork.com/i/387890/docstylesheet/126247.20190730141349781.126247.20190730141349781ddYcy.css">
        
    
        
        <script src="//toolkit.unitedwaygt.org/public/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    
    
    		
    		
    		<script src="//toolkit.unitedwaygt.org/public/js/plugins/photoswipe/photoswipe.js"></script> 
    		
    		<script src="//toolkit.unitedwaygt.org/public/js/plugins/photoswipe/photoswipe-ui-default.js"></script>
    
        <script src="//toolkit.unitedwaygt.org/public/js/vendor/jquery-1.11.1.min.js"></script>
        <script src="//toolkit.unitedwaygt.org/public/js/vendor/bootstrap.min.js"></script>
        <script src="//toolkit.unitedwaygt.org/public/js/plugins.js?v=20251211T091706Z"></script>
        <script src="//toolkit.unitedwaygt.org/public/js/main.js?v=20251211T091706Z"></script>
    
        
    
        
    
        
        <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "United Way Greater Toronto | Toolkit",
      "description": "The United Way Greater Toronto creative and promotional resources toolkit where you can find materials to help fundraise for United Way. ",
      "url": "//toolkit.unitedwaygt.org",
      "publisher": {
        "@type": "Organization",
        "name": "United Way Greater Toronto | Toolkit",
        "url": "https://www.unitedwaygt.org/resources/fundraising-resources/",
        "logo": {
          "@type": "ImageObject",
          "url": "https://tw-desk-files.teamwork.com/i/387890/doclogo/127705.20190506210325785.127705.20190506210325785vpTbJ.jpg"
        }
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "//toolkit.unitedwaygt.org/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "inLanguage": "en"
    }</script>
        
          <script type="application/ld+json">{
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "",
      "url": "//toolkit.unitedwaygt.org//",
      "publisher": {
        "@type": "Organization",
        "name": "United Way Greater Toronto | Toolkit",
        "url": "https://www.unitedwaygt.org/resources/fundraising-resources/",
        "logo": {
          "@type": "ImageObject",
          "url": "https://tw-desk-files.teamwork.com/i/387890/doclogo/127705.20190506210325785.127705.20190506210325785vpTbJ.jpg"
        }
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "//toolkit.unitedwaygt.org//"
      },
      "inLanguage": "en"
    }</script>
          <script type="application/ld+json">{
      "
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · toolkit.unitedwaygt.org

    2025-12-31 09:45

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:45:20 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://toolkit.unitedwaygt.org/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tw.annix.com.au

    2025-12-31 09:44

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:44:42 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tw.annix.com.au/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tw.annix.com.au

    2025-12-31 09:44

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:44:43 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 a75ccb8873128c2704216101e8d9a636.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: PE11srInjN-ESISFYhZBMMb4xoOp0cnd0Gb98LsxwDLh3vF5FhYZ1g==
    age: 8639
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · training-rce.reishauer.com

    2025-12-31 09:44

    HTTP/1.1 404 Not Found
    Server: nginx
    Date: Wed, 31 Dec 2025 09:44:23 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Origin
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Desk - No site found
    
    <!doctype html>
    <html>
    <head>
            <meta charset="utf-8">
    
            <title>Teamwork Desk - No site found</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            
            <link href="/public/css/sitenotfound.css" rel="stylesheet" type="text/css">
    
            
    
    </head>
    
    <body>
    
            <div class="center-wrap">
                    <div class="wrap-content">
    
                            <header class="container text-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 240" width="580" height="240">
                                            <style>
                                                    tspan {
                                                            white-space: pre
                                                    }
    
                                                    .shp0 {
                                                            fill: #ff22b1
                                                    }
    
                                                    .shp1 {
                                                            fill: #ffffff
                                                    }
    
                                                    .shp2 {
                                                            fill: none
                                                    }
                                            </style>
                                            <g id="Folder 1">
                                                    <g id="DeskLogoSlate">
                                                            <g id="artwork-2">
                                                                    <path id="Layer" class="shp0"
                                                                            d="M151.92,194.86c0,-8.29 -6.71,-15 -15,-15c-8.29,0 -15,6.71 -15,15c0,8.29 6.71,15 15,15c8.29,0 15,-6.71 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M100.95,143.89c0,-8.3 -6.71,-15 -15,-15c-8.29,0 -15,6.7 -15,15c0,8.3 6.71,15 15,15c8.29,0 15,-6.7 15,-15z" />
                                                                    <path id="Layer" class="shp1"
                                                                            d="M129.27,128.46v0c-0.56,-1.6 -1.22,-3.18 -1.96,-4.71c-0.74,-1.53 -1.56,-3.02 -2.47,-4.46c-0.91,-1.44 -1.89,-2.83 -2.95,-4.15c-1.06,-1.33 -2.2,-2.6 -3.4,-3.8c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34c-2.12,0 -4.16,0.84 -5.66,2.35c-1.5,1.5 -2.34,3.54 -2.34,5.66c0,2.12 0.84,4.16 2.35,5.66c0.78,0.78 1.52,1.61 2.21,2.48c0.69,0.87 1.33,1.77 1.92,2.71c0.59,0.94 1.12,1.91 1.6,2.9c0.48,1 0.91,2.02 1.27,3.06v0c1.77,4.97 2.2,10.32 1.24,15.5c-0.96,5.19 -3.26,10.03 -6.69,14.04c-3.43,4.01 -7.85,7.05 -12.82,8.8c-4.97,1.76 -10.32,2.17 -15.51,1.2v0c-0.38,-0.07 -0.76,-0.15 -1.14,-0.24c-0.38,-0.09 -0.76,-0.18 -1.13,-0.29c-0.37,-0.1 -0.75,-0.21 -1.12,-0.33c-0.37,-0.12 -0.74,-0.24 -1.1,-0.38c-4.6,-1.62 -8.74,-4.34 -12.06,-7.92c-3.31,-3.58 -5.7,-7.92 -6.95,-12.64c-1.25,-4.72 -1.32,-9.67 -0.22,-14.42c1.11,-4.75 3.36,-9.16 6.56,-12.85v0l0.16,-0.19c0.43,-0.49 0.85,-1 1.3,-1.44c0.45,-0.44 0.94,-0.86 1.41,-1.28l0.22,-0.18v0c1.35,-1.17 2.8,-2.22 4.34,-3.13c1.54,-0.91 3.15,-1.68 4.83,-2.31c1.67,-0.62 3.4,-1.1 5.16,-1.41c1.76,-0.32 3.54,-0.47 5.33,-0.47c2.12,0 4.16,-0.84 5.66,-2.34c1.5,-1.5 2.34,-3.54 2.34,-5.66c0,-2.12 -0.84,-4.16 -2.34,-5.66c-1.5,-1.5 -3.54,-2.34 -5.66,-2.34v0c-2.73,0 -5.46,0.25 -8.15,0.74c-2.69,0.49 -5.33,1.21 -7.89,2.17c-2.56,0.96 -5.03,2.14 -7.38,3.54c-2.35,1.4 -4.57,3 -6.64,4.79h0l-0.21,0.18c-0.76,0.66 -1.51,1.32 -2.25,2.06c-0.74,0.74 -1.42,1.52 -2.09,2.3l-0.16,0.18v0c-3.75,4.36 -6.65,9.39 -8.55,14.82c-1.9,5.43 -2.77,11.17 -2.56,16.91c0.21,5.75 1.49,11.41 3.78,16.68c2.29,5.28 5.54,10.08 9.6,14.16c1.2,1.2 2.47,2.34 3.81,3.4c1.33,1.06 2.72,2.05 4.16,2.96c1.44,0.91 2.93,1.73 4.47,2.47c1.53,0.74 3.11,1.39 4.72,1.96c0.56,0.2 1.13,0.4 1.7,0.58c0.57,0.18 1.14,0.35 1.72,0.51c0.58,0.16 1.16,0.3 1.74,0.44c0.58,0.13 1.17,0.26 1.76,0.37v0c7.95,1.5 16.16,0.88 23.79,-1.81c7.63,-2.6
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · training-rce.reishauer.com

    2025-12-31 09:44

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:44:23 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://training-rce.reishauer.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tm.mavericks.agency

    2025-12-31 09:43

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:44:00 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tm.mavericks.agency/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tm.mavericks.agency

    2025-12-31 09:43

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:44:00 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0050f627920ad736a86a4cf336d875bc.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 2dCCnZ2Bixb7R7a-ohaMfrx1hs6XofWRB2dO7XWA1nnc8IaLJ7a8_A==
    age: 8596
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tech.altepro.cz

    2025-12-31 09:43

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:43:49 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tech.altepro.cz/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tech.altepro.cz

    2025-12-31 09:43

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:43:48 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 379b0c98ca13080411ec25cd9e517ba6.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Ohp0zZzRQrC9ZdKA9X_xDtmZHmInOO5JrDg9EbUVCxPEuLId2Q34Ng==
    age: 8584
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tickets.twotwentyseven.com

    2025-12-31 09:43

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:43:34 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6f990c126ed1cb8a4cfc1686dbe736e8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 1nmnS4lPPd_b-rzgKvvDSRcW09HS6G0AM2ZoBprLTcwmIRknlnHRMA==
    age: 8570
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tickets.twotwentyseven.com

    2025-12-31 09:43

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:43:34 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tickets.twotwentyseven.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.zooma.io

    2025-12-31 09:43

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:43:27 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.zooma.io/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.zooma.io

    2025-12-31 09:43

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:43:27 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4f979cc2b123750bae97966da83d7408.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ITQ9cx4_FGXl9APKvQKxjta89uJjx8uaRewRJbFhXq9aJDE7EtlxzA==
    age: 8563
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · tickets.krakensystems.co

    2025-12-31 09:43

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:43:17 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 19b23d8148d2d868553ed440cc451008.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: HJmDrZ26DQXbmiNV7uG80_N60N9SyElQIMfpJho0RFhuztDtrSfvog==
    age: 8553
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · tickets.krakensystems.co

    2025-12-31 09:43

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:43:17 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://tickets.krakensystems.co/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.yoursiteneedsme.com

    2025-12-31 09:43

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:43:05 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.yoursiteneedsme.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.yoursiteneedsme.com

    2025-12-31 09:43

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:43:05 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 7818a993810ca6f41a987955b72f4eb2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: yNhweZT0C2mdKFT66TuvXopitwaq8NM8NoGI_XGirZOIT6rpi342mg==
    age: 8541
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.yellostudio.co.uk

    2025-12-31 09:42

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:52 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.yellostudio.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.yellostudio.co.uk

    2025-12-31 09:42

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:52 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 753d61558f619a020e3a24f8c564f65a.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: frpt01Hew8_hWAs2h_XIXx26ct1caPDJ3r9S3_bqpDNmsymTJekWBw==
    age: 8528
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · test.twtest.eu

    2025-12-31 09:42

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:48 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://test.twtest.eu/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · test.twtest.eu

    2025-12-31 09:42

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:49 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 fbc3bd5367512e39aa12fcafd3f83ac0.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 28I8N_ldrgfJNWOKjfww8i_QcaQlHtyayRbhr6Apf1JFOZE3YNA3nw==
    age: 8525
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.workplace-engineering.com

    2025-12-31 09:42

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:30 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.workplace-engineering.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.workplace-engineering.com

    2025-12-31 09:42

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:30 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 2c9bc1c0de61ef1ea71dba09f0390590.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: cjDv6k3gcmonImD3fP74CUpmvrEcukDjwrDib3SOpCyssLh5XLw1Ug==
    age: 8506
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.wavemotiondigital.com

    2025-12-31 09:42

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:18 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 b7cbbb5fc9e4636e7dedd6e4f6aa0eaa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: wVVc2SJs7sgq0K7wwZjHXvKFvQsgd3fmcHQcDQsSxQkaDh9dBP1s_A==
    age: 8494
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.wavemotiondigital.com

    2025-12-31 09:42

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:17 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.wavemotiondigital.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.zoftbox.com

    2025-12-31 09:42

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:13 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.zoftbox.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.zoftbox.com

    2025-12-31 09:42

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:12 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 fbc3bd5367512e39aa12fcafd3f83ac0.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: SjNYoWokpOoplDrOeEWEthjY_SslruDQ6lHjkCmLL6S8MDh7ZEHN5Q==
    age: 8488
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.wearehelmdigital.com

    2025-12-31 09:42

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:03 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.wearehelmdigital.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.wearehelmdigital.com

    2025-12-31 09:42

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:03 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4647dc1c8001fa9f311935bafe4ec8c2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: c0ToW3YaAFnkTwbtqFT5AYS7PpRAhYyvB-e9kHxDUT-Nap1CozSjFw==
    age: 8479
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.wave7.us

    2025-12-31 09:42

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:03 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.wave7.us/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.wave7.us

    2025-12-31 09:42

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:42:03 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 3e36dd267cb267a1625f6ecf58fe0bd2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: xC906AGpPSLHrfqk7GQfCoQoieKIuqj76ofWc_FX1S061NiW-_j_WQ==
    age: 8479
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.utk.edu

    2025-12-31 09:41

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:41:43 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 2c9bc1c0de61ef1ea71dba09f0390590.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: nNSweZK5jleZ6zXQ3ckXx5Q5cX07S9x4_shBqT2WjgvDRlA0J4LuHw==
    age: 8459
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.utk.edu

    2025-12-31 09:41

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:41:43 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.utk.edu/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.truevgd.com

    2025-12-31 09:41

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:41:42 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6e96e2926c8953a2e57fa9907208c588.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: cFxe6h6G8V1YTT6883qY19EbNmuJeklGx_Ez_F8Ec3ZZxNMpvi7f0g==
    age: 8458
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.truevgd.com

    2025-12-31 09:41

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:41:42 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.truevgd.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.tilroy.com

    2025-12-31 09:40

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:40:57 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 a75ccb8873128c2704216101e8d9a636.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: PkJhvPd7yRnt5MHFgXwJWAvbqfJBsx4snwC9eoPxCVve-skPJDtHHw==
    age: 8413
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.tilroy.com

    2025-12-31 09:40

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:40:57 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.tilroy.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.thinkshiftinc.com

    2025-12-31 09:40

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:40:47 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 cded7f6feab5e981a7d2ac5d0ce86a38.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: pajPdXK_jNoC9Y2bEKH2IZUJb3YLC9JDePB0AqLwoArC1t6JUM8HTg==
    age: 8403
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.thinkshiftinc.com

    2025-12-31 09:40

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:40:46 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.thinkshiftinc.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.toursprung.com

    2025-12-31 09:40

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:40:28 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 fbc3bd5367512e39aa12fcafd3f83ac0.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ImE6fYw5NJSfUzlgE9EEMfux5gW-DdaItN3TjHYIWpjzZ8-6GfzTpQ==
    age: 8384
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.toursprung.com

    2025-12-31 09:40

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:40:27 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.toursprung.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.tizo.co.uk

    2025-12-31 09:40

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:40:23 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.tizo.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.tizo.co.uk

    2025-12-31 09:40

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:40:23 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 3e36dd267cb267a1625f6ecf58fe0bd2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: bVPIjS1A0dNrStLyX-4YMujB0TKyCXe501UJN8I-9tJKo9tQ1z_lsA==
    age: 8379
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.tdqgroup.co.uk

    2025-12-31 09:39

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:49 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.tdqgroup.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.tdqgroup.co.uk

    2025-12-31 09:39

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:49 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 2791c87775059ed7f42e5c34cfade8d4.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: -mmaAsriALPTkQHbe0RWtMGtExrvS4IJtivL6SYVYcHKKyZfSJVtmg==
    age: 8345
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.tesi.com.ph

    2025-12-31 09:39

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:36 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4d312fa9950971c88054a0fc2536913e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: cBeySqXavQoQ-V61OkGW2FqtXJee1eYm_QDRIPrmEsg6EvJqp_-F3g==
    age: 8332
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.tesi.com.ph

    2025-12-31 09:39

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:36 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.tesi.com.ph/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.studios.iu.edu

    2025-12-31 09:39

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:26 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 a75ccb8873128c2704216101e8d9a636.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: w1kfVV-9Q8BIT8vfbsfvbaDun3MDBK-uFzDYlaxKTyTa8fndofwFdw==
    age: 8322
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.studios.iu.edu

    2025-12-31 09:39

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:26 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.studios.iu.edu/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.terrarossafo.com

    2025-12-31 09:39

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:16 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.terrarossafo.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.terrarossafo.com

    2025-12-31 09:39

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:16 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ecaa6567b96ae3a6069400ba39167766.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: vqjCsY-fNWjp8K25Qs54_NQl5CHdenoFSlUeqhS-ZA8BZf2oSnHF5Q==
    age: 8312
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.stacktonic.com.au

    2025-12-31 09:39

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:02 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0dc812a83c1e947b351f1eb1761c3c94.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Hc82JsqRyyjrn9lH7-PgkU_t9M2R7fvGmQANnB0WJtRSTouSpWCI4Q==
    age: 8298
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.stacktonic.com.au

    2025-12-31 09:39

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:03 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.stacktonic.com.au/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.sourceot.com

    2025-12-31 09:39

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:02 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.sourceot.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.sourceot.com

    2025-12-31 09:39

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:02 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 cded7f6feab5e981a7d2ac5d0ce86a38.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: n4Jcf-AXC7m0nJ0iF1YjNsb9ayMNENOWwXwl8EF7fZGikG15aoYIpw==
    age: 8298
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.telescopecasual.com

    2025-12-31 09:39

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:01 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.telescopecasual.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.telescopecasual.com

    2025-12-31 09:39

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:39:01 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 cded7f6feab5e981a7d2ac5d0ce86a38.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: wDTwndwwqPTncagIyS7sFyPfQ6HSoYLFGArCE6sEie7kK6J91qhh2w==
    age: 8297
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.smithbucklin.com

    2025-12-31 09:38

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:38:49 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 fbc3bd5367512e39aa12fcafd3f83ac0.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: JGeawrL7JjaZKMUU9YpNgO1bufqT5K6ufysdyT2OBLMckMszZ93YGQ==
    age: 8285
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.smithbucklin.com

    2025-12-31 09:38

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:38:50 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.smithbucklin.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.scscloud.com

    2025-12-31 09:38

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:38:39 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.scscloud.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.scscloud.com

    2025-12-31 09:38

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:38:38 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6006b2e63e424aabf2253b6d7d7e57fa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ZcTON7c_g3Aed5vG1XuLUWlBOTOOnBjYhX1sHuqCDDkW_1OAnDlyjA==
    age: 8274
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.santanna.net

    2025-12-31 09:38

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:38:27 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.santanna.net/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.santanna.net

    2025-12-31 09:38

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:38:28 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 765a089d25646573f5b6aeee00cc8876.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: EXGBzk6cTowbhaYDQajLw-Q1Odn9eVV7vzRoJcflE1kUOXEZAZnW8Q==
    age: 8264
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.strategic-it.nl

    2025-12-31 09:38

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:38:15 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6c2928244082469db08603e0560ef74e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 2gYwCRGvDpYSt6QLRXYC8T2G-0IFUvfrFnxKeu1EyTlbpbDJESxU0Q==
    age: 8251
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.strategic-it.nl

    2025-12-31 09:38

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:38:15 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.strategic-it.nl/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.redirectconsulting.com

    2025-12-31 09:38

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:38:06 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.redirectconsulting.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.redirectconsulting.com

    2025-12-31 09:38

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:38:04 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0dc812a83c1e947b351f1eb1761c3c94.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: nsr7oV7oemrM07MTepml-15guSZ-_d_7fNbIrKY1FhH6nJ8m8HWw5g==
    age: 8240
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.protekintl.com

    2025-12-31 09:37

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:30 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.protekintl.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.protekintl.com

    2025-12-31 09:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:29 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 765a089d25646573f5b6aeee00cc8876.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: zLVbU-JSjMTyiRTt8h8ckl-bXB-rttGNnfcWQdHV_ZSQFRN7oOL8hQ==
    age: 8205
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.rlb.com

    2025-12-31 09:37

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:20 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.rlb.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.rlb.com

    2025-12-31 09:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:21 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ca0442376a40e5f0ec8ceb5f13606596.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: cyzrgTmhuo9lU2RrIjnnwoy1BYS6oXe1HvlVeHi5xKyC_BT1IWvLeQ==
    age: 8197
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.priint.com

    2025-12-31 09:37

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:18 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.priint.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.priint.com

    2025-12-31 09:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:18 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 5d507257661db55dbda3e53dd8b38dce.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: NgoPPkI3zsQFws5Jb41kj0p47r5EUCBAWNRua0hdMnDmTIN3lwelOA==
    age: 8194
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.precisionproco.co.uk

    2025-12-31 09:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:08 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 2791c87775059ed7f42e5c34cfade8d4.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 9N-IBr4qynqvu0ya-RDN225pvDlYdMa5Anq2tBMlhbfMyxA6iOewRw==
    age: 8184
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.precisionproco.co.uk

    2025-12-31 09:37

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:07 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.precisionproco.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.plusk.com

    2025-12-31 09:37

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:07 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.plusk.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.plusk.com

    2025-12-31 09:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:07 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 2791c87775059ed7f42e5c34cfade8d4.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: FBo8WuxNROC6bRH5oNhymN9M_UlzVxeNMIHatas3ND0HjOwOUfVLtA==
    age: 8183
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.plannedcompanies.com

    2025-12-31 09:36

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:36:44 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ca0442376a40e5f0ec8ceb5f13606596.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: g-TItahthSqwRFA2thUj1btsbItb1c_DZfqJkRwBGOOZrxWuTj9VMw==
    age: 8160
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.plannedcompanies.com

    2025-12-31 09:36

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:36:45 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.plannedcompanies.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.redbrickresearch.co.uk

    2025-12-31 09:36

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:36:41 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ca0442376a40e5f0ec8ceb5f13606596.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: dFkdBUwAz1YsmyUmfwJ73V_VBCz5bpslZlG1ziAF4EmY7lBEykXSTw==
    age: 8157
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.redbrickresearch.co.uk

    2025-12-31 09:36

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:36:41 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.redbrickresearch.co.uk/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.nextlevelcreative.com.au

    2025-12-31 09:36

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:36:21 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0dc812a83c1e947b351f1eb1761c3c94.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: -T_C99U7Zde4t3feyLk1Aj3mfRt3WZu1g-L6TSJcXJLFJ8IMruCezw==
    age: 8137
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.nextlevelcreative.com.au

    2025-12-31 09:36

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:36:20 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.nextlevelcreative.com.au/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.lumapixel.com

    2025-12-31 09:35

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:35:35 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 e4108eba47cb3af03510fa926a6dec82.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: C2fNwdHPP7XGtvUTVplEsHZEj6-opjSGxVc9_PUTq8iAdllP4K_gRw==
    age: 8091
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.lumapixel.com

    2025-12-31 09:35

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:35:35 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.lumapixel.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.online.usc.edu

    2025-12-31 09:35

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:35:22 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4647dc1c8001fa9f311935bafe4ec8c2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: k-CWG9HDxV-fka2KXgSMvfKyjn7IEQxmR3QQDQv_-dGrsbyag-PRDA==
    age: 8078
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.online.usc.edu

    2025-12-31 09:35

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:35:22 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.online.usc.edu/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.ligonier.org

    2025-12-31 09:35

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:35:11 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ee8ac5103dc8ef9962c3dff0d3d279ea.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 9QgrqmJMBuVB2fZydVwQOZV5oCNiuWXXl11kj50BqI_A4MQOp1De1g==
    age: 8067
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.ligonier.org

    2025-12-31 09:35

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:35:11 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.ligonier.org/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.massiveart.com

    2025-12-31 09:35

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:35:04 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.massiveart.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.massiveart.com

    2025-12-31 09:35

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:35:04 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 e4108eba47cb3af03510fa926a6dec82.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ivqH2ADcWRW8236z5H_mQHMDdakr6rQBk6Z64TV-iTTv9NiVCoxl-A==
    age: 8060
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.nerder.com

    2025-12-31 09:34

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:34:57 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 765a089d25646573f5b6aeee00cc8876.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 7GQyQRSSXKM7pVC0nBKLAM_1gl3a6tf6gspEHGP7k7lVv7NQlFSe8g==
    age: 8053
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.nerder.com

    2025-12-31 09:34

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:34:57 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.nerder.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.lifebrand.co

    2025-12-31 09:34

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:34:49 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.lifebrand.co/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.lifebrand.co

    2025-12-31 09:34

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:34:47 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 07176b2f022f6a02b10faecdd79ef1bc.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ysjN0w4tGE2qxNN7J4biPkLUbcfMxbsbvzgiCd6gb9l-ypfJGzOgbw==
    age: 8043
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.libarts.colostate.edu

    2025-12-31 09:34

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:34:47 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6006b2e63e424aabf2253b6d7d7e57fa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: CiKQoKk7HDdyXwjRDCLKl-uh_hTKicP4SY5Qkbc3arsAbBfMpBKJAA==
    age: 8043
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.libarts.colostate.edu

    2025-12-31 09:34

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:34:47 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.libarts.colostate.edu/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.logiq.com

    2025-12-31 09:34

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:34:31 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ca0442376a40e5f0ec8ceb5f13606596.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 0pYe_RzpvZgSkzvLgj16FQLK4KJq-dbJBdDkVlJ92WttQE2mSU5mGg==
    age: 8027
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.logiq.com

    2025-12-31 09:34

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:34:30 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.logiq.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.lamproslabs.com

    2025-12-31 09:34

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:34:25 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4d312fa9950971c88054a0fc2536913e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: mUtgTXGh5ZqZQz6fKBgFVOFxSRKqLNalKzl_WG1ZU9jPpzemQr7mGA==
    age: 8021
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.lamproslabs.com

    2025-12-31 09:34

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:34:25 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.lamproslabs.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.itomic.com.au

    2025-12-31 09:33

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:33:51 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4f979cc2b123750bae97966da83d7408.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: qRvJAR9KJcyjsU_EI-ocldr1v_r5o0b5zlCYDrGqAPxIYt69tXSeFw==
    age: 7987
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.itomic.com.au

    2025-12-31 09:33

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:33:51 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.itomic.com.au/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.intraprise.us

    2025-12-31 09:33

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:33:31 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6e96e2926c8953a2e57fa9907208c588.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: q6UhRd-fksasOILOB0XF4tGK6O0V1MODzgmpoo6VVTF84GtXEKnDdg==
    age: 7967
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.intraprise.us

    2025-12-31 09:33

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:33:31 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.intraprise.us/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.ironcovesolutions.com

    2025-12-31 09:33

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:33:28 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.ironcovesolutions.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.ironcovesolutions.com

    2025-12-31 09:33

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:33:28 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0050f627920ad736a86a4cf336d875bc.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: kOYvQ-cSb0KWxXC7jidT90WJ-XlCGghc77wfYF-oiF1eUi57ZlevWw==
    age: 7964
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.jordanbills.com

    2025-12-31 09:33

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:33:12 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.jordanbills.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.jordanbills.com

    2025-12-31 09:33

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:33:12 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 0050f627920ad736a86a4cf336d875bc.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 45rDeXhnlQgIpNaJveHThAafu1mcXhYBmlNjC0OgEFAl2sPwuE-E5A==
    age: 7948
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.inspirehub.com

    2025-12-31 09:33

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:33:03 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.inspirehub.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.inspirehub.com

    2025-12-31 09:33

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:33:03 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 cded7f6feab5e981a7d2ac5d0ce86a38.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: VI503qyfSYQOgyY177G4geAOMMUyIsYP3IEhuD9DJyDDqVg6K8Jifg==
    age: 7939
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.inpax.no

    2025-12-31 09:32

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:32:51 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 b7cbbb5fc9e4636e7dedd6e4f6aa0eaa.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: MBTDefC2pRlS8JH1ycLdJ0JIgwDyohPagS8K8WfArfNlo22AQ2L5yQ==
    age: 7927
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.inpax.no

    2025-12-31 09:32

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:32:51 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.inpax.no/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.itdelivery.com.au

    2025-12-31 09:32

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:32:44 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ee8ac5103dc8ef9962c3dff0d3d279ea.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 05ENMhZUAdgJRbHWaV4WcZ_XQBw4ouAO4PhkfJeFj-BBwYGl2Bg_Ng==
    age: 7920
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.itdelivery.com.au

    2025-12-31 09:32

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:32:43 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.itdelivery.com.au/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.igt.com

    2025-12-31 09:32

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:32:28 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 765a089d25646573f5b6aeee00cc8876.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: atAoiSG_HrA0Zz9TI3pq-mI3hNjKAhXuQ_Ze4wXB4mUCz4ANKNZ4GA==
    age: 7904
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.igt.com

    2025-12-31 09:32

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:32:28 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.igt.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.instandart.com

    2025-12-31 09:32

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:32:09 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.instandart.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.instandart.com

    2025-12-31 09:32

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:32:09 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 cded7f6feab5e981a7d2ac5d0ce86a38.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: so08MhcrCWcB3gCAPwYJ12vWOBe6KJxKXBDRUQw3KNmTl-Q5obaYeA==
    age: 7885
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.hutchswelding.com

    2025-12-31 09:32

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:32:05 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 5e868b55b502623cfa1c1fa31e1c91c8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: HaGjfoNHoHX9zLTfPaj5L5022eQKPiRWma-NEx8pFW4TrCUIxrp74Q==
    age: 7881
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.hutchswelding.com

    2025-12-31 09:32

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:32:04 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.hutchswelding.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.inerva.com

    2025-12-31 09:31

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:31:43 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.inerva.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.inerva.com

    2025-12-31 09:31

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:31:43 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6e96e2926c8953a2e57fa9907208c588.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: EnRLmE0TlzF5ddOXYhJA1wAdA_eGMQL_yTxpaSgaP03w-U13vuqCug==
    age: 7859
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.i95dev.com

    2025-12-31 09:31

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:31:11 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.i95dev.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.i95dev.com

    2025-12-31 09:31

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:31:11 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 7818a993810ca6f41a987955b72f4eb2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: JDPHE6xvoEiv_tDkw5wsgNVuRyN52jkXQwS-BkR5WT5yD3nX2X5O6A==
    age: 7827
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.haitipay.com

    2025-12-31 09:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:56 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6f990c126ed1cb8a4cfc1686dbe736e8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: LwY2uFkGCths7Mnfqo-NYutNHw3MskH_MPUpwit6tq3WT4a4eDyv4w==
    age: 7812
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.haitipay.com

    2025-12-31 09:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:56 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.haitipay.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.geeklymedia.com

    2025-12-31 09:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:53 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4f979cc2b123750bae97966da83d7408.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 6JYzDZsn6FTnQja9LJk5Bme4zSwLm7XPaRoWgF6X6wts8gO5o4kWIQ==
    age: 7809
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.geeklymedia.com

    2025-12-31 09:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:53 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.geeklymedia.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.gtatextiles.com

    2025-12-31 09:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:37 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6f990c126ed1cb8a4cfc1686dbe736e8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 9JjN9wCRbZERxztVVCAB39UmNxKpovdm8Tn5kRxLNxg1-4y1qa0W4Q==
    age: 7793
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.gtatextiles.com

    2025-12-31 09:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:37 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.gtatextiles.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.gravitas-tec.com

    2025-12-31 09:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:25 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 e4108eba47cb3af03510fa926a6dec82.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 6OPLCojn8FDPFrPbjZkVaVjfmdOPonlQBrQiiQSr_ssfgEuE0cIddQ==
    age: 7781
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.gravitas-tec.com

    2025-12-31 09:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:25 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.gravitas-tec.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.glblpartners.com

    2025-12-31 09:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:21 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 e4108eba47cb3af03510fa926a6dec82.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: aoeZ3Pt7pk7oSJi3ABU0yswZLMHZ46c4o9uGlUDn3Sx1n7qdeqyKoA==
    age: 7777
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.glblpartners.com

    2025-12-31 09:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:21 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.glblpartners.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.fiu.edu

    2025-12-31 09:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:18 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 2791c87775059ed7f42e5c34cfade8d4.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 8eMZSEgGbcvSVF42FOPkzynvzO8IawBEqRHTZmdQqLvIo2GdnurKbQ==
    age: 7774
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.fiu.edu

    2025-12-31 09:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:17 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.fiu.edu/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.georocint.com

    2025-12-31 09:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:07 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 ee8ac5103dc8ef9962c3dff0d3d279ea.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Uz4OQBf8BF-FT2533fAbdO4Mt_yrwHCjY7kpju-7-p_YusT5UD-cig==
    age: 7763
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.georocint.com

    2025-12-31 09:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:06 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.georocint.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.evenio.cat

    2025-12-31 09:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:05 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 cded7f6feab5e981a7d2ac5d0ce86a38.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: sU_iZsqxR6cvSb8Z9CuEOOltXDoCTU5dClxQhz7chEOpcZGgCD0PmA==
    age: 7761
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.evenio.cat

    2025-12-31 09:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:30:05 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.evenio.cat/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.gatewayticketing.com

    2025-12-31 09:29

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:29:48 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.gatewayticketing.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.gatewayticketing.com

    2025-12-31 09:29

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:29:48 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 27a4997d1b1129dbb965ca80a491e18e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: kYq2dYhxdtfOaxGv-wMtyy2_q9UILg0Xcz_8uGaroxAw6PuNcEtbbg==
    age: 7744
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.cyphon.io

    2025-12-31 09:28

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:55 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.cyphon.io/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.cyphon.io

    2025-12-31 09:28

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:55 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 a75ccb8873128c2704216101e8d9a636.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: gcRIJtuyWWr5ERtbX3RC1PmbT812AmJOmfENnC8PQnbz5a6Bq3s0KA==
    age: 7691
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.ergobaby.com

    2025-12-31 09:28

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:55 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.ergobaby.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.ergobaby.com

    2025-12-31 09:28

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:54 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4f979cc2b123750bae97966da83d7408.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: p4NQSvHiss1BLyVCwSmZ8CCdRMoshiquI2wozMYdcs2TlX-EZGnf9w==
    age: 7690
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.digitalreportingservices.com

    2025-12-31 09:28

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:39 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 cded7f6feab5e981a7d2ac5d0ce86a38.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: b_EVESfk3cmR2IGcqVCBxgsjYvHepHrkGlE1EP6T5JulzT56NhE-jQ==
    age: 7675
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.digitalreportingservices.com

    2025-12-31 09:28

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:39 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.digitalreportingservices.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.corebiz.com.br

    2025-12-31 09:28

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:32 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.corebiz.com.br/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.corebiz.com.br

    2025-12-31 09:28

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:32 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 cded7f6feab5e981a7d2ac5d0ce86a38.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: ZVeJSaNfSS7UqE060Z8cUkNVKuGSAQXnSmNK3rrFFw88Q0FDX0b9Ng==
    age: 7668
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.dial-once.com

    2025-12-31 09:28

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:29 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.dial-once.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.dial-once.com

    2025-12-31 09:28

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:29 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6f990c126ed1cb8a4cfc1686dbe736e8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: gvIJzRHlNBDy0ptky6cKf3AdA4ncvDYHHxpLCsBTx8Nxt2u7ygtaWQ==
    age: 7665
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.concordia.edu

    2025-12-31 09:28

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:20 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 6f990c126ed1cb8a4cfc1686dbe736e8.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: VTbHrR67JODa06NaLAm9zPmiGUcEf83V181QEXXwaZyo0sRlODudgg==
    age: 7656
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.concordia.edu

    2025-12-31 09:28

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:20 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.concordia.edu/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.devinterface.com

    2025-12-31 09:28

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:14 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 cded7f6feab5e981a7d2ac5d0ce86a38.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 6ocVhSAHm4ZYy89XNlPXLh5EEx6GNbT4-URcwQgNk6x0R3wFkoPvfw==
    age: 7650
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.devinterface.com

    2025-12-31 09:28

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:14 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.devinterface.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.codepilot.com

    2025-12-31 09:28

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:12 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.codepilot.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.codepilot.com

    2025-12-31 09:28

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:28:12 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 3e36dd267cb267a1625f6ecf58fe0bd2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Uhs1tUsQ7e7Uz3G4vVTKfDiTvU_rNqj-gzIa9mpXHJXYuwJgq9EB4g==
    age: 7648
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.designdev.cz

    2025-12-31 09:27

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:27:58 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 2c9bc1c0de61ef1ea71dba09f0390590.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: C11fCZmNOrECQ3gEqd7wBL4KpKbNZDNshs2a81HrZraQR6jXTpcf7g==
    age: 7634
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.designdev.cz

    2025-12-31 09:27

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:27:58 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.designdev.cz/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.communicationmark.com

    2025-12-31 09:27

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:27:52 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 fbc3bd5367512e39aa12fcafd3f83ac0.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: TvsYwVL38NvARb5xsJsYVun3l3C0ftXTf8MZYpXGoe3qjDv6DRm-gg==
    age: 7628
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
tw.onlineoptimism.com
CN:
tw.onlineoptimism.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-13 13:16
Not after:
2026-02-11 13:16
team.flowrix.com
CN:
team.flowrix.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-13 08:23
Not after:
2026-02-11 08:23
teamwork.iovista.com
CN:
teamwork.iovista.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-13 05:32
Not after:
2026-02-11 05:32
support.pennink.com
CN:
support.pennink.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-13 08:21
Not after:
2026-02-11 08:21
support.nailsoupmedia.com
CN:
support.nailsoupmedia.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-13 08:21
Not after:
2026-02-11 08:21
support.leemediagroup.com
CN:
support.leemediagroup.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-13 08:20
Not after:
2026-02-11 08:20
projects.tincarcapital.com
CN:
projects.tincarcapital.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-13 08:18
Not after:
2026-02-11 08:18
projects.spaceships.world
CN:
projects.spaceships.world
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-13 08:17
Not after:
2026-02-11 08:17
projects.haut.world
CN:
projects.haut.world
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-13 08:15
Not after:
2026-02-11 08:15
projects.blackgallina.com
CN:
projects.blackgallina.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-12 19:11
Not after:
2026-02-10 19:11
helpdesk.icandydesign.com
CN:
helpdesk.icandydesign.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-12 19:06
Not after:
2026-02-10 19:06
team.intygrate.com
CN:
team.intygrate.com
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-03 08:23
Not after:
2026-04-03 08:23
twclients.extraordinaryexecutive.com
CN:
twclients.extraordinaryexecutive.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-12 08:25
Not after:
2026-02-10 08:25
teamwork.enovate.co.uk
CN:
teamwork.enovate.co.uk
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-12 08:23
Not after:
2026-02-10 08:23
support.wpdivision.com
CN:
support.wpdivision.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-12 08:21
Not after:
2026-02-10 08:21
projects.yourhelpers.ai
CN:
projects.yourhelpers.ai
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-12 01:23
Not after:
2026-02-10 01:23
pm.altair.co.kr
CN:
pm.altair.co.kr
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-12 08:09
Not after:
2026-02-10 08:09
teamwork.benchmark.agency
CN:
teamwork.benchmark.agency
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-12 02:52
Not after:
2026-02-10 02:52
helpdesk.yourhelpers.ai
CN:
helpdesk.yourhelpers.ai
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-12 02:42
Not after:
2026-02-10 02:42
360.vidax.com
CN:
360.vidax.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-25 08:07
Not after:
2026-03-25 08:07
projects.nearanddear.agency
CN:
projects.nearanddear.agency
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-10 14:42
Not after:
2026-04-10 14:42
teamwork.nailsoupmedia.com
CN:
teamwork.nailsoupmedia.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-01 08:24
Not after:
2026-03-01 08:24
projects.delta4digital.com
CN:
projects.delta4digital.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-13 08:13
Not after:
2026-03-13 08:13
teamwork.velocitycu.com
CN:
teamwork.velocitycu.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-02 08:32
Not after:
2026-04-02 08:32
projects.tecnoseguro.com
CN:
projects.tecnoseguro.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-02 08:22
Not after:
2026-04-02 08:22
teamwork.owengrp.com
CN:
teamwork.owengrp.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-11 08:23
Not after:
2026-02-09 08:23
teamwork.ganbaru.es
CN:
teamwork.ganbaru.es
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-11 08:22
Not after:
2026-02-09 08:22
projects.redknight.com
CN:
projects.redknight.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-11 08:15
Not after:
2026-02-09 08:15
projects.paradonmn.com
CN:
projects.paradonmn.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-11 08:14
Not after:
2026-02-09 08:14
projects.genuinecreativeagency.com
CN:
projects.genuinecreativeagency.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-11 08:12
Not after:
2026-02-09 08:12
projects.helloposition.com
CN:
projects.helloposition.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-26 08:27
Not after:
2026-03-26 08:27
hub.taftsystems.com
CN:
hub.taftsystems.com
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-01 23:17
Not after:
2026-04-01 23:17
hola.castilloruleabogados.com
CN:
hola.castilloruleabogados.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-26 13:52
Not after:
2026-02-24 13:52
projects.virusha.tech
CN:
projects.virusha.tech
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-10 15:39
Not after:
2026-02-08 15:39
projects.hdscompanies.com
CN:
projects.hdscompanies.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-10 15:35
Not after:
2026-02-08 15:35
vortex.3stamina.com
CN:
vortex.3stamina.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-10 08:27
Not after:
2026-02-08 08:27
teamwork.sater.ca
CN:
teamwork.sater.ca
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-10 08:26
Not after:
2026-02-08 08:26
teamwork.centauri.com.au
CN:
teamwork.centauri.com.au
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-10 08:24
Not after:
2026-02-08 08:24
teamwork.bizinkonline.com
CN:
teamwork.bizinkonline.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-10 08:24
Not after:
2026-02-08 08:24
support.moontide.agency
CN:
support.moontide.agency
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-10 08:21
Not after:
2026-02-08 08:21
launch.byzeal.com
CN:
launch.byzeal.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-10 08:09
Not after:
2026-02-08 08:09
collab.ecomflight.com
CN:
collab.ecomflight.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-10 08:05
Not after:
2026-02-08 08:05
docs.minionmade.com
CN:
docs.minionmade.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-10 08:06
Not after:
2026-02-08 08:06
project.mapoutcreative.com
CN:
project.mapoutcreative.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-09 18:52
Not after:
2026-02-07 18:52
team.sakkastudio.com
CN:
team.sakkastudio.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-09 08:17
Not after:
2026-02-07 08:17
support.presshive.cloud
CN:
support.presshive.cloud
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-09 08:15
Not after:
2026-02-07 08:15
projects.tone.uk
CN:
projects.tone.uk
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-09 08:12
Not after:
2026-02-07 08:12
projects.goinbound.sg
CN:
projects.goinbound.sg
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-09 08:10
Not after:
2026-02-07 08:10
projects.ardentgrowth.com
CN:
projects.ardentgrowth.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-09 08:08
Not after:
2026-02-07 08:08
projects.codeconspirators.com
CN:
projects.codeconspirators.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-09 08:09
Not after:
2026-02-07 08:09
client.ndoro.app
CN:
client.ndoro.app
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-09 08:03
Not after:
2026-02-07 08:03
teamwork.influenceandco.com
CN:
teamwork.influenceandco.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-01 08:29
Not after:
2026-04-01 08:29
tw.embeddedplanet.com
CN:
tw.embeddedplanet.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-01 07:56
Not after:
2026-04-01 07:56
project.thesourceplus.org
CN:
project.thesourceplus.org
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-01 07:43
Not after:
2026-04-01 07:43
clients.stopdoingnothing.com
CN:
clients.stopdoingnothing.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-07 15:28
Not after:
2026-04-07 15:28
team.sprucely.net
CN:
team.sprucely.net
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-08 08:25
Not after:
2026-02-06 08:25
support.prestashop-france.fr
CN:
support.prestashop-france.fr
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-08 08:22
Not after:
2026-02-06 08:22
support.basis.rocks
CN:
support.basis.rocks
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-08 08:20
Not after:
2026-02-06 08:20
support.fusenext.com
CN:
support.fusenext.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-08 08:21
Not after:
2026-02-06 08:21
projects.nioma.ca
CN:
projects.nioma.ca
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-08 08:18
Not after:
2026-02-06 08:18
knowledgebase.bhsbaltimore.org
CN:
knowledgebase.bhsbaltimore.org
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-08 08:13
Not after:
2026-02-06 08:13
kb.fusenext.com
CN:
kb.fusenext.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-08 08:12
Not after:
2026-02-06 08:12
help.marcom.business.cornell.edu
CN:
help.marcom.business.cornell.edu
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-08 08:11
Not after:
2026-02-06 08:11
projects.voltdigital.com
CN:
projects.voltdigital.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-06 22:42
Not after:
2026-04-06 22:42
voyageservices.velocityprocurement.com
CN:
voyageservices.velocityprocurement.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-07 18:23
Not after:
2026-02-05 18:23
teamwork.southernviewmedia.com
CN:
teamwork.southernviewmedia.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-07 20:55
Not after:
2026-02-05 20:55
support.estudysa.co.za
CN:
support.estudysa.co.za
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-07 08:23
Not after:
2026-02-05 08:23
projects.mussonindustrial.com
CN:
projects.mussonindustrial.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-07 20:43
Not after:
2026-02-05 20:43
work.tasshamjit.com
CN:
work.tasshamjit.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-31 08:54
Not after:
2026-03-31 08:54
work.singlegrain.com
CN:
work.singlegrain.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:54
Not after:
2026-03-31 08:54
web.onlinesupport.agency
CN:
web.onlinesupport.agency
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:51
Not after:
2026-03-31 08:51
tw.toobler.com
CN:
tw.toobler.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-31 08:49
Not after:
2026-03-31 08:49
tw.seanogrady.me
CN:
tw.seanogrady.me
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-31 08:48
Not after:
2026-03-31 08:48
tw.stirlingbrandworks.com
CN:
tw.stirlingbrandworks.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:49
Not after:
2026-03-31 08:49
tw.anthill.net
CN:
tw.anthill.net
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:46
Not after:
2026-03-31 08:46
teamwork.workplace-engineering.com
CN:
teamwork.workplace-engineering.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:42
Not after:
2026-03-31 08:42
teamwork.wave7.us
CN:
teamwork.wave7.us
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:42
Not after:
2026-03-31 08:42
teamwork.truevgd.com
CN:
teamwork.truevgd.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-31 08:41
Not after:
2026-03-31 08:41
teamwork.tdqgroup.co.uk
CN:
teamwork.tdqgroup.co.uk
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:40
Not after:
2026-03-31 08:40
teamwork.scscloud.com
CN:
teamwork.scscloud.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-31 08:38
Not after:
2026-03-31 08:38
teamwork.redbrickresearch.co.uk
CN:
teamwork.redbrickresearch.co.uk
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-31 08:38
Not after:
2026-03-31 08:38
teamwork.protekintl.com
CN:
teamwork.protekintl.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:37
Not after:
2026-03-31 08:37
teamwork.priint.com
CN:
teamwork.priint.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:37
Not after:
2026-03-31 08:37
teamwork.plusk.com
CN:
teamwork.plusk.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:37
Not after:
2026-03-31 08:37
teamwork.igt.com
CN:
teamwork.igt.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:32
Not after:
2026-03-31 08:32
teamwork.hutchswelding.com
CN:
teamwork.hutchswelding.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-31 08:32
Not after:
2026-03-31 08:32
teamwork.ergobaby.com
CN:
teamwork.ergobaby.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-31 08:30
Not after:
2026-03-31 08:30
teamwork.boostbydesign.com
CN:
teamwork.boostbydesign.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:25
Not after:
2026-03-31 08:25
project-management.prestele.group
CN:
project-management.prestele.group
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-31 08:11
Not after:
2026-03-31 08:11
portal.cedarsphere.com
CN:
portal.cedarsphere.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:10
Not after:
2026-03-31 08:10
team.gamesrv.ir
CN:
team.gamesrv.ir
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-05 12:52
Not after:
2026-04-05 12:52
websupport.mission-minded.com
CN:
websupport.mission-minded.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:24
Not after:
2026-02-04 08:24
todo.codewonder.land
CN:
todo.codewonder.land
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:23
Not after:
2026-02-04 08:23
teamwork.artistrylabs.com
CN:
teamwork.artistrylabs.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:21
Not after:
2026-02-04 08:21
teamwork.jelly.pt
CN:
teamwork.jelly.pt
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:22
Not after:
2026-02-04 08:22
team.theconversionformula.com
CN:
team.theconversionformula.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-06 08:21
Not after:
2026-02-04 08:21
team.hji.us
CN:
team.hji.us
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:20
Not after:
2026-02-04 08:20
support.pixeldeluxe.nl
CN:
support.pixeldeluxe.nl
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:19
Not after:
2026-02-04 08:19
support.orangehotelmarketing.com
CN:
support.orangehotelmarketing.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-06 08:18
Not after:
2026-02-04 08:18
support.iamyourwpguy.com
CN:
support.iamyourwpguy.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:18
Not after:
2026-02-04 08:18
support.digitalist.si
CN:
support.digitalist.si
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:17
Not after:
2026-02-04 08:17
projects.weareunrivaled.com
CN:
projects.weareunrivaled.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:15
Not after:
2026-02-04 08:15
projects.redvail.com
CN:
projects.redvail.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-06 08:14
Not after:
2026-02-04 08:14
projects.gearboxgo.com
CN:
projects.gearboxgo.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:12
Not after:
2026-02-04 08:12
projects.amphr.com
CN:
projects.amphr.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-06 08:11
Not after:
2026-02-04 08:11
my.teaminhouse.com
CN:
my.teaminhouse.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:08
Not after:
2026-02-04 08:08
hub.profitablemedia.com
CN:
hub.profitablemedia.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:08
Not after:
2026-02-04 08:08
help.virtualinnovation.co.nz
CN:
help.virtualinnovation.co.nz
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:07
Not after:
2026-02-04 08:07
help.orangehotelmarketing.com
CN:
help.orangehotelmarketing.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-06 08:06
Not after:
2026-02-04 08:06
dombso.ucsd.edu
CN:
dombso.ucsd.edu
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:05
Not after:
2026-02-04 08:05
go.xceed365.com
CN:
go.xceed365.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:05
Not after:
2026-02-04 08:05
ford-itp.training.reishauer.com
CN:
ford-itp.training.reishauer.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-06 08:05
Not after:
2026-02-04 08:05
comcastfield.johnsandtaylor.com
CN:
comcastfield.johnsandtaylor.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-06 08:04
Not after:
2026-02-04 08:04
clients.teaminhouse.com
CN:
clients.teaminhouse.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-06 08:04
Not after:
2026-02-04 08:04
help.provizxr.com
CN:
help.provizxr.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-30 14:30
Not after:
2026-03-30 14:30
team.theincubator.com.au
CN:
team.theincubator.com.au
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-05 22:00
Not after:
2026-02-03 22:00
cp.talprosoftware.com
CN:
cp.talprosoftware.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-30 08:04
Not after:
2026-03-30 08:04
supporto.pi4x.it
CN:
supporto.pi4x.it
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-05 08:23
Not after:
2026-02-03 08:23
support.hellodative.com
CN:
support.hellodative.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-05 07:14
Not after:
2026-02-03 07:14
clients.bewonderful.co.uk
CN:
clients.bewonderful.co.uk
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-05 07:02
Not after:
2026-02-03 07:02
team.intygrate.com
CN:
team.intygrate.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-04 06:44
Not after:
2026-02-02 06:44
support.magneticstrategy.com
CN:
support.magneticstrategy.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-04 06:42
Not after:
2026-02-02 06:42
support.pesc.com
CN:
support.pesc.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-04 06:42
Not after:
2026-02-02 06:42
support.monopile.com
CN:
support.monopile.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-04 08:25
Not after:
2026-02-02 08:25
support.fwdigital.net
CN:
support.fwdigital.net
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-04 08:23
Not after:
2026-02-02 08:23
salesportal.redcranemedia.com
CN:
salesportal.redcranemedia.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-04 08:22
Not after:
2026-02-02 08:22
projects.kelsgonzalez.com
CN:
projects.kelsgonzalez.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-04 08:19
Not after:
2026-02-02 08:19
kb.vertiance.com
CN:
kb.vertiance.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-04 06:33
Not after:
2026-02-02 06:33
client.triarcsolutions.com
CN:
client.triarcsolutions.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-04 06:30
Not after:
2026-02-02 06:30
teamwork.aa-co.org
CN:
teamwork.aa-co.org
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-29 08:52
Not after:
2026-03-29 08:52
team.bluellama.co.uk
CN:
team.bluellama.co.uk
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-29 08:45
Not after:
2026-03-29 08:45
supporto-formazione.deascuola.it
CN:
supporto-formazione.deascuola.it
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-29 08:44
Not after:
2026-03-29 08:44
support.ycoe.org
CN:
support.ycoe.org
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-29 08:43
Not after:
2026-03-29 08:43
support.suiterep.com
CN:
support.suiterep.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-29 08:41
Not after:
2026-03-29 08:41
support.mkay.eu
CN:
support.mkay.eu
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-29 08:38
Not after:
2026-03-29 08:38
support.hiraiser.com
CN:
support.hiraiser.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-29 08:36
Not after:
2026-03-29 08:36
support.go-creative.com.au
CN:
support.go-creative.com.au
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-29 08:35
Not after:
2026-03-29 08:35
support.buildersites.io
CN:
support.buildersites.io
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-29 08:33
Not after:
2026-03-29 08:33
helpdocs.summitcom.org
CN:
helpdocs.summitcom.org
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-29 08:15
Not after:
2026-03-29 08:15
helpdocs.bwcgroup.co.uk
CN:
helpdocs.bwcgroup.co.uk
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-29 08:15
Not after:
2026-03-29 08:15
help.iperbooking.net
CN:
help.iperbooking.net
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-29 08:11
Not after:
2026-03-29 08:11
help.dobrief.io
CN:
help.dobrief.io
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-29 08:10
Not after:
2026-03-29 08:10
help.dimegiving.com
CN:
help.dimegiving.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-29 08:10
Not after:
2026-03-29 08:10
work.sysmatica.com
CN:
work.sysmatica.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-03 08:33
Not after:
2026-02-01 08:33
webservices.stafflink.com.au
CN:
webservices.stafflink.com.au
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-03 08:32
Not after:
2026-02-01 08:32
teamwork.velocitycu.com
CN:
teamwork.velocitycu.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-03 08:31
Not after:
2026-02-01 08:31
teamwork.wippo.dev
CN:
teamwork.wippo.dev
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-03 07:22
Not after:
2026-02-01 07:22
teamwork.glakolens.com
CN:
teamwork.glakolens.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-03 06:22
Not after:
2026-02-01 06:22
support.significadigital.com
CN:
support.significadigital.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-03 08:27
Not after:
2026-02-01 08:27
projects.tecnoseguro.com
CN:
projects.tecnoseguro.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-03 08:23
Not after:
2026-02-01 08:23
projects.magneticstrategy.com
CN:
projects.magneticstrategy.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-03 08:21
Not after:
2026-02-01 08:21
projects.deveris.com
CN:
projects.deveris.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-03 08:19
Not after:
2026-02-01 08:19
projecthub.diversitel.com
CN:
projecthub.diversitel.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-03 08:17
Not after:
2026-02-01 08:17
help.sayvee.com
CN:
help.sayvee.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-03 08:13
Not after:
2026-02-01 08:13
help.conveypal.net
CN:
help.conveypal.net
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-03 08:11
Not after:
2026-02-01 08:11
desk.dsisconsulting.com
CN:
desk.dsisconsulting.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-03 08:10
Not after:
2026-02-01 08:10
client.vertiance.com
CN:
client.vertiance.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-03 08:09
Not after:
2026-02-01 08:09
teamwork.influenceandco.com
CN:
teamwork.influenceandco.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-02 08:24
Not after:
2026-01-31 08:24
tw.workinman.com
CN:
tw.workinman.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-02 08:27
Not after:
2026-01-31 08:27
tw.embeddedplanet.com
CN:
tw.embeddedplanet.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-02 03:55
Not after:
2026-01-31 03:55
tw.21infinity.com
CN:
tw.21infinity.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-02 08:26
Not after:
2026-01-31 08:26
tw-us-customdomain.twtest.eu
CN:
tw-us-customdomain.twtest.eu
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-02 03:55
Not after:
2026-01-31 03:55
teamwork.cloudaccess.net
CN:
teamwork.cloudaccess.net
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-02 03:53
Not after:
2026-01-31 03:53
support.bhsbaltimore.org
CN:
support.bhsbaltimore.org
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-02 03:49
Not after:
2026-01-31 03:49
suporte.pegaplantao.com.br
CN:
suporte.pegaplantao.com.br
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-02 03:49
Not after:
2026-01-31 03:49
project.thesourceplus.org
CN:
project.thesourceplus.org
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-02 08:11
Not after:
2026-01-31 08:11
projects.aceprojectgroup.com
CN:
projects.aceprojectgroup.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-02 03:43
Not after:
2026-01-31 03:43
portal.j2marketing.com
CN:
portal.j2marketing.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-02 08:10
Not after:
2026-01-31 08:10
docs.ninjology.com
CN:
docs.ninjology.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-02 03:39
Not after:
2026-01-31 03:39
custom-tup.us.teamworkops.com
CN:
custom-tup.us.teamworkops.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-02 03:38
Not after:
2026-01-31 03:38
www.diggit.info
CN:
www.diggit.info
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:52
Not after:
2026-01-30 08:52
teamwork.dwightsspeedshop.com
CN:
teamwork.dwightsspeedshop.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 20:06
Not after:
2026-01-30 20:06
www.myfunnel.team
CN:
www.myfunnel.team
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:53
Not after:
2026-01-30 08:53
www.manageteamwork.com
CN:
www.manageteamwork.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:53
Not after:
2026-01-30 08:53
www.idea.gd
CN:
www.idea.gd
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:53
Not after:
2026-01-30 08:53
www.theceobossbusinessgame.win
CN:
www.theceobossbusinessgame.win
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:53
Not after:
2026-01-30 08:53
workspace.responsenow.io
CN:
workspace.responsenow.io
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:52
Not after:
2026-01-30 08:52
work.webcanopystudio.com
CN:
work.webcanopystudio.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:51
Not after:
2026-01-30 08:51
work.tasshamjit.com
CN:
work.tasshamjit.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:51
Not after:
2026-01-30 08:51
www.ctdeploy.com
CN:
www.ctdeploy.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:52
Not after:
2026-01-30 08:52
work.singlegrain.com
CN:
work.singlegrain.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:51
Not after:
2026-01-30 08:51
work.seomechanic.com
CN:
work.seomechanic.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:51
Not after:
2026-01-30 08:51
work.toshalinfotech.com
CN:
work.toshalinfotech.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:51
Not after:
2026-01-30 08:51
work.rosotics.com
CN:
work.rosotics.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:50
Not after:
2026-01-30 08:50
work.everest-media.co.uk
CN:
work.everest-media.co.uk
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:49
Not after:
2026-01-30 08:49
work.crucianpoint.com
CN:
work.crucianpoint.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:49
Not after:
2026-01-30 08:49
work.frontspace.com
CN:
work.frontspace.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:50
Not after:
2026-01-30 08:50
work.iugo.com.au
CN:
work.iugo.com.au
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:50
Not after:
2026-01-30 08:50
work.aqualabaquaria.com
CN:
work.aqualabaquaria.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:49
Not after:
2026-01-30 08:49
work.36creative.com
CN:
work.36creative.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:49
Not after:
2026-01-30 08:49
wiki.extendtech.net
CN:
wiki.extendtech.net
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:48
Not after:
2026-01-30 08:48
work.bluefishds.com
CN:
work.bluefishds.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:49
Not after:
2026-01-30 08:49
webportal.rlb.com
CN:
webportal.rlb.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:48
Not after:
2026-01-30 08:48
web.onlinesupport.agency
CN:
web.onlinesupport.agency
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:48
Not after:
2026-01-30 08:48
tw.ttgteam.com
CN:
tw.ttgteam.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:47
Not after:
2026-01-30 08:47
weare.playwithdough.com
CN:
weare.playwithdough.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:48
Not after:
2026-01-30 08:48
tw.toobler.com
CN:
tw.toobler.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:47
Not after:
2026-01-30 08:47
ventura.conducttr.com
CN:
ventura.conducttr.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:48
Not after:
2026-01-30 08:48
tw.stirlingbrandworks.com
CN:
tw.stirlingbrandworks.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:46
Not after:
2026-01-30 08:46
twproject.nd.edu
CN:
twproject.nd.edu
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:47
Not after:
2026-01-30 08:47
twp.apexpii.com
CN:
twp.apexpii.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:47
Not after:
2026-01-30 08:47
tw.seanogrady.me
CN:
tw.seanogrady.me
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:46
Not after:
2026-01-30 08:46
tw.skaitmeninerinkodara.lt
CN:
tw.skaitmeninerinkodara.lt
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:46
Not after:
2026-01-30 08:46
tw.suitit.nl
CN:
tw.suitit.nl
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:47
Not after:
2026-01-30 08:47
tw.mrperezinc.com
CN:
tw.mrperezinc.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:45
Not after:
2026-01-30 08:45
tw.socialfirm.com
CN:
tw.socialfirm.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:46
Not after:
2026-01-30 08:46
tw.ledrabrands.com
CN:
tw.ledrabrands.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:45
Not after:
2026-01-30 08:45
tw.hardlink.ca
CN:
tw.hardlink.ca
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:45
Not after:
2026-01-30 08:45
tw.rocketdocs.com
CN:
tw.rocketdocs.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:46
Not after:
2026-01-30 08:46
tw.emsy.sk
CN:
tw.emsy.sk
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:44
Not after:
2026-01-30 08:44
tw.digitalmarketingincorporated.com
CN:
tw.digitalmarketingincorporated.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:44
Not after:
2026-01-30 08:44
tw.howtoproject.ca
CN:
tw.howtoproject.ca
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:45
Not after:
2026-01-30 08:45
tw.anthill.net
CN:
tw.anthill.net
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:44
Not after:
2026-01-30 08:43
tw.elasticdiscovery.com
CN:
tw.elasticdiscovery.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:44
Not after:
2026-01-30 08:44
tw.edge-technology.com
CN:
tw.edge-technology.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:44
Not after:
2026-01-30 08:44
toolkit.unitedwaygt.org
CN:
toolkit.unitedwaygt.org
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:43
Not after:
2026-01-30 08:43
tw.annix.com.au
CN:
tw.annix.com.au
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:43
Not after:
2026-01-30 08:43
training-rce.reishauer.com
CN:
training-rce.reishauer.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:43
Not after:
2026-01-30 08:43
tm.mavericks.agency
CN:
tm.mavericks.agency
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:43
Not after:
2026-01-30 08:43
tech.altepro.cz
CN:
tech.altepro.cz
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:41
Not after:
2026-01-30 08:41
tickets.twotwentyseven.com
CN:
tickets.twotwentyseven.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:42
Not after:
2026-01-30 08:42
teamwork.zooma.io
CN:
teamwork.zooma.io
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:41
Not after:
2026-01-30 08:41
tickets.krakensystems.co
CN:
tickets.krakensystems.co
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:42
Not after:
2026-01-30 08:42
teamwork.yoursiteneedsme.com
CN:
teamwork.yoursiteneedsme.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:41
Not after:
2026-01-30 08:41
teamwork.yellostudio.co.uk
CN:
teamwork.yellostudio.co.uk
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:41
Not after:
2026-01-30 08:41
test.twtest.eu
CN:
test.twtest.eu
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:42
Not after:
2026-01-30 08:42
teamwork.workplace-engineering.com
CN:
teamwork.workplace-engineering.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:40
Not after:
2026-01-30 08:40
teamwork.wavemotiondigital.com
CN:
teamwork.wavemotiondigital.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:40
Not after:
2026-01-30 08:40
teamwork.zoftbox.com
CN:
teamwork.zoftbox.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:41
Not after:
2026-01-30 08:41
teamwork.wearehelmdigital.com
CN:
teamwork.wearehelmdigital.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:40
Not after:
2026-01-30 08:40
teamwork.wave7.us
CN:
teamwork.wave7.us
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:40
Not after:
2026-01-30 08:40
teamwork.utk.edu
CN:
teamwork.utk.edu
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:40
Not after:
2026-01-30 08:40
teamwork.truevgd.com
CN:
teamwork.truevgd.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:40
Not after:
2026-01-30 08:40
teamwork.tilroy.com
CN:
teamwork.tilroy.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:39
Not after:
2026-01-30 08:39
teamwork.thinkshiftinc.com
CN:
teamwork.thinkshiftinc.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:39
Not after:
2026-01-30 08:39
teamwork.toursprung.com
CN:
teamwork.toursprung.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:39
Not after:
2026-01-30 08:39
teamwork.tizo.co.uk
CN:
teamwork.tizo.co.uk
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:39
Not after:
2026-01-30 08:39
teamwork.tdqgroup.co.uk
CN:
teamwork.tdqgroup.co.uk
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:38
Not after:
2026-01-30 08:38
teamwork.tesi.com.ph
CN:
teamwork.tesi.com.ph
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:38
Not after:
2026-01-30 08:38
teamwork.studios.iu.edu
CN:
teamwork.studios.iu.edu
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:38
Not after:
2026-01-30 08:38
teamwork.terrarossafo.com
CN:
teamwork.terrarossafo.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:38
Not after:
2026-01-30 08:38
teamwork.stacktonic.com.au
CN:
teamwork.stacktonic.com.au
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:37
Not after:
2026-01-30 08:37
teamwork.sourceot.com
CN:
teamwork.sourceot.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:37
Not after:
2026-01-30 08:37
teamwork.telescopecasual.com
CN:
teamwork.telescopecasual.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:38
Not after:
2026-01-30 08:38
teamwork.smithbucklin.com
CN:
teamwork.smithbucklin.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:37
Not after:
2026-01-30 08:37
teamwork.scscloud.com
CN:
teamwork.scscloud.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:37
Not after:
2026-01-30 08:37
teamwork.santanna.net
CN:
teamwork.santanna.net
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:37
Not after:
2026-01-30 08:37
teamwork.strategic-it.nl
CN:
teamwork.strategic-it.nl
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:37
Not after:
2026-01-30 08:37
teamwork.redirectconsulting.com
CN:
teamwork.redirectconsulting.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:36
Not after:
2026-01-30 08:36
teamwork.protekintl.com
CN:
teamwork.protekintl.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:36
Not after:
2026-01-30 08:36
teamwork.rlb.com
CN:
teamwork.rlb.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:36
Not after:
2026-01-30 08:36
teamwork.priint.com
CN:
teamwork.priint.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:36
Not after:
2026-01-30 08:36
teamwork.precisionproco.co.uk
CN:
teamwork.precisionproco.co.uk
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:35
Not after:
2026-01-30 08:35
teamwork.plusk.com
CN:
teamwork.plusk.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:35
Not after:
2026-01-30 08:35
teamwork.plannedcompanies.com
CN:
teamwork.plannedcompanies.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:35
Not after:
2026-01-30 08:35
teamwork.redbrickresearch.co.uk
CN:
teamwork.redbrickresearch.co.uk
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:36
Not after:
2026-01-30 08:36
teamwork.nextlevelcreative.com.au
CN:
teamwork.nextlevelcreative.com.au
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:35
Not after:
2026-01-30 08:35
teamwork.lumapixel.com
CN:
teamwork.lumapixel.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:34
Not after:
2026-01-30 08:34
teamwork.online.usc.edu
CN:
teamwork.online.usc.edu
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:35
Not after:
2026-01-30 08:35
teamwork.ligonier.org
CN:
teamwork.ligonier.org
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:34
Not after:
2026-01-30 08:33
teamwork.massiveart.com
CN:
teamwork.massiveart.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:34
Not after:
2026-01-30 08:34
teamwork.nerder.com
CN:
teamwork.nerder.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:34
Not after:
2026-01-30 08:34
teamwork.lifebrand.co
CN:
teamwork.lifebrand.co
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:33
Not after:
2026-01-30 08:33
teamwork.libarts.colostate.edu
CN:
teamwork.libarts.colostate.edu
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:33
Not after:
2026-01-30 08:33
teamwork.logiq.com
CN:
teamwork.logiq.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:34
Not after:
2026-01-30 08:34
teamwork.lamproslabs.com
CN:
teamwork.lamproslabs.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:33
Not after:
2026-01-30 08:33
teamwork.itomic.com.au
CN:
teamwork.itomic.com.au
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:32
Not after:
2026-01-30 08:32
teamwork.intraprise.us
CN:
teamwork.intraprise.us
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:32
Not after:
2026-01-30 08:32
teamwork.ironcovesolutions.com
CN:
teamwork.ironcovesolutions.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:32
Not after:
2026-01-30 08:32
teamwork.jordanbills.com
CN:
teamwork.jordanbills.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:32
Not after:
2026-01-30 08:32
teamwork.inspirehub.com
CN:
teamwork.inspirehub.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:31
Not after:
2026-01-30 08:31
teamwork.inpax.no
CN:
teamwork.inpax.no
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:31
Not after:
2026-01-30 08:31
teamwork.itdelivery.com.au
CN:
teamwork.itdelivery.com.au
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:32
Not after:
2026-01-30 08:32
teamwork.igt.com
CN:
teamwork.igt.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:31
Not after:
2026-01-30 08:31
teamwork.instandart.com
CN:
teamwork.instandart.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:32
Not after:
2026-01-30 08:32
teamwork.hutchswelding.com
CN:
teamwork.hutchswelding.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:30
Not after:
2026-01-30 08:30
teamwork.inerva.com
CN:
teamwork.inerva.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:31
Not after:
2026-01-30 08:31
teamwork.i95dev.com
CN:
teamwork.i95dev.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:31
Not after:
2026-01-30 08:31
teamwork.haitipay.com
CN:
teamwork.haitipay.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:30
Not after:
2026-01-30 08:30
teamwork.geeklymedia.com
CN:
teamwork.geeklymedia.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:29
Not after:
2026-01-30 08:29
teamwork.gtatextiles.com
CN:
teamwork.gtatextiles.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:30
Not after:
2026-01-30 08:30
teamwork.gravitas-tec.com
CN:
teamwork.gravitas-tec.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:30
Not after:
2026-01-30 08:30
teamwork.glblpartners.com
CN:
teamwork.glblpartners.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:30
Not after:
2026-01-30 08:30
teamwork.fiu.edu
CN:
teamwork.fiu.edu
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:29
Not after:
2026-01-30 08:29
teamwork.georocint.com
CN:
teamwork.georocint.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:29
Not after:
2026-01-30 08:29
teamwork.evenio.cat
CN:
teamwork.evenio.cat
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:29
Not after:
2026-01-30 08:29
teamwork.gatewayticketing.com
CN:
teamwork.gatewayticketing.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:29
Not after:
2026-01-30 08:29
teamwork.cyphon.io
CN:
teamwork.cyphon.io
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:27
Not after:
2026-01-30 08:27
teamwork.ergobaby.com
CN:
teamwork.ergobaby.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:28
Not after:
2026-01-30 08:28
teamwork.digitalreportingservices.com
CN:
teamwork.digitalreportingservices.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:28
Not after:
2026-01-30 08:28
teamwork.corebiz.com.br
CN:
teamwork.corebiz.com.br
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:27
Not after:
2026-01-30 08:27
teamwork.dial-once.com
CN:
teamwork.dial-once.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:28
Not after:
2026-01-30 08:28
teamwork.concordia.edu
CN:
teamwork.concordia.edu
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:27
Not after:
2026-01-30 08:27
teamwork.devinterface.com
CN:
teamwork.devinterface.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:28
Not after:
2026-01-30 08:28
teamwork.codepilot.com
CN:
teamwork.codepilot.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:26
Not after:
2026-01-30 08:26
teamwork.designdev.cz
CN:
teamwork.designdev.cz
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:28
Not after:
2026-01-30 08:28
teamwork.communicationmark.com
CN:
teamwork.communicationmark.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:27
Not after:
2026-01-30 08:27
Domain summary

tw.onlineoptimism.com 1 team.flowrix.com 1 teamwork.iovista.com 1 support.pennink.com 1 support.nailsoupmedia.com 1 support.leemediagroup.com 1 projects.tincarcapital.com 1 projects.spaceships.world 1 projects.haut.world 1 projects.blackgallina.com 1 helpdesk.icandydesign.com 1 team.intygrate.com 3 twclients.extraordinaryexecutive.com 1 teamwork.enovate.co.uk 1 support.wpdivision.com 1 projects.yourhelpers.ai 1 pm.altair.co.kr 1 teamwork.benchmark.agency 1 helpdesk.yourhelpers.ai 1 dnl.agency 1 equipe.kiveo.ca 1 projects.nearanddear.agency 1 teamwork.nailsoupmedia.com 0 projects.delta4digital.com 0 teamwork.velocitycu.com 3 projects.tecnoseguro.com 3 teamwork.owengrp.com 1 teamwork.ganbaru.es 1 projects.redknight.com 1 projects.paradonmn.com 1 projects.genuinecreativeagency.com 1 projects.helloposition.com 0 hub.taftsystems.com 1 hola.castilloruleabogados.com 1 projects.virusha.tech 1 projects.hdscompanies.com 1 vortex.3stamina.com 1 teamwork.sater.ca 1 teamwork.centauri.com.au 1 teamwork.bizinkonline.com 1 support.moontide.agency 1 launch.byzeal.com 1 collab.ecomflight.com 1 docs.minionmade.com 1 project.mapoutcreative.com 1 team.sakkastudio.com 1 support.presshive.cloud 1 projects.tone.uk 1 projects.goinbound.sg 1 projects.ardentgrowth.com 1 projects.codeconspirators.com 1 client.ndoro.app 1 teamwork.influenceandco.com 3 tw.embeddedplanet.com 3 project.thesourceplus.org 3 clients.stopdoingnothing.com 1 tw-test.rafael.net.br 1 team.sprucely.net 1 support.prestashop-france.fr 1 support.basis.rocks 1 support.fusenext.com 1 projects.nioma.ca 1 knowledgebase.bhsbaltimore.org 1 kb.fusenext.com 1 help.marcom.business.cornell.edu 1 projects.voltdigital.com 1 voyageservices.velocityprocurement.com 1 teamwork.southernviewmedia.com 1 support.estudysa.co.za 1 projects.mussonindustrial.com 1 work.tasshamjit.com 3 work.singlegrain.com 3 web.onlinesupport.agency 3 tw.toobler.com 3 tw.seanogrady.me 3 tw.stirlingbrandworks.com 3 tw.digitalmarketingincorporated.com 3 tw.anthill.net 3 teamwork.workplace-engineering.com 3 teamwork.wave7.us 3 teamwork.truevgd.com 3 teamwork.tdqgroup.co.uk 3 teamwork.scscloud.com 3 teamwork.redbrickresearch.co.uk 3 teamwork.protekintl.com 3 teamwork.priint.com 3 teamwork.plusk.com 3 teamwork.lifebrand.co 3 teamwork.igt.com 3 teamwork.hutchswelding.com 3 teamwork.ergobaby.com 3 teamwork.boostbydesign.com 1 project-management.prestele.group 1 portal.cedarsphere.com 1 team.gamesrv.ir 1 websupport.mission-minded.com 1 todo.codewonder.land 1 teamwork.artistrylabs.com 1 teamwork.jelly.pt 1 team.theconversionformula.com 1 team.hji.us 1 support.pixeldeluxe.nl 1 support.orangehotelmarketing.com 1 support.iamyourwpguy.com 1 support.digitalist.si 1 projects.weareunrivaled.com 1 projects.redvail.com 1 projects.gearboxgo.com 1 projects.concentric.design 0 projects.arttia.co.uk 0 projects.amphr.com 1 my.teaminhouse.com 1 hub.profitablemedia.com 1 help.virtualinnovation.co.nz 1 help.orangehotelmarketing.com 1 dombso.ucsd.edu 1 go.xceed365.com 1 ford-itp.training.reishauer.com 1 comcastfield.johnsandtaylor.com 1 clients.teaminhouse.com 0 help.provizxr.com 1 team.theincubator.com.au 1 cp.talprosoftware.com 1 supporto.pi4x.it 1 support.hellodative.com 1 clients.bewonderful.co.uk 1 team.aisconverse.com 0 support.magneticstrategy.com 1 support.pesc.com 1 support.monopile.com 1 support.fwdigital.net 1 salesportal.redcranemedia.com 1 projects.kelsgonzalez.com 1 kb.vertiance.com 1 client.triarcsolutions.com 1 teamwork.bambuu.nl 0 teamwork.aa-co.org 1 team.bluellama.co.uk 1 supporto-formazione.deascuola.it 0 support.ycoe.org 1 support.suiterep.com 1 support.mkay.eu 1 support.hiraiser.com 1 support.go-creative.com.au 1 support.egn.com 0 support.buildersites.io 1 library.squareflair.com 0 helpdocs.summitcom.org 1 helpdocs.bwcgroup.co.uk 1 help.iperbooking.net 1 help.dobrief.io 1 help.dimegiving.com 1 work.sysmatica.com 1 webservices.stafflink.com.au 1 teamwork.wippo.dev 1 teamwork.glakolens.com 1 support.significadigital.com 1 projects.magneticstrategy.com 1 projects.deveris.com 1 projecthub.diversitel.com 1 help.sayvee.com 1 help.conveypal.net 1 desk.dsisconsulting.com 1 client.vertiance.com 1 tw.workinman.com 1 tw.21infinity.com 1 tw-us-customdomain.twtest.eu 1 teamwork.cloudaccess.net 1 support.bhsbaltimore.org 1 suporte.pegaplantao.com.br 1 projects.aceprojectgroup.com 1 portal.j2marketing.com 1 docs.ninjology.com 1 custom-tup.us.teamworkops.com 1 www.diggit.info 0 teamwork.dwightsspeedshop.com 0 www.myfunnel.team 1 www.manageteamwork.com 1 www.idea.gd 1 www.theceobossbusinessgame.win 1 workspace.responsenow.io 1 work.webcanopystudio.com 1 www.ctdeploy.com 1 work.seomechanic.com 1 work.toshalinfotech.com 1 work.rosotics.com 1 work.everest-media.co.uk 1 work.crucianpoint.com 1 work.frontspace.com 1 work.iugo.com.au 1 work.aqualabaquaria.com 1 work.36creative.com 1 wiki.extendtech.net 1 work.bluefishds.com 1 webportal.rlb.com 1 tw.ttgteam.com 1 weare.playwithdough.com 1 ventura.conducttr.com 1 twproject.nd.edu 1 twp.apexpii.com 1 tw.skaitmeninerinkodara.lt 1 tw.suitit.nl 1 tw.mrperezinc.com 1 tw.socialfirm.com 1 tw.ledrabrands.com 1 tw.hardlink.ca 1 tw.rocketdocs.com 1 tw.emsy.sk 1 tw.howtoproject.ca 1 tw.elasticdiscovery.com 1 tw.edge-technology.com 1 toolkit.unitedwaygt.org 1 tw.annix.com.au 1 training-rce.reishauer.com 1 tm.mavericks.agency 1 tech.altepro.cz 1 tickets.twotwentyseven.com 1 teamwork.zooma.io 1 tickets.krakensystems.co 1 teamwork.yoursiteneedsme.com 1 teamwork.yellostudio.co.uk 1 test.twtest.eu 1 teamwork.wavemotiondigital.com 1 teamwork.zoftbox.com 1 teamwork.wearehelmdigital.com 1 teamwork.utk.edu 1 teamwork.tilroy.com 1 teamwork.thinkshiftinc.com 1 teamwork.toursprung.com 1 teamwork.tizo.co.uk 1 teamwork.tesi.com.ph 1 teamwork.studios.iu.edu 1 teamwork.terrarossafo.com 1 teamwork.stacktonic.com.au 1 teamwork.sourceot.com 1 teamwork.telescopecasual.com 1 teamwork.smithbucklin.com 1 teamwork.santanna.net 1 teamwork.strategic-it.nl 1 teamwork.redirectconsulting.com 1 teamwork.rlb.com 1 teamwork.precisionproco.co.uk 1 teamwork.plannedcompanies.com 1 teamwork.nextlevelcreative.com.au 1 teamwork.lumapixel.com 1 teamwork.online.usc.edu 1 teamwork.ligonier.org 1 teamwork.massiveart.com 1 teamwork.nerder.com 1 teamwork.libarts.colostate.edu 1 teamwork.logiq.com 1 teamwork.lamproslabs.com 1 teamwork.itomic.com.au 1 teamwork.intraprise.us 1 teamwork.ironcovesolutions.com 1 teamwork.jordanbills.com 1 teamwork.inspirehub.com 1 teamwork.inpax.no 1 teamwork.itdelivery.com.au 1 teamwork.instandart.com 1 teamwork.inerva.com 1 teamwork.i95dev.com 1 teamwork.haitipay.com 1 teamwork.geeklymedia.com 1 teamwork.gtatextiles.com 1 teamwork.gravitas-tec.com 1 teamwork.glblpartners.com 1 teamwork.fiu.edu 1 teamwork.georocint.com 1 teamwork.evenio.cat 1 teamwork.gatewayticketing.com 1 teamwork.cyphon.io 1 teamwork.digitalreportingservices.com 1 teamwork.corebiz.com.br 1 teamwork.dial-once.com 1 teamwork.concordia.edu 1 teamwork.devinterface.com 1 teamwork.codepilot.com 1 teamwork.designdev.cz 1 teamwork.communicationmark.com 0