Host Details

13.247.177.199

Copy IP

Open Ports

20

Unique Services

6

CVEs

0

TLS Services

1
Port Protocol Service Product Version OS Scan Date
1083 ventrilo Ventrilo 2.1.2+ - Feb. 23, 2026
8118 upnp Conexant-EmWeb $SUBST(2,"_",".") - Feb. 23, 2026
2083 ventrilo Ventrilo 2.1.2+ - Feb. 23, 2026
8443 https TLS - - Feb. 23, 2026
1080 ventrilo Ventrilo 2.1.2+ - Feb. 23, 2026
8085 ventrilo Ventrilo 2.1.2+ - Feb. 23, 2026
8088 http nginx - - Feb. 23, 2026
135 ventrilo Ventrilo 2.1.2+ - Feb. 22, 2026
143 imap IMAP - - Feb. 22, 2026
808 ventrilo Ventrilo 2.1.2+ - Feb. 22, 2026
5678 ventrilo Ventrilo 2.1.2+ - Feb. 22, 2026
6379 redis Redis - - Feb. 22, 2026
8082 ventrilo Ventrilo 2.1.2+ - Feb. 22, 2026
86 ventrilo Ventrilo 2.1.2+ - Feb. 22, 2026
4145 ventrilo Ventrilo 2.1.2+ - Feb. 22, 2026
10000 ventrilo Ventrilo 2.1.2+ - Feb. 22, 2026
80 ventrilo Ventrilo 2.1.2+ - Feb. 21, 2026
83 ventrilo Ventrilo 2.1.2+ - Feb. 21, 2026
3130 ventrilo Ventrilo 2.1.2+ - Feb. 21, 2026
9050 ventrilo Ventrilo 2.1.2+ - Feb. 21, 2026
Port 1083 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Mon, 23 Feb 2026 08:00:46 GMT
Server: Virata-EmWeb/R6_2_0
Last-Modified: Mon, 11 Apr 2022 00:05:03 GMT
Content-Length: 16915
Content-Type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-control" content="no-cache">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
<title>AiCloud</title>
<style>
html{
margin:0 0;
padding:0px;
font-family:"Segoe UI",Arial;
}
body{
display: block;
overflow: hidden;
}

input,#ok {
background:transparent url("/smb/css/style-theme.png") no-repeat top left;
}

#login_logo{
width:300px;
height:76px;
background:transparent url("/smb/css/logo.jpg") no-repeat top left;
position: absolute;
top: 60px;
}

#ok{
background-position: -200px -390px;
width:40px;
height:40px;
float:right;
}
#title1{
color:#fff;
font-size:30px
}
#title2{
color:#fff;
font-size:20px
}
input {
font-size: 14px;
text-shadow: 0px 1px 0px white;
outline: none;
background-position: 0 -540px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
padding-left:3px;
}
div.cap_num{
width:40px;
height:40px;
float:right;
}
.unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.table_x{
position: relative;
padding: 20px 40px 0 40px;
font-size: 20px;
display:none;
}
.table_x input{
width:220px;
height:36px;
font-size: 20px;
}
.table_x .table_label_x{
color:#ffffff;
}
</style>
<script type="text/javascript" src="/smb/js/tools.js"></script>
<script type='text/javascript' src='/smb/js/davclient_tools.js'></script>
<script type="text/javascript">
var this_url;
var m = new lang();
var g_storage = new myStorage();
var g_captcha = -1;

function makeid(){
    var text = "";
    var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";

    for( var i=0; i < 20; i++ )
        text += possible.charAt(Math.floor(Math.random() * possible.length));

    return text;
}

