Host 188.225.24.64
Russia
TimeWeb Ltd.
Ubuntu
Software information

nginx nginx 1.18.0

tcp/443 tcp/80 tcp/81

  • Git configuration and history exposed
    First seen 2021-06-15 00:15
    Last seen 2023-04-11 08:45
    Open for 665 days
    • Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522ac42ced9

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://leodav@bitbucket.org/leodav/ilf.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2021-06-15 00:15
      268 Bytes
  • Open service 188.225.24.64:8080

    2024-03-11 03:01

    HTTP/1.1 400 Bad Request
    Content-Type: text/plain; charset=utf-8
    Sec-Websocket-Version: 13
    X-Content-Type-Options: nosniff
    Date: Mon, 11 Mar 2024 03:01:57 GMT
    Content-Length: 12
    Connection: close
    
    
    Bad Request
    
    Found 2024-03-11 by HttpPlugin
    Create report
  • Open service 188.225.24.64:81

    2024-03-03 18:06

    HTTP/1.1 200 OK
    Server: nginx/1.18.0 (Ubuntu)
    Date: Sun, 03 Mar 2024 18:06:26 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 113967
    Connection: close
    X-Powered-By: Express
    ETag: W/"1bd2f-rmODfcPLH50SDlRoguQ1wxDju4M"
    
    Page title: Users Database
    
    <!DOCTYPE html>
    <html lang="ru">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Users Database</title>
        <style>
            html {
                margin: auto;
                max-width: 1500px;
                padding: 0 25px 50px 25px;
            }
    
            body {
                margin: 0;
                font-family: var(--bs-body-font-family);
                font-size: var(--bs-body-font-size);
                font-weight: var(--bs-body-font-weight);
                line-height: var(--bs-body-line-height);
                color: var(--bs-body-color);
                text-align: var(--bs-body-text-align);
                background-color: var(--bs-body-bg);
                -webkit-text-size-adjust: 100%;
                -webkit-tap-highlight-color: transparent;
            }
    
            input[type="search"] {
                border: 1px solid #ccc;
                border-radius: 8px;
                padding: 10px;
                font-size: 16px;
                width: 80%;
                margin-bottom: 2vh;
            }
    
            label {
                font-weight: bold;
            }
    
            a {
                text-decoration: none;
                color: #000;
            }
    
            input[type="search"]::placeholder {
                color: #999;
            }
    
            button {
                background-color: #3d3d3d;
                color: white;
                padding: 10px 15px;
                border: none;
                border-radius: 8px;
                cursor: pointer;
            }
    
            table {
                border-collapse: collapse;
                width: 100%;
            }
    
            th,
            td {
                border: 1px solid #dddddd;
                text-align: left;
                padding: 8px;
                white-space: nowrap;
            }
    
            th {
                background-color: #f2f2f2;
                cursor: pointer;
            }
    
            .modules {
                margin-top: 20px;
            }
    
            .module-title {
                font-size: 18px;
                margin-bottom: 10px;
                display: flex;
                justify-content: space-between;
            }
    
            .module-title h2 {
                margin-right: 10px;
            }
    
            .header-row {
                background-color: #ddd; /* Цвет фона заголовков */
            }
    
            .header-row th {
                background-color: #aaa; /* Цвет фона каждого заголовка */
                color: white; /* Цвет текста заголовка */
            }
        </style>
        <script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
        <script>
            $(document).ready(function () {
                $('#search').on('input', function () {
                    var searchTerm = $(this).val().toLowerCase();
        
                    $('tbody tr').each(function () {
                        var found = false;
        
                        // Перебираем все ячейки в строке
                        $(this).find('td').each(function () {
                            var cellText = $(this).text().toLowerCase();
                            if (cellText.includes(searchTerm)) {
                                found = true;
                                return false; // Выходим из цикла, так как нашли совпадение
                            }
                        });
        
                        if (found) {
                            $(this).show();
                        } else {
                            $(this).hide();
                        }
                    });
                });
        
                $('form').on('submit', function (e) {
                    e.preventDefault();
                    // Вы можете добавить дополнительные действия при необходимости
                });
            });
        </script>
        <script>
            $(document).ready(function () {
                var isSearching = false;
        
                // Функция для вывода типа значения в консоль
                function logValueType(value) {
     
    Found 2024-03-03 by HttpPlugin
    Create report
  • Open service 188.225.24.64:80

    2024-03-02 14:24

    HTTP/1.1 200 OK
    Server: nginx/1.18.0 (Ubuntu)
    Date: Sat, 02 Mar 2024 14:24:07 GMT
    Content-Type: text/html
    Content-Length: 612
    Last-Modified: Fri, 16 Feb 2024 12:06:33 GMT
    Connection: close
    ETag: "65cf4fc9-264"
    Accept-Ranges: bytes
    
    Page title: Welcome to nginx!
    
    <!DOCTYPE html>
    <html>
    <head>
    <title>Welcome to nginx!</title>
    <style>
        body {
            width: 35em;
            margin: 0 auto;
            font-family: Tahoma, Verdana, Arial, sans-serif;
        }
    </style>
    </head>
    <body>
    <h1>Welcome to nginx!</h1>
    <p>If you see this page, the nginx web server is successfully installed and
    working. Further configuration is required.</p>
    
    <p>For online documentation and support please refer to
    <a href="http://nginx.org/">nginx.org</a>.<br/>
    Commercial support is available at
    <a href="http://nginx.com/">nginx.com</a>.</p>
    
    <p><em>Thank you for using nginx.</em></p>
    </body>
    </html>
    
    Found 2024-03-02 by HttpPlugin
    Create report
  • Open service 188.225.24.64:443

    2024-03-02 13:49

    HTTP/1.1 200 OK
    Server: nginx/1.18.0 (Ubuntu)
    Date: Sat, 02 Mar 2024 13:49:42 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 114039
    Connection: close
    X-Powered-By: Express
    ETag: W/"1bd77-I6VT8hiYi45/B+5wQ9d1uK9FgKI"
    
    Page title: Users Database
    
    <!DOCTYPE html>
    <html lang="ru">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Users Database</title>
        <style>
            html {
                margin: auto;
                max-width: 1500px;
                padding: 0 25px 50px 25px;
            }
    
            body {
                margin: 0;
                font-family: var(--bs-body-font-family);
                font-size: var(--bs-body-font-size);
                font-weight: var(--bs-body-font-weight);
                line-height: var(--bs-body-line-height);
                color: var(--bs-body-color);
                text-align: var(--bs-body-text-align);
                background-color: var(--bs-body-bg);
                -webkit-text-size-adjust: 100%;
                -webkit-tap-highlight-color: transparent;
            }
    
            input[type="search"] {
                border: 1px solid #ccc;
                border-radius: 8px;
                padding: 10px;
                font-size: 16px;
                width: 80%;
                margin-bottom: 2vh;
            }
    
            label {
                font-weight: bold;
            }
    
            a {
                text-decoration: none;
                color: #000;
            }
    
            input[type="search"]::placeholder {
                color: #999;
            }
    
            button {
                background-color: #3d3d3d;
                color: white;
                padding: 10px 15px;
                border: none;
                border-radius: 8px;
                cursor: pointer;
            }
    
            table {
                border-collapse: collapse;
                width: 100%;
            }
    
            th,
            td {
                border: 1px solid #dddddd;
                text-align: left;
                padding: 8px;
                white-space: nowrap;
            }
    
            th {
                background-color: #f2f2f2;
                cursor: pointer;
            }
    
            .modules {
                margin-top: 20px;
            }
    
            .module-title {
                font-size: 18px;
                margin-bottom: 10px;
                display: flex;
                justify-content: space-between;
            }
    
            .module-title h2 {
                margin-right: 10px;
            }
    
            .header-row {
                background-color: #ddd; /* Цвет фона заголовков */
            }
    
            .header-row th {
                background-color: #aaa; /* Цвет фона каждого заголовка */
                color: white; /* Цвет текста заголовка */
            }
        </style>
        <script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
        <script>
            $(document).ready(function () {
                $('#search').on('input', function () {
                    var searchTerm = $(this).val().toLowerCase();
        
                    $('tbody tr').each(function () {
                        var found = false;
        
                        // Перебираем все ячейки в строке
                        $(this).find('td').each(function () {
                            var cellText = $(this).text().toLowerCase();
                            if (cellText.includes(searchTerm)) {
                                found = true;
                                return false; // Выходим из цикла, так как нашли совпадение
                            }
                        });
        
                        if (found) {
                            $(this).show();
                        } else {
                            $(this).hide();
                        }
                    });
                });
        
                $('form').on('submit', function (e) {
                    e.preventDefault();
                    // Вы можете добавить дополнительные действия при необходимости
                });
            });
        </script>
        <script>
            $(document).ready(function () {
                var isSearching = false;
        
                // Функция для вывода типа значения в консоль
                function logValueType(value) {
     
    Found 2024-03-02 by HttpPlugin
    Create report
  • Open service 188.225.24.64:443

    2024-03-01 20:42

    HTTP/1.1 200 OK
    Server: nginx/1.18.0 (Ubuntu)
    Date: Fri, 01 Mar 2024 20:42:54 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 113080
    Connection: close
    X-Powered-By: Express
    ETag: W/"1b9b8-iqjJ3arTEq1Gdfty6zaZgJ95WKo"
    
    Page title: Users Database
    
    <!DOCTYPE html>
    <html lang="ru">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Users Database</title>
        <style>
            html {
                margin: auto;
                max-width: 1500px;
                padding: 0 25px 50px 25px;
            }
    
            body {
                margin: 0;
                font-family: var(--bs-body-font-family);
                font-size: var(--bs-body-font-size);
                font-weight: var(--bs-body-font-weight);
                line-height: var(--bs-body-line-height);
                color: var(--bs-body-color);
                text-align: var(--bs-body-text-align);
                background-color: var(--bs-body-bg);
                -webkit-text-size-adjust: 100%;
                -webkit-tap-highlight-color: transparent;
            }
    
            input[type="search"] {
                border: 1px solid #ccc;
                border-radius: 8px;
                padding: 10px;
                font-size: 16px;
                width: 80%;
                margin-bottom: 2vh;
            }
    
            label {
                font-weight: bold;
            }
    
            a {
                text-decoration: none;
                color: #000;
            }
    
            input[type="search"]::placeholder {
                color: #999;
            }
    
            button {
                background-color: #3d3d3d;
                color: white;
                padding: 10px 15px;
                border: none;
                border-radius: 8px;
                cursor: pointer;
            }
    
            table {
                border-collapse: collapse;
                width: 100%;
            }
    
            th,
            td {
                border: 1px solid #dddddd;
                text-align: left;
                padding: 8px;
                white-space: nowrap;
            }
    
            th {
                background-color: #f2f2f2;
                cursor: pointer;
            }
    
            .modules {
                margin-top: 20px;
            }
    
            .module-title {
                font-size: 18px;
                margin-bottom: 10px;
                display: flex;
                justify-content: space-between;
            }
    
            .module-title h2 {
                margin-right: 10px;
            }
    
            .header-row {
                background-color: #ddd; /* Цвет фона заголовков */
            }
    
            .header-row th {
                background-color: #aaa; /* Цвет фона каждого заголовка */
                color: white; /* Цвет текста заголовка */
            }
        </style>
        <script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
        <script>
            $(document).ready(function () {
                $('#search').on('input', function () {
                    var searchTerm = $(this).val().toLowerCase();
        
                    $('tbody tr').each(function () {
                        var found = false;
        
                        // Перебираем все ячейки в строке
                        $(this).find('td').each(function () {
                            var cellText = $(this).text().toLowerCase();
                            if (cellText.includes(searchTerm)) {
                                found = true;
                                return false; // Выходим из цикла, так как нашли совпадение
                            }
                        });
        
                        if (found) {
                            $(this).show();
                        } else {
                            $(this).hide();
                        }
                    });
                });
        
                $('form').on('submit', function (e) {
                    e.preventDefault();
                    // Вы можете добавить дополнительные действия при необходимости
                });
            });
        </script>
        <script>
            $(document).ready(function () {
                var isSearching = false;
        
                // Функция для вывода типа значения в консоль
                function logValueType(value) {
     
    Found 2024-03-01 by HttpPlugin
    Create report
  • Open service 188.225.24.64:81

    2024-03-01 11:27

    HTTP/1.1 200 OK
    Server: nginx/1.18.0 (Ubuntu)
    Date: Fri, 01 Mar 2024 11:27:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 113078
    Connection: close
    X-Powered-By: Express
    ETag: W/"1b9b6-JrYze+git7fHTPIv21jER8MfWU0"
    
    Page title: Users Database
    
    <!DOCTYPE html>
    <html lang="ru">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Users Database</title>
        <style>
            html {
                margin: auto;
                max-width: 1500px;
                padding: 0 25px 50px 25px;
            }
    
            body {
                margin: 0;
                font-family: var(--bs-body-font-family);
                font-size: var(--bs-body-font-size);
                font-weight: var(--bs-body-font-weight);
                line-height: var(--bs-body-line-height);
                color: var(--bs-body-color);
                text-align: var(--bs-body-text-align);
                background-color: var(--bs-body-bg);
                -webkit-text-size-adjust: 100%;
                -webkit-tap-highlight-color: transparent;
            }
    
            input[type="search"] {
                border: 1px solid #ccc;
                border-radius: 8px;
                padding: 10px;
                font-size: 16px;
                width: 80%;
                margin-bottom: 2vh;
            }
    
            label {
                font-weight: bold;
            }
    
            a {
                text-decoration: none;
                color: #000;
            }
    
            input[type="search"]::placeholder {
                color: #999;
            }
    
            button {
                background-color: #3d3d3d;
                color: white;
                padding: 10px 15px;
                border: none;
                border-radius: 8px;
                cursor: pointer;
            }
    
            table {
                border-collapse: collapse;
                width: 100%;
            }
    
            th,
            td {
                border: 1px solid #dddddd;
                text-align: left;
                padding: 8px;
                white-space: nowrap;
            }
    
            th {
                background-color: #f2f2f2;
                cursor: pointer;
            }
    
            .modules {
                margin-top: 20px;
            }
    
            .module-title {
                font-size: 18px;
                margin-bottom: 10px;
                display: flex;
                justify-content: space-between;
            }
    
            .module-title h2 {
                margin-right: 10px;
            }
    
            .header-row {
                background-color: #ddd; /* Цвет фона заголовков */
            }
    
            .header-row th {
                background-color: #aaa; /* Цвет фона каждого заголовка */
                color: white; /* Цвет текста заголовка */
            }
        </style>
        <script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
        <script>
            $(document).ready(function () {
                $('#search').on('input', function () {
                    var searchTerm = $(this).val().toLowerCase();
        
                    $('tbody tr').each(function () {
                        var found = false;
        
                        // Перебираем все ячейки в строке
                        $(this).find('td').each(function () {
                            var cellText = $(this).text().toLowerCase();
                            if (cellText.includes(searchTerm)) {
                                found = true;
                                return false; // Выходим из цикла, так как нашли совпадение
                            }
                        });
        
                        if (found) {
                            $(this).show();
                        } else {
                            $(this).hide();
                        }
                    });
                });
        
                $('form').on('submit', function (e) {
                    e.preventDefault();
                    // Вы можете добавить дополнительные действия при необходимости
                });
            });
        </script>
        <script>
            $(document).ready(function () {
                var isSearching = false;
        
                // Функция для вывода типа значения в консоль
                function logValueType(value) {
     
    Found 2024-03-01 by HttpPlugin
    Create report
botvpnprox.apanelmarzbanapi.site
CN:
botvpnprox.apanelmarzbanapi.site
Key:
RSA-2048
Issuer:
R3
Not before:
2024-02-16 11:08
Not after:
2024-05-16 11:08
Domain summary
No record