Host 188.93.245.34
Russia
Smart Telecom Limited
Software information

nginx nginx 1.12.2

tcp/443 tcp/80

  • Open service 188.93.245.34:80 · trd-2017.trans-tech.ru

    2026-01-04 21:01

    HTTP/1.1 301 Moved Permanently
    Server: nginx/1.12.2
    Date: Sun, 04 Jan 2026 21:01:23 GMT
    Content-Type: text/html
    Content-Length: 185
    Connection: close
    Location: https://trd-2017.trans-tech.ru/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx/1.12.2</center>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 188.93.245.34:443 · trd-2017.trans-tech.ru

    2026-01-04 21:01

    HTTP/1.1 502 Bad Gateway
    Server: nginx/1.12.2
    Date: Sun, 04 Jan 2026 21:01:23 GMT
    Content-Type: text/html
    Content-Length: 173
    Connection: close
    
    Page title: 502 Bad Gateway
    
    <html>
    <head><title>502 Bad Gateway</title></head>
    <body bgcolor="white">
    <center><h1>502 Bad Gateway</h1></center>
    <hr><center>nginx/1.12.2</center>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 188.93.245.34:443 · ftp.trans-tech.ru

    2026-01-04 21:01

    HTTP/1.1 200 OK
    Server: nginx/1.12.2
    Date: Sun, 04 Jan 2026 21:01:23 GMT
    Content-Type: text/html;charset=utf-8
    Content-Length: 8489
    Connection: close
    
    Page title: Личный кабинет
    
    <!DOCTYPE html>
    <html>
    
    <head>
      <title>Личный кабинет</title>
      <meta charset="utf-8" />
      <meta name="keywords" content="" />
      <meta name="description" content="" />
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <style>
        :root {
          --blue_one: #1d3093;
          --blue_two: #3f51b5;
          --blue_three: #5c6bc0;
          --blue_four: #7986cb;
          --white_one: #ffffff;
          --white_two: #eeeeee;
          --white_three: #cccccc;
          --color_red: #ff0000;
        }
    
        * {
          margin: 0;
          padding: 0;
          font-size: 1rem;
        }
    
        *,
        *::before,
        *::after {
          box-sizing: border-box;
        }
    
        body {
          background-color: var(--blue_one);
          width: 100%;
          height: 100vh;
          display: block;
          justify-content: center;
          align-items: center;
          font-family: Roboto, Arial, sans-serif;
          font-weight: 300;
          overflow: hidden;
        }
    
        .container1 {
          height: 20vh;
          background-color: var(--blue_two);
          flex-direction: column;
          width: 100vw;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          flex-basis: 0;
          flex-grow: 1;
        }
    
        .container2 {
          height: 50vh;
          background-color: var(--blue_two);
          flex-direction: column;
          width: 100vw;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          flex-basis: 0;
          flex-grow: 1;
        }
    
        .container3 {
          flex-direction: column;
          width: 100vw;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          flex-basis: 0;
          flex-grow: 1;
        }
    
    
        input[type="button"],
        input[type="text"],
        input[type="password"] {
          overflow: hidden;
          position: relative;
          box-sizing: border-box;
          height: auto;
          padding: 0.2rem 0.5rem;
          cursor: text;
          width: 14rem;
          border: 1px solid transparent;
          padding: 0.2rem 0.5rem;
          line-height: 1.5;
          border-radius: 0.25rem;
          margin: 0.2rem auto;
          background-color: var(--white_two);
        }
    
        input[type="text"]:hover,
        input[type="password"]:hover,
        input[type="text"]:focus,
        input[type="password"]:focus {
          background-color: var(--white_one);
        }
    
        input[type="button"] {
          color: var(--white_three);
          background-color: var(--blue_one);
          cursor: pointer;
        }
    
        input[type="button"]:hover {
          color: var(--color_white);
          background-color: var(--blue_four);
          border-color: var(--blue_one);
          text-decoration: none;
          font-weight: 400;
        }
    
        #infoLogin {
          display: none;
          margin-top: 1.4rem;
          color: var(--color_red);
          font-weight: 400;
        }
    
        .banner__content {
          background: var(--blue_two);
          padding-top: 1%;
          padding-bottom: 1%;
        }
    
        .banner__content .title {
          text-align: center;
          justify-content: center;
          color: var(--white_one);
          font-size: 2.5rem;
          line-height: 1.2;
          width: 100vw;
        }
    
        @keyframes move {
          from {
            transform: translate(-90px, 0%);
          }
    
          to {
            transform: translate(90px, 0%);
          }
        }
    
        .banner svg {
          width: 100vw;
          width: 100%;
          background: var(--blue_two);
          display: block;
          height: 15vh;
        }
    
        .banner svg>g>use {
          animation: move 30s linear infinite;
        }
    
        .banner svg>g>use:nth-child(1) {
          animation-delay: -1s;
          fill: var(--blue_four);
        }
    
        .banner svg>g>use:nth-child(2) {
          animation-delay: -7s;
          animation-duration: 15s;
          fill: var(--blue_three);
        }
    
        .banner svg>g>use:nth-child(3) {
          animation-delay: -4s;
          animation-duration: 8s;
          fill: var(--blue_one);
        }
      </style>
    </head>
    
    <body>
      <section class="container1">
        <div class="ban
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 188.93.245.34:443 · mail.trans-tech.ru

    2026-01-04 21:01

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sun, 04 Jan 2026 21:01:24 GMT
    X-Frame-Options: SAMEORIGIN
    Expires: -1
    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Pragma: no-cache
    Content-Language: en-US
    Set-Cookie: ZM_TEST=true;Secure
    Set-Cookie: ZM_LOGIN_CSRF=933bbc63-945e-4193-924d-fbe72933558f;Secure;HttpOnly
    Vary: User-Agent
    X-UA-Compatible: IE=edge
    Vary: Accept-Encoding, User-Agent
    
    Page title: Zimbra Web Client Sign In
    
    <!DOCTYPE html>
    <!-- set this class so CSS definitions that now use REM size, would work relative to this.
    	Since now almost everything is relative to one of the 2 absolute font size classese -->
    <html class="user_font_size_normal" lang="en">
    <head>
    <!--
     login.jsp
     * ***** BEGIN LICENSE BLOCK *****
     * Zimbra Collaboration Suite Web Client
     * Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Synacor, Inc.
     *
     * This program is free software: you can redistribute it and/or modify it under
     * the terms of the GNU General Public License as published by the Free Software Foundation,
     * version 2 of the License.
     *
     * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
     * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     * See the GNU General Public License for more details.
     * You should have received a copy of the GNU General Public License along with this program.
     * If not, see <https://www.gnu.org/licenses/>.
     * ***** END LICENSE BLOCK *****
    -->
    	<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
    	<title>Zimbra Web Client Sign In</title>
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta name="description" content="Zimbra provides open source server and client software for messaging and collaboration. To find out more visit https://www.zimbra.com.">
    	<meta name="apple-mobile-web-app-capable" content="yes" />
    	<meta name="apple-mobile-web-app-status-bar-style" content="black" />
    	<link rel="stylesheet" type="text/css" href="/css/common,login,zhtml,skin.css?skin=harmony&v=190308074807">
    	<link rel="SHORTCUT ICON" href="/img/logo/favicon.ico">
    
    
    </head>
    <body onload="onLoad();">
    
    	<div class="LoginScreen">
    		<div class="center">
    			<div class="contentBox">
    				<h1><a href="https://www.zimbra.com/" id="bannerLink" target="_new" title='Zimbra'><span class="ScreenReaderOnly">Zimbra</span>
    					<span class="ImgLoginBanner"></span>
    				</a></h1>
    				<div id="ZLoginAppName">Web Client</div>
    				<form method="post" name="loginForm" action="/" accept-charset="UTF-8">
    								<input type="hidden" name="loginOp" value="login"/>
    								<input type="hidden" name="login_csrf" value="933bbc63-945e-4193-924d-fbe72933558f"/>
    
    								<table class="form">
                            <tr>
                                            <td><label for="username">Username:</label></td>
                                            <td><input id="username" class="zLoginField" name="username" type="text" value="" size="40" maxlength="1024" autocapitalize="off" autocorrect="off"/></td>
                                            </tr>
                                            <tr>
                                    <td><label for="password">Password:</label></td>
                                    <td><input id="password" autocomplete="off" class="zLoginField" name="password" type="password" value="" size="40" maxlength="1024"/></td>
                                    </tr>
                                    <tr>
                                    <td>&nbsp;</td>
                                    <td class="submitTD">
                                    <input id="remember" value="1" type="checkbox" name="zrememberme" />
                                        <label for="remember">Stay signed in</label>
                                    <input type="submit" class="ZLoginButton DwtButton" value="Sign In" />
                                    </td>
                                    </tr>
    			
    				<tr >
                                <td colspan="2"><hr/></td>
                                </tr>
                                <tr >
                                <td>
                                <label for="client">Version:</label>
                                </td>
                                <td>
                                <div class="positioning">
                                <select id="client" name="client" onchange="clientChange(this.options[this.selectedIndex].value)">
                                        <option value="preferred"  > Default</option>
                    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 188.93.245.34:443 · portal.trans-tech.ru

    2026-01-04 21:01

    HTTP/1.1 200 OK
    Server: nginx/1.12.2
    Date: Sun, 04 Jan 2026 21:01:23 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: 32109
    Connection: close
    Vary: HTTPS
    P3P: policyref="/bitrix/p3p.xml", CP="NON DSP COR CUR ADM DEV PSA PSD OUR UNR BUS UNI COM NAV INT DEM STA"
    X-Powered-CMS: Bitrix Site Manager (84b3ef82edfe93146fc032f1a42e42ee)
    Set-Cookie: PHPSESSID=GZCsCL3RQNaPM5gMAr1ekiIh4rdw9MDe; path=/; HttpOnly
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    X-Frame-Options: SAMEORIGIN
    Content-Security-Policy: frame-ancestors 'self';
    X-Bitrix-Ajax-Status: Authorize
    X-Content-Type-Options: nosniff
    
    Page title: Войти в Битрикс24
    
    <!DOCTYPE html>
    <html >
    <head>
    	<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=320">
    	<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
    	<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
    	<link rel="preload" href="/bitrix/templates/login/images/bg/winter/horizontal-1920-preview.webp" as="image">
    	<link rel="preload" href="/bitrix/templates/login/images/bg/winter/horizontal-1024-preview.webp" as="image">
    	<link rel="preload" href="/bitrix/templates/login/images/bg/winter/vert-1024-preview.webp" as="image">
    	<link href="/bitrix/js/ui/design-tokens/dist/ui.design-tokens.min.css?171679008023463" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/main/core/css/core_ui_control.min.css?16642758551789" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/fonts/opensans/ui.font.opensans.min.css?16642758422320" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/main/popup/dist/main.popup.bundle.min.css?175074402528056" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/main/core/css/core_ui_select.min.css?16642758558667" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/intranet/intranet-common.min.css?166427587061199" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/icon-set/icon-base.min.css?17653480091877" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/icon-set/actions/style.min.css?175074404619578" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/date-picker/dist/date-picker.bundle.min.css?173337998119171" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/main/core/css/core_ui_date.min.css?1661529441593" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/icons/base/ui.icons.base.min.css?16807862351067" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/icons/b24/ui.icons.b24.min.css?17510051482396" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/icons/disk/ui.icons.disk.min.css?17556716553322" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/icons/service/ui.icons.service.min.css?176534800861453" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/design-tokens/air/dist/air-design-tokens.min.css?1765348008109604" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/switcher/dist/ui.switcher.bundle.min.css?17507440456763" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/cnt/ui.cnt.min.css?17507440454259" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/cnt/dist/cnt.bundle.min.css?17510051485784" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/icon-set/outline/style.min.css?1765348009108400" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/icon-set/main/style.min.css?175074404674857" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/buttons/dist/ui.buttons.bundle.min.css?176534800874719" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/fonts/roboto/ui.font.roboto.min.css?16642758424037" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/fonts/montserrat/ui.font.montserrat.min.css?16642758422209" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/forms/ui.forms.min.css?173683550934564" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/ui/hint/ui.hint.min.css?17653480082086" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/js/main/loader/dist/loader.bundle.min.css?16615294422029" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/cache/css/s1/login/page_893f3038d1ab786238fb8a2064c65a92/page_893f3038d1ab786238fb8a2064c65a92_v1.css?176707594621548" type="text/css"  rel="stylesheet" />
    <link href="/bitrix/cache/css/s1/login/template_63aeb739ece8a3711aae847bc48a014c/template_63aeb739ece8a3711aae847bc48a014c_v1.css?176707594692115" type="text/css"  data-template-style="true" rel="stylesheet" />
    	<script>if(!window.BX)window.BX={};if(!window.BX.message)window.BX.message=function(mess){if(typeof mess==='object'){for(let i in mess) {BX.message[i]=mess[i];}
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 188.93.245.34:80 · ftp.trans-tech.ru

    2026-01-04 21:01

    HTTP/1.1 301 Moved Permanently
    Server: nginx/1.12.2
    Date: Sun, 04 Jan 2026 21:01:23 GMT
    Content-Type: text/html
    Content-Length: 185
    Connection: close
    Location: https://ftp.trans-tech.ru/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx/1.12.2</center>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 188.93.245.34:80 · mail.trans-tech.ru

    2026-01-04 21:01

    HTTP/1.1 301 Moved Permanently
    Server: nginx/1.12.2
    Date: Sun, 04 Jan 2026 21:01:22 GMT
    Content-Type: text/html
    Content-Length: 185
    Connection: close
    Location: https://mail.trans-tech.ru/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx/1.12.2</center>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
ftp.trans-tech.rumail.trans-tech.ruportal.trans-tech.rurdp.trans-tech.rutrd-2017.trans-tech.ru
CN:
rdp.trans-tech.ru
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-04 20:02
Not after:
2026-04-04 20:02