$("document").ready(function() {
        //- create access token
        var asus_token = ( g_storage.gett('asus_token') == undefined ) ? '' : g_storage.gett('asus_token');
        if(asus_token==""){
                asus_token = makeid();
                g_storage.sett('asus_token', asus_token);
        }

        var loc_lan = String(window.navigator.userLanguage || window.navigator.language).toLowerCase();
        var lan = ( g_storage.get('lan') == undefined ) ? loc_lan : g_storage.get('lan');
        m.setLanguage(lan);

        $('label#username').text(m.getString('title_username2'));
        $('label#password').text(m.getString('title_password2'));
        // $('label#captcha').text(m.getString('title_captcha'));

        this_url = $("input.urlInfo").attr("value");

        if(this_url!="/"){
                $("div#title1").text(m.getString('title_login'));
                $("div#title2").text(this_url);
        }

        var browserVer = navigator.userAgent.toLowerCase();
        if( isIE() &&
                getInternetExplorerVersion() <= 7 ){

                $("table#table_login").remove();

                var append_html = '<table border="0" cellpadding="0" cellspacing="3" style="position: relative;left:40px;padding-top:20px"><tbody><tr><td width="240px">';
                append_html += '<font color="white" size="4">';
                append_html += '<label>';
                append_html += m.getString('msg_browsersupport');
                append_html += '</label>';
                append_html += '</font>';
  
Port 8118 upnp Copy
HTTP/1.1 200 OK
Connection: close
Date: Mon, 23 Feb 2026 12:00:41 GMT
Server: Unknown/0.0 UPnP/1.0 Conexant-EmWeb/R6_1_0
Last-Modified: Tue, 20 Aug 2019 00:05:03 GMT
Content-Length: 11680
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "/TR/html4/strict.dtd">
<html>
    <head>
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <title>CrushFTP WebInterface</title>
        <link rel="stylesheet" type="text/css" href="/WebInterface/jQuery/css/login.css" />
        <script type="text/javascript" src="/WebInterface/Resources/js/jquery-1.9.1.js"></script>
        <script type="text/javascript" src="/WebInterface/Resources/js/jquery-migrate-1.2.1.min.js"></script>
        <script type="text/javascript" src="/WebInterface/jQuery/js/jquery-ui-1.8.2.custom.min.js"></script>
        <script type="text/javascript" src="/WebInterface/jQuery/js/jquery.blockUI.js"></script>
        <script type="text/javascript" src="/WebInterface/Resources/js/login.js"></script>
        
        <script type="text/javascript">
        function showRecaptcha(element, callback) {
            if(window.grecaptcha)
            {
                callback = callback || function(){};
                window.grecaptcha.render(element, {
                    'sitekey' : "/*RECAPTCHA_PUBLIC_KEY*/",
                    'callback' : callback
                });
            }
        }
        window.onload = function() {
            /*RECAPTCHA*/
        };
        var passwordRule = {random_password_length:6,min_password_numbers:0,min_password_lowers:0,min_password_uppers:0,min_password_specials:0};
        </script>
        <script></script>
    </head>
    <body style="overflow-x: hidden; overflow-y: auto;" class="login">
        
        <div id="login">
            <div id="languageSelector" style="display:none;">
                <select>
                    <option value="en" rel="English">English</option>
                    <option value="cn" rel="Chinese">Chinese</option>
                    <option value="cs" rel="Czech">Czech</option>
                    <option value="da" rel="Danish">Danish</option>
                    <option value="nl" rel="Dutch">Dutch</option>
                    <option value="fr" rel="French">French</option>
                    <option value="de" rel="German">German</option>
                    <option value="hu" rel="Hungarian">Hungarian</option>
                    <option value="it" rel="Italian">Italian</option>
                    <option value="ko" rel="Korean">Korean</option>
                    <option value="pl" rel="Polish">Polish</option>
                    <option value="ro" rel="Romanian">Romanian</option>
                    <option value="ru" rel="Russian">Russian</option>
                    <option value="sk" rel="Slovak">Slovak</option>
                    <option value="es" rel="Spanish">Spanish</option>
                    <option value="se" rel="Swedish">Swedish</option>
                </select>
            </div>
            <form id="loginForm" name="loginForm" method="post" action="/" onSubmit="return doLogin2();">
                <div id="panelbody">
                    <div id="branding" class="clearfix branding">
                        <img id="loginWheel" src="/WebInterface/images/wheel.gif" />
                        <a id="defaultLogoLink" href="/">
                            <img id="imgLogo" src="/WebInterface/images/logo.png" style="border-width:0px;float:left;" />
                        </a>
                    </div>
                    <div id="panelLogin">
                        <div>
                            <label id="UserNameText">Username</label>
                            <input tabindex="1" autocomplete="on" type="text" class="textbox" name="username" id="username" value="" />
                        </div>
                        <div>
                            <label id="PasswordText">Password</label>
                           
Port 2083 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Mon, 23 Feb 2026 18:05:59 GMT
Server: Virata-EmWeb/R6_2_0
Last-Modified: Mon, 11 Apr 2022 00:05:03 GMT
Content-Length: 16915
Content-Type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-control" content="no-cache">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
<title>AiCloud</title>
<style>
html{
margin:0 0;
padding:0px;
font-family:"Segoe UI",Arial;
}
body{
display: block;
overflow: hidden;
}

input,#ok {
background:transparent url("/smb/css/style-theme.png") no-repeat top left;
}

#login_logo{
width:300px;
height:76px;
background:transparent url("/smb/css/logo.jpg") no-repeat top left;
position: absolute;
top: 60px;
}

#ok{
background-position: -200px -390px;
width:40px;
height:40px;
float:right;
}
#title1{
color:#fff;
font-size:30px
}
#title2{
color:#fff;
font-size:20px
}
input {
font-size: 14px;
text-shadow: 0px 1px 0px white;
outline: none;
background-position: 0 -540px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
padding-left:3px;
}
div.cap_num{
width:40px;
height:40px;
float:right;
}
.unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.table_x{
position: relative;
padding: 20px 40px 0 40px;
font-size: 20px;
display:none;
}
.table_x input{
width:220px;
height:36px;
font-size: 20px;
}
.table_x .table_label_x{
color:#ffffff;
}
</style>
<script type="text/javascript" src="/smb/js/tools.js"></script>
<script type='text/javascript' src='/smb/js/davclient_tools.js'></script>
<script type="text/javascript">
var this_url;
var m = new lang();
var g_storage = new myStorage();
var g_captcha = -1;

function makeid(){
    var text = "";
    var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";

    for( var i=0; i < 20; i++ )
        text += possible.charAt(Math.floor(Math.random() * possible.length));

    return text;
}

$("document").ready(function() {
        //- create access token
        var asus_token = ( g_storage.gett('asus_token') == undefined ) ? '' : g_storage.gett('asus_token');
        if(asus_token==""){
                asus_token = makeid();
                g_storage.sett('asus_token', asus_token);
        }

        var loc_lan = String(window.navigator.userLanguage || window.navigator.language).toLowerCase();
        var lan = ( g_storage.get('lan') == undefined ) ? loc_lan : g_storage.get('lan');
        m.setLanguage(lan);

        $('label#username').text(m.getString('title_username2'));
        $('label#password').text(m.getString('title_password2'));
        // $('label#captcha').text(m.getString('title_captcha'));

        this_url = $("input.urlInfo").attr("value");

        if(this_url!="/"){
                $("div#title1").text(m.getString('title_login'));
                $("div#title2").text(this_url);
        }

        var browserVer = navigator.userAgent.toLowerCase();
        if( isIE() &&
                getInternetExplorerVersion() <= 7 ){

                $("table#table_login").remove();

                var append_html = '<table border="0" cellpadding="0" cellspacing="3" style="position: relative;left:40px;padding-top:20px"><tbody><tr><td width="240px">';
                append_html += '<font color="white" size="4">';
                append_html += '<label>';
                append_html += m.getString('msg_browsersupport');
                append_html += '</label>';
                append_html += '</font>';
  
Port 8443 https Copy
TLS CN=ops.siemens-healthineers.lan Issuer=Sectigo RSA Organization Validation Secure Server CA
Port 1080 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Mon, 23 Feb 2026 02:28:42 GMT
Server: Python/3.11 aiohttp/3.9.5
Last-Modified: Tue, 20 Aug 2019 00:05:03 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 446

<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Ray Dashboard</title><script defer="defer" src="./static/js/main.8c11aab8.js"></script><link href="./static/css/main.388a904b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Port 8085 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Mon, 23 Feb 2026 00:56:44 GMT
Server: Abyss/1.0.3
Last-Modified: Mon, 26 Sep 2022 00:05:03 GMT
X-Powered-By: PHP/5.6.20-0+deb8u1
Content-Length: 669
Content-Type: text/html
Set-Cookie: csrftoken=iMPXGXCQUELkqJ4VxJ8REYOoFq6oTqflSmHydneFLl2Tn0MkLHYYrW1Am06nTByy

<html><head><link rel="icon" href="/favicon_532c7924-b10c-43cd-89e4-9c8c954bfd87.ico"><title>FortiManager-200D: None</title></head><body><span>1fjbb2xwfm1x</span><span>rwd5ne1p7btzh0j0543r</span><h1>tpwytt12fcivgkb1abzz1v</h1><p>mwdvyvk3ofkjvxxbp5pl</p><h3>939a6uv3dnk84q2eg2rebkzp7h9</h3><span>myvxjy9vn5e1e17voyb7</span><h3>nn62x4cj0gemzqgwuoqsbiihy3</h3><h2>ld91e9yuv2i9u6mqz3iu282vkfi9e3</h2><h3>dt8mnqq7l540</h3><p>nv312</p><p>axu5crbe</p><h1>xkv17a8yj7odofq</h1><div>ffblopfczq3t</div><p>wana3ncbb9z94afe9jmwds</p><h3>pcupxf2q</h3><h1>njnhiv5sf5blef9b</h1><h1>3psd7be4</h1><h3>vvg65w6</h3><h2>o2coxhu8urdrrejdc0hcqho8r</h2><p>0qbzox8ggf1oar5tyh6</p></body></html>
Port 8088 http Copy
HTTP/1.1 200 OK
Connection: keep-alive
Date: Mon, 23 Feb 2026 06:28:46 GMT
Server: nginx
Last-Modified: Mon, 23 Feb 2026 06:28:46 GMT
Content-Type: text/html; charset=utf-8
Expires: Mon, 23 Feb 2026 06:28:46 GMT
Cache-Control: no-store, no-cache, must-revalidate
Accept-Ranges: none
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Strict-Transport-Security: max-age=7884000
Content-Length: 84

<script>window.onload=function(){ url ='/webui/';window.location.href=url;}</script>
Port 135 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Sun, 22 Feb 2026 10:51:11 GMT
Server: Abyss/1.0.3
Last-Modified: Mon, 26 Sep 2022 00:05:03 GMT
X-Powered-By: PHP/5.6.20-0+deb8u1
Content-Length: 669
Content-Type: text/html
Set-Cookie: csrftoken=SYFOaZQUlly8Fxq8kmLM

<html><head><link rel="icon" href="/favicon_532c7924-b10c-43cd-89e4-9c8c954bfd87.ico"><title>FortiManager-200D: None</title></head><body><span>1fjbb2xwfm1x</span><span>rwd5ne1p7btzh0j0543r</span><h1>tpwytt12fcivgkb1abzz1v</h1><p>mwdvyvk3ofkjvxxbp5pl</p><h3>939a6uv3dnk84q2eg2rebkzp7h9</h3><span>myvxjy9vn5e1e17voyb7</span><h3>nn62x4cj0gemzqgwuoqsbiihy3</h3><h2>ld91e9yuv2i9u6mqz3iu282vkfi9e3</h2><h3>dt8mnqq7l540</h3><p>nv312</p><p>axu5crbe</p><h1>xkv17a8yj7odofq</h1><div>ffblopfczq3t</div><p>wana3ncbb9z94afe9jmwds</p><h3>pcupxf2q</h3><h1>njnhiv5sf5blef9b</h1><h1>3psd7be4</h1><h3>vvg65w6</h3><h2>o2coxhu8urdrrejdc0hcqho8r</h2><p>0qbzox8ggf1oar5tyh6</p></body></html>
Port 143 imap Copy
* OK [CAPABILITY IMAP4rev1 AUTH=LOGIN AUTH=PLAIN NAMESPACE IDLE ID] Zimbra IMAP4rev1 server ready
Port 808 ventrilo Copy
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Connection: close
Date: Sun, 22 Feb 2026 20:56:38 GMT
Server: Apache/2.4.25 (Debian)
Last-Modified: Mon, 23 Oct 2017 00:05:03 GMT
X-Powered-By: PHP/7.2.3
Cache-Control: must-revalidate, no-cache, private
X-Drupal-Dynamic-Cache: MISS
X-Ua-Compatible: IE=edge
Content-Language: en
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Vary: Accept-Encoding
X-Generator: Drupal 8 (https://www.drupal.org)
X-Drupal-Cache: MISS
Content-Type: text/html; charset=UTF-8

40ef
<!DOCTYPE html>
<html lang="en" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# ">
  <head>
    <meta charset="utf-8" />
<meta name="Generator" content="Drupal 8 (https://www.drupal.org)" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/core/misc/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="alternate" type="application/rss+xml" title="" href="http://13.247.177.199/rss.xml" />

    <title>Home | Catalyst Systems</title>
    <link rel="stylesheet" href="/sites/default/files/css/css_R_6vm3WffQ760L7tOso1MrCvb2yhkuMBF96k0UhZ_dw.css?0" media="all" />
<link rel="stylesheet" href="/sites/default/files/css/css_0YkSvjDmjbNFQ2THyriJ8J69O8u3cEWqvenOtI5leNA.css?0" media="all" />
<link rel="stylesheet" href="/sites/default/files/css/css_Z5jMg7P_bjcW9iUzujI7oaechMyxQTUqZhHJ_aYSq04.css?0" media="print" />

    
<!--[if lte IE 8]>
<script src="/sites/default/files/js/js_VtafjXmRvoUgAzqzYTA3Wrjkx9wcWhjP0G4ZnnqRamA.js"></script>
<![endif]-->

  </head>
  <body class="layout-one-sidebar layout-sidebar-first path-frontpage">
        <a href="#main-content" class="visually-hidden focusable skip-link">
      Skip to main content
    </a>
    
      <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas>
    <div id="page-wrapper">
  <div id="page">
    <header id="header" class="header" role="banner" aria-label="Site header">
      <div class="section layout-container clearfix">
          <div class="region region-secondary-menu">
    <nav role="navigation" aria-labelledby="block-bartik-account-menu-menu" id="block-bartik-account-menu" class="block block-menu navigation menu--account">
            
  <h2 class="visually-hidden" id="block-bartik-account-menu-menu">User account menu</h2>
  

      <div class="content">
        <div class="menu-toggle-target menu-toggle-target-show" id="show-block-bartik-account-menu"></div>
    <div class="menu-toggle-target" id="hide-block-bartik-account-menu"></div>
    <a class="menu-toggle" href="#show-block-bartik-account-menu">Show &mdash; User account menu</a>
    <a class="menu-toggle menu-toggle--hide" href="#hide-block-bartik-account-menu">Hide &mdash; User account menu</a>
    
              <ul class="clearfix menu">
                    <li class="menu-item">
        <a href="/user/login" data-drupal-link-system-path="user/login">Log in</a>
              </li>
        </ul>
  


  </div>
</nav>

  </div>

          <div class="clearfix region region-header">
    <div id="block-bartik-branding" class="clearfix site-branding block block-system block-system-branding-block">
  
    
        <a href="/" title="Home" rel="home" class="site-branding__logo">
      <img src="/sites/default/files/color/bartik-ef2b2ac4/logo.svg" alt="Home" />
    </a>
        <div class="site-branding__text">
              <div class="site-branding__name">
          <a href="/" title="Home" rel="home">Catalyst Systems</a>
        </div>
                </div>
  </div>

  </div>

          <div class="region region-primary-menu">
    <nav role="navigation
Port 5678 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Sun, 22 Feb 2026 09:19:22 GMT
Last-Modified: Tue, 08 Jun 2021 00:05:03 GMT
Content-Length: 4680
Content-Type: text/html

<html lang="en">
   <head>
      <meta http-equiv="Content-Language">
      <meta http-equiv="Content-Type" content="text/html">
      <meta name="robots" content="none">
      <link rel="icon" href="/Product_favicon.png" type="image/png">
      <title>Ivanti Connect Secure</title>
   </head>
   <body onload="FinishLoad(1);hideJSWarn();setWin11();" bgcolor="#FFFFFF" color="#000000" link="#3366CC" vlink="#CC6699" alink="#3366CC" leftmargin="0" topmargin="0" rightmargin="0" marginwidth="0" marginheight="0">
      <table id="table_LoginPage_1" border="0" width="100%" cellspacing="0" cellpadding="3">
         <tr>
            <td bgcolor="#FFFFFF"></td>
            <td bgcolor="#FFFFFF" align="right">&nbsp;</td>
         </tr>
      </table>
      <table id="table_LoginPage_2" cellpadding="0" cellspacing="0" border="0" width="100%">
         <tr>
            <td bgcolor="#000000" colspan="2"></td>
         </tr>
      </table>
      <blockquote>
         <form id="frmLogin_4" name="frmLogin" action="login.cgi" method="POST" autocomplete="off" onsubmit="return Login(1)">
            <input id="tz_offset_5" type="hidden" name="tz_offset">
            <input id="win11" type="hidden" name="win11" value="">
            <input id="uach" type="hidden" name="uach" value="">
            <input id="client_mac" type="hidden" name="clientMAC" value="">
            <input id="xsauth_token" type="hidden" name="xsauth_token" value="58fefe3c1b2717c8845c0d630ab035c3">
            <table id="table_LoginPage_3" border="0" cellpadding="2" cellspacing="0">
               <tr>
                  <td nowrap  colspan="3"><b>Welcome to</b></td>
               </tr>
               <tr>
                  <td nowrap  colspan="3"><span class="cssLarge"><b>Ivanti Connect Secure</b></span></td>
               </tr>
               <tr>
                  <td colspan="3">&nbsp;</td>
               </tr>
               <tr>
                  <td valign="top">
                     <table id="table_LoginPage_6" border="0" cellspacing="0" cellpadding="2">
                        <tr>
                           <td><label for="username">Username</label></td>
                           <td>&nbsp;</td>
                           <td><input id="username" type="text" name="username" size="20"></td>
                        </tr>
                        <tr>
                           <td><label for="password">Password</label></td>
                           <td>&nbsp;</td>
                           <td><input id="password" type="password" name="password" size="20"></td>
                        </tr>
                        <tr>                                                                <input id="realm_16" type="hidden" name="realm" value="OTS User Realm">                                                </tr>
                        <tr>
                           <td colspan="3">&nbsp;</td>
                        </tr>
                        <tr>
                           <td>&nbsp;</td>
                           <td>&nbsp;</td>
                           <td><input id="btnSubmit_6" type="submit" value="Sign In" name="btnSubmit">&nbsp;</td>
                        </tr>
                     </table>
                  </td>
                  <td valign="top">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
                  <td valign="top">
                     <table tabindex="1" aria-label="instructions for user login page FILTER verbatim" role="alert" id="TABLE_LoginPage_1" border="0" cellspacing="0" cellpadding="2">
                        <tr>
                           <td>
                              Please sign in to begin your secure session.<br><br>
                              <noscript>Note: Javascript is disabled on your browser.</noscript>
                        </tr>
                        </td>
                     </table>
                  </td>
               </tr>
            <
Port 6379 redis Copy
+PONG
Port 8082 ventrilo Copy
HTTP/1.1 200 Document follows
Connection: close
Date: Sun, 22 Feb 2026 19:24:48 GMT
Server: EIG Embedded Web Server
Last-Modified: Tue, 20 Aug 2019 00:05:03 GMT
Content-Type: text/html
Content-Length: 682

<HTML>
<head>
<title>Total Web Solutions</title>
</head>
<noscript>Your browser does not support JavaScript. Please enable JavaScript support in your browser.</noscript>
<FRAMESET rows="121,*" border=0> 
  <FRAMESET Cols="*,0" border=0> 
    <frame src="top.htm" frame name="topFrame" scrolling=no MARGINWIDTH=0 MARGINHEIGHT=0 NORESIZE>
    <frame src="spacer.gif">
  </FRAMESET>
  <FRAMESET Cols="173,*" border=0> 
    <frame src="left.htm" frame name="leftFrame" scrolling=no MARGINWIDTH=0 MARGINHEIGHT=0 NORESIZE>
    <frame src="voltage.htm" frame name="mainFrame" scrolling=yes MARGINWIDTH=0 MARGINHEIGHT=0 NORESIZE>
  </FRAMESET>
</FRAMESET>
<noframes> 
</noframes> 

</HTML>
Port 86 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Sun, 22 Feb 2026 05:19:11 GMT
Server: Squid
Last-Modified: Thu, 12 Jan 2023 00:05:03 GMT
Content-Length: 139
Content-Type: text/html

<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
Port 4145 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Sun, 22 Feb 2026 03:47:20 GMT
Server: HeiTel GmbH Web Server [V1.15/V1.14/V1.3]
Last-Modified: Tue, 20 Aug 2019 00:05:03 GMT
Content-Length: 6399
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>USG310</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta content="requiresActiveX=true">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="/ext-js/app/view/login/images/login.css" />
<link rel="stylesheet" type="text/css" href="/logo/custmiz_page.css" />
<script type="text/javascript" src="/lang/language_panel.js"></script>
<script language="JavaScript">
	var ns, ie;
	if (navigator.appName == "Netscape") {
		ns = true; ie = false;
	} else if (navigator.appName == "Microsoft Internet Explorer") {
		ie = true; ns = false;
	} else {
		 ns = false; ie = false;
	}
	if (top.location != self.location) {
		top.location.href = "/";
		top.location.pathname = "/";
	}
	function loginDomain(isLoginDomain){
		var buttonDiv = document.getElementById("buttonDiv");
		if(isLoginDomain)
	    	var divStr = '<input title="Login SSL VPN portal" type="button" value="' + mplang['_SSL_VPN_Login'] + '" name="LoginSSL" onclick=\'setData(true)\' />';
		else
			var divStr = '<input title="Login to access network" type="button" value="' + mplang['_Login'] + '" name="Login" onclick=\'setData(false)\' />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input title="Login SSL VPN portal" type="button" value="SSL VPN" name="LoginSSL" onclick=\'setData(true)\' />';
		buttonDiv.innerHTML = divStr;
	}
	function setData(isSSL){
		document.f.loginTosslvpn.value = isSSL;		
		document.f.password.value = document.f.pwd.value+document.f.pwd_r.value;
		document.f.submit();
	}
	function checkKey(evt){
		if(ns){
			if(evt.which == 13) /* Enter */
				setData(false);
		} else {
			if(evt.keyCode == 13) /* Enter */
				setData(false);
		}
	}
	function multi_lingual(wording, filename){
		document.write(mplang[wording]);
	}
	/*function initLogin(){
		document.getElementById("title").innerHTML = (DYNAMIC_GUEST_ACCOUNT_PHONE_USER_SUPPORT && Phone_User_Support) ? mplang['_Enter_Phone_User'] : mplang['_Enter_User'];
		document.getElementById("userspan").innerHTML = (DYNAMIC_GUEST_ACCOUNT_PHONE_USER_SUPPORT && Phone_User_Support) ? mplang['_Phone_Number'] : mplang['_User_Name'];
		if(Terms_of_Service){
			document.getElementById("terms").style.display = "block";
			document.getElementById("termslink").innerHTML = mplang['_Terms_of_Service_Link'];
		}
		if(DYNAMIC_GUEST_ACCOUNT_PHONE_USER_SUPPORT && Phone_User_Support){
			var wavecom = document.getElementById("wavecom");
			wavecom.style.display = "block";
			wavecom.innerHTML = "<input name=\"GetPassword\" type=\"button\" value=\""+mplang['_Get_Password']+"\" title=\""+mplang['_Get_Password']+"\" onclick=\'getPassword()\'>";
		}
	}*/
	function getY(v){
		var r=0;
		while (v !=null) {
			r += v.offsetTop;
			v = v.offsetParent;
		}
		return r;
	}
	function fix_cmsg_cont() {
		var i = 0;
		var fsize = ["16px", "14px", "12px", "10px", "8px" ];
		var _c = document.getElementById("model");
		
		while(i < fsize.length) {
			if ((getY(_c) + _c.offsetHeight) > getY(document.getElementById("symb"))) {
				_c.style.fontSize = fsize[i];
				i++;
			} else {
				break;
			}
		}
	}
</script>
</head>

<body id="login_body" onload="loginDomain(false);fix_cmsg_cont();">
<form name="f" action="/" enctype="application/x-www-form-urlencoded" method="post" autocomplete="off">
<div class="l-wrap">
    <div class="login_bg">
        <div class="related">
            <div class="logo"><img src='/logo/logo' style='width:103px; height:29px'></div>
			<div class="model" id="model" name="model">USG310</div>
        </div>
        <div class="usg_icon" id="symb" name="symb"></div>
        <div class="content_bg"><div class="section_bg"> </div></div>
        <div class="section">
            <!-- show login section beginning -->
  
Port 10000 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Sun, 22 Feb 2026 02:15:19 GMT
Server: ipos/7.0 UPnP/1.0 TL-WR941N/2.0
Last-Modified: Tue, 08 Jun 2021 00:05:03 GMT
Content-Length: 11680
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "/TR/html4/strict.dtd">
<html>
    <head>
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <title>CrushFTP WebInterface</title>
        <link rel="stylesheet" type="text/css" href="/WebInterface/jQuery/css/login.css" />
        <script type="text/javascript" src="/WebInterface/Resources/js/jquery-1.9.1.js"></script>
        <script type="text/javascript" src="/WebInterface/Resources/js/jquery-migrate-1.2.1.min.js"></script>
        <script type="text/javascript" src="/WebInterface/jQuery/js/jquery-ui-1.8.2.custom.min.js"></script>
        <script type="text/javascript" src="/WebInterface/jQuery/js/jquery.blockUI.js"></script>
        <script type="text/javascript" src="/WebInterface/Resources/js/login.js"></script>
        
        <script type="text/javascript">
        function showRecaptcha(element, callback) {
            if(window.grecaptcha)
            {
                callback = callback || function(){};
                window.grecaptcha.render(element, {
                    'sitekey' : "/*RECAPTCHA_PUBLIC_KEY*/",
                    'callback' : callback
                });
            }
        }
        window.onload = function() {
            /*RECAPTCHA*/
        };
        var passwordRule = {random_password_length:6,min_password_numbers:0,min_password_lowers:0,min_password_uppers:0,min_password_specials:0};
        </script>
        <script></script>
    </head>
    <body style="overflow-x: hidden; overflow-y: auto;" class="login">
        
        <div id="login">
            <div id="languageSelector" style="display:none;">
                <select>
                    <option value="en" rel="English">English</option>
                    <option value="cn" rel="Chinese">Chinese</option>
                    <option value="cs" rel="Czech">Czech</option>
                    <option value="da" rel="Danish">Danish</option>
                    <option value="nl" rel="Dutch">Dutch</option>
                    <option value="fr" rel="French">French</option>
                    <option value="de" rel="German">German</option>
                    <option value="hu" rel="Hungarian">Hungarian</option>
                    <option value="it" rel="Italian">Italian</option>
                    <option value="ko" rel="Korean">Korean</option>
                    <option value="pl" rel="Polish">Polish</option>
                    <option value="ro" rel="Romanian">Romanian</option>
                    <option value="ru" rel="Russian">Russian</option>
                    <option value="sk" rel="Slovak">Slovak</option>
                    <option value="es" rel="Spanish">Spanish</option>
                    <option value="se" rel="Swedish">Swedish</option>
                </select>
            </div>
            <form id="loginForm" name="loginForm" method="post" action="/" onSubmit="return doLogin2();">
                <div id="panelbody">
                    <div id="branding" class="clearfix branding">
                        <img id="loginWheel" src="/WebInterface/images/wheel.gif" />
                        <a id="defaultLogoLink" href="/">
                            <img id="imgLogo" src="/WebInterface/images/logo.png" style="border-width:0px;float:left;" />
                        </a>
                    </div>
                    <div id="panelLogin">
                        <div>
                            <label id="UserNameText">Username</label>
                            <input tabindex="1" autocomplete="on" type="text" class="textbox" name="username" id="username" value="" />
                        </div>
                        <div>
                            <label id="PasswordText">Password</label>
                            <input tab
Port 80 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Sat, 21 Feb 2026 18:15:19 GMT
Server: Python/3.11 aiohttp/3.9.5
Last-Modified: Tue, 20 Aug 2019 00:05:03 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 446

<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Ray Dashboard</title><script defer="defer" src="./static/js/main.8c11aab8.js"></script><link href="./static/css/main.388a904b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Port 83 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Sat, 21 Feb 2026 23:47:10 GMT
Server: Virata-EmWeb/R6_2_0
Last-Modified: Mon, 11 Apr 2022 00:05:03 GMT
Content-Length: 16915
Content-Type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-control" content="no-cache">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
<title>AiCloud</title>
<style>
html{
margin:0 0;
padding:0px;
font-family:"Segoe UI",Arial;
}
body{
display: block;
overflow: hidden;
}

input,#ok {
background:transparent url("/smb/css/style-theme.png") no-repeat top left;
}

#login_logo{
width:300px;
height:76px;
background:transparent url("/smb/css/logo.jpg") no-repeat top left;
position: absolute;
top: 60px;
}

#ok{
background-position: -200px -390px;
width:40px;
height:40px;
float:right;
}
#title1{
color:#fff;
font-size:30px
}
#title2{
color:#fff;
font-size:20px
}
input {
font-size: 14px;
text-shadow: 0px 1px 0px white;
outline: none;
background-position: 0 -540px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
padding-left:3px;
}
div.cap_num{
width:40px;
height:40px;
float:right;
}
.unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.table_x{
position: relative;
padding: 20px 40px 0 40px;
font-size: 20px;
display:none;
}
.table_x input{
width:220px;
height:36px;
font-size: 20px;
}
.table_x .table_label_x{
color:#ffffff;
}
</style>
<script type="text/javascript" src="/smb/js/tools.js"></script>
<script type='text/javascript' src='/smb/js/davclient_tools.js'></script>
<script type="text/javascript">
var this_url;
var m = new lang();
var g_storage = new myStorage();
var g_captcha = -1;

function makeid(){
    var text = "";
    var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";

    for( var i=0; i < 20; i++ )
        text += possible.charAt(Math.floor(Math.random() * possible.length));

    return text;
}

$("document").ready(function() {
        //- create access token
        var asus_token = ( g_storage.gett('asus_token') == undefined ) ? '' : g_storage.gett('asus_token');
        if(asus_token==""){
                asus_token = makeid();
                g_storage.sett('asus_token', asus_token);
        }

        var loc_lan = String(window.navigator.userLanguage || window.navigator.language).toLowerCase();
        var lan = ( g_storage.get('lan') == undefined ) ? loc_lan : g_storage.get('lan');
        m.setLanguage(lan);

        $('label#username').text(m.getString('title_username2'));
        $('label#password').text(m.getString('title_password2'));
        // $('label#captcha').text(m.getString('title_captcha'));

        this_url = $("input.urlInfo").attr("value");

        if(this_url!="/"){
                $("div#title1").text(m.getString('title_login'));
                $("div#title2").text(this_url);
        }

        var browserVer = navigator.userAgent.toLowerCase();
        if( isIE() &&
                getInternetExplorerVersion() <= 7 ){

                $("table#table_login").remove();

                var append_html = '<table border="0" cellpadding="0" cellspacing="3" style="position: relative;left:40px;padding-top:20px"><tbody><tr><td width="240px">';
                append_html += '<font color="white" size="4">';
                append_html += '<label>';
                append_html += m.getString('msg_browsersupport');
                append_html += '</label>';
                append_html += '</font>';
  
Port 3130 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Sat, 21 Feb 2026 22:15:19 GMT
Server: Python/3.11 aiohttp/3.9.5
Last-Modified: Tue, 20 Aug 2019 00:05:03 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 446

<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Ray Dashboard</title><script defer="defer" src="./static/js/main.8c11aab8.js"></script><link href="./static/css/main.388a904b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Port 9050 ventrilo Copy
HTTP/1.1 200 OK
Connection: close
Date: Sat, 21 Feb 2026 20:43:29 GMT
Server: ipos/7.0 UPnP/1.0 TL-WR941N/2.0
Last-Modified: Tue, 08 Jun 2021 00:05:03 GMT
Content-Length: 11680
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "/TR/html4/strict.dtd">
<html>
    <head>
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <title>CrushFTP WebInterface</title>
        <link rel="stylesheet" type="text/css" href="/WebInterface/jQuery/css/login.css" />
        <script type="text/javascript" src="/WebInterface/Resources/js/jquery-1.9.1.js"></script>
        <script type="text/javascript" src="/WebInterface/Resources/js/jquery-migrate-1.2.1.min.js"></script>
        <script type="text/javascript" src="/WebInterface/jQuery/js/jquery-ui-1.8.2.custom.min.js"></script>
        <script type="text/javascript" src="/WebInterface/jQuery/js/jquery.blockUI.js"></script>
        <script type="text/javascript" src="/WebInterface/Resources/js/login.js"></script>
        
        <script type="text/javascript">
        function showRecaptcha(element, callback) {
            if(window.grecaptcha)
            {
                callback = callback || function(){};
                window.grecaptcha.render(element, {
                    'sitekey' : "/*RECAPTCHA_PUBLIC_KEY*/",
                    'callback' : callback
                });
            }
        }
        window.onload = function() {
            /*RECAPTCHA*/
        };
        var passwordRule = {random_password_length:6,min_password_numbers:0,min_password_lowers:0,min_password_uppers:0,min_password_specials:0};
        </script>
        <script></script>
    </head>
    <body style="overflow-x: hidden; overflow-y: auto;" class="login">
        
        <div id="login">
            <div id="languageSelector" style="display:none;">
                <select>
                    <option value="en" rel="English">English</option>
                    <option value="cn" rel="Chinese">Chinese</option>
                    <option value="cs" rel="Czech">Czech</option>
                    <option value="da" rel="Danish">Danish</option>
                    <option value="nl" rel="Dutch">Dutch</option>
                    <option value="fr" rel="French">French</option>
                    <option value="de" rel="German">German</option>
                    <option value="hu" rel="Hungarian">Hungarian</option>
                    <option value="it" rel="Italian">Italian</option>
                    <option value="ko" rel="Korean">Korean</option>
                    <option value="pl" rel="Polish">Polish</option>
                    <option value="ro" rel="Romanian">Romanian</option>
                    <option value="ru" rel="Russian">Russian</option>
                    <option value="sk" rel="Slovak">Slovak</option>
                    <option value="es" rel="Spanish">Spanish</option>
                    <option value="se" rel="Swedish">Swedish</option>
                </select>
            </div>
            <form id="loginForm" name="loginForm" method="post" action="/" onSubmit="return doLogin2();">
                <div id="panelbody">
                    <div id="branding" class="clearfix branding">
                        <img id="loginWheel" src="/WebInterface/images/wheel.gif" />
                        <a id="defaultLogoLink" href="/">
                            <img id="imgLogo" src="/WebInterface/images/logo.png" style="border-width:0px;float:left;" />
                        </a>
                    </div>
                    <div id="panelLogin">
                        <div>
                            <label id="UserNameText">Username</label>
                            <input tabindex="1" autocomplete="on" type="text" class="textbox" name="username" id="username" value="" />
                        </div>
                        <div>
                            <label id="PasswordText">Password</label>
                            <input tab

No vulnerabilities found.

Port 8443 - TLS Details
TLSv1.3
0x1302
Sectigo RSA Organization Validation Secure Server CA
ops.siemens-healthineers.lan
2026-07-11