Returning 10 result(s) out of 388 in 0.059 second(s)

  • 192.46.224.122:49592 (tcp/http) - last seen on 2024-11-07 at 05:21:41 UTC

    • IP
      192.46.224.122
      Network
      192.46.224.0/20
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://192.46.224.122:49592/ 200

      HTTP Title
      Citrix ADC VPX - Dashboard
      Reverse DNS
      192-46-224-122.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      Apache HTTP Server
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      a8bae4e05c09e607111906fb9b15c995
      HTTP Header MD5
      b5f84c2df4c330bf07452d16329298b5
      HTTP Body MD5
      d7c3b1798f21b9d0d88dc498d424bed3
    • HTTP/1.1 200 OK
      content-type: text/html; charset=UTF-8
      transfer-encoding: chunked
      server: Apache
      x-frame-options: SAMEORIGIN
      content-security-policy: default-src 'self'; style-src 'self' 'unsafe-inline' https://cdn-web.citrix.com/can.cdn/marketing/assets/fonts/citrix-fonts-linking.css; script-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src 'self'; img-src 'self' data: blob:; font-src 'self' data: https://cdn-web.citrix.com/can.cdn/marketing/assets/fonts/citrix-sans/; frame-ancestors 'self'; object-src 'none';
      feature-policy: camera 'none'; microphone 'none'; geolocation 'none'
      referrer-policy: no-referrer
      x-xss-protection: 1; mode=block
      x-content-type-options: nosniff
      connection: close
      
      3D48
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <title>Citrix ADC VPX - Dashboard</title>
      <link rel="icon" type="image/ico" href="/favicon.ico"/>
      <link href="/admin_ui/common/css/ns/ui.css" rel="stylesheet" type="text/css" />
      <script type="text/javascript" src="/admin_ui/common/js/jquery/_jquery.min.js"></script>
      <script type="text/javascript">
      var rand = "e1ed8c87f5b3b6ea26f163898ebfbf31.1670868834715687";
      var rand_key = "43e4399b9b35c97b9e6e0e43c322acc31670868834715880";
      var NSERR_SESSION_EXPIRED = 444;
      
      </script>
      <script type="text/javascript" src="/admin_ui/common/js/ns/utils.js"></script>
      <script type="text/javascript">
      var ns_page_max_width = 1366;
      var actual_ns_page_max_width = ns_page_max_width - 20;
      function partitonOnClick(new_partition)
      {
          var current_val = $("#current_partition").text();
          if (current_val !== new_partition)
          {
              var confirm = window.confirm("Do you want to change to partiton " + new_partition + "?");
              if(confirm === true)
              {
                  var url = "/nitro/v1/config";
                  var method = "POST";
                  var params = "object={\"params\":{\"action\":\"switch\"},\"nspartition\":{\"partitionname\":\"" + new_partition  +"\"}}";
                  var handler = new ns.ajax_handler(url, function(){
                      set_cookie("drep", "");
                      var href = window.location.href;
                      if (/menu\/rep/.test(href) && /[?]/.test(href)) {
                          var domain_path = href.split("?")[0];
                          window.location.href = domain_path;
                          return;
                      }
                      window.location.reload();
                  }, params, method, true, false, function(){alert('Failed to switch the partition')});
      
                  handler.set_custom_header({"rand_key": window.rand, "NITRO_WEB_APPLICATION": "true"});
                  handler.send();
              }
          }
          
      };
      
      function logoutOnClick()
      {
          window.location = "/menu/lo?rand="  + rand;
      };
      
      
      function userInfoOnClick(id,container)
      {
          var id = document.getElementById(id);
          var container = document.getElementById(container);
      
          if(!($(container).hasClass("header_dropdown_collapsed")))
          {
              $(container).addClass("header_dropdown_collapsed");
              $(id).slideDown();   
          }
          else
          {   
              $(container).removeClass("header_dropdown_collapsed"); 
              $(id).slideUp();
          }
      }
      
      function headerInfoOnClick(id,container)
      {   
          var id = document.getElementById(id);
          var container = document.getElementById(container);
      
          if(!($(container).hasClass("header_dropdown_collapsed")))
          {
              $(container).addClass("header_dropdown_collapsed");
              $(container).removeClass("header_info_container"); 
              $(id).slideDown();   
          }
          else
          {   
              $(id).slideUp(); 
              $(container).removeClass("header_dropdown_collapsed"); 
              $(container).addClass("header_dropdown_container header_info_container");        
          }
         
      }
      function partitionInfoOnClick(id,container)
      {   
          var id = document.getElementById(id);
          var container = document.getElementById(container);
      
          if(!($(container).hasClass("header_dropdown_collapsed")))
          {
              $(container).addClass("header_dropdown_collapsed");
              $(container).removeClass("header_info_container"); 
              $(id).slideDown();   
          }
          else
          {   
              $(id).slideUp();
              $(container).removeClass("header_dropdown_collapsed"); 
              $(container).addClass("header_dropdown_container_composite header_info_container");      
          }
      }
      </script>
      <style type="text/css">
      .ns_wp_header
      {
          font-size: 150%;
      }
      </style>
      <!--[if IE]>
      <style type="text/css">
      .ns_entity_div
      {
          overflow: scroll;
          overflow-y: hidden;
          height: 100%;
          border: 1px;
      }
      
      .tree_links img
      {
          vertical-align: middle;
      }
      
      .manage_custom_reports td
      {
          vertical-align: text-top;
      }
      
      .toolbar a img
      {
          border: none;
          margin: 2px 2px 2px 0px;
      }
      
      .import_reports_file
      {
          filter: alpha(opacity = 0);
      }
      
      .import_reports_fake_div
      {
          top: 0px;
      }
      
      .coc_combo
      {
          width: auto;
      }
      
      .coc_combo_popup
      {
          width: auto !important;
      }
      </style>
      <![endif]-->
      <!--[if IE 6]>
      <style type="text/css">
      .throughput table
      {
          background-color: #ffffff;
      }
      
      .div_for_list
      {
          width: 100%;
      }
      
      .change_text_size_div
      {
          position: absolute;
          left: 0px;
      }
      
      .ns_body
      {
          width: expression(this.parentNode.clientWidth < 940 ? "935px" : "100%" );
      }
      
      .counter_tooltip_div
      {
          width: 300px;
      }
      
      .counter_tooltip_content_div
      {
          height: expression(this.parentNode.clientHeight > 105 ? "100px" : "100%" );
      }
      </style>
      <![endif]-->
      </head>
          <body class="ns_body ns_body_main ns_body_main_container">
          <div id="ns_header" class="base_view_no_view_top_container rdx_auto_cursor">
              <div class= "header_parent_div">
                  <div class="ns_header">
                      <table id="ns_header_view_top_panel" cellspacing="0" cellpadding="0" role="presentation" class="full_width_table ns_banner_table ns_page_center_align header_info">
                          <tbody>
                              <tr>
                                  <td class="header_info_first"></td>
                                  <td class="ns_logo">
                                                                          <a href="http://www.citrix.com/netscaler" target="PRODUCT_LINK">
                                              <div class="ns_logo_version ns_company_logo">
      
                                              <img src="/admin_ui/common/images/citrix_tm_logo_wh.png" alt="Citrix logo image" class="product_brand_logo_header"/>
      
                                                  <span class="org-name"></span>ADC VPX &nbsp;<span class="ns_model" title="Platform Information">(Freemium)</span>                                        </div>
                                      </div>
                                                                  </td>
                                  <td>
                                      <div class="header_info_right">
                                          <ul>
                                          
      <li class='header_info_outer_container'> 
      <div class='header_status_container' style='background: none;''>
      <table cellpadding='0' role='presentation' cellspacing='0'> <tbody>
      <tr><td><label>HA Status</label></td></tr> 
      <tr><td><div>
      <span class = 'node_status_image_unknown'> </span>
      <span style = 'padding-left:5px; font-size:11px; color: #D3D3D3'>Not Configured</span>
      </div></td></tr> 
      </tbody></table></li> 
                                          
      <li class='header_info_outer_container'> 
      <div id ='partition_container'class='header_dropdown_container_composite header_info_container' onClick=partitionInfoOnClick();> 
      <table cellpadding='0'role='presentation' cellspacing='0'> <tbody> 
      <tr><td><span class='header_info_item_value'><a href='#'>Partition</a></span></td> </tr>
      <tr><td><span class='header_info_item_label' style='color: rgb(211, 211, 211); font-size:11px; '>default</span></td></tr> 
      </tbody></table> 
      <div id='global_info_item' class='header_dropdown_options_container' style='display: none;padding-bottom: 0px; min-width: 135px;'> 
      <div class = 'global_info_item_header'> 
      <a href ='#' onkeydown='javascript: if(event.keyCode == 13) {partitonOnClick("default"); event.preventDefault();}' onClick=partitonOnClick()><div class='header_info_item_label'>default</div></a> 
      </div> </div>
      </li> 
                                            
        
                                            <li class="header_user_info_container" > 
                                                <div id ='user_logout_container' class='header_dropdown_container' onClick="userInfoOnClick('global_info_header','user_logout_container')";><a href ='#'>nsroot</a>
                                                 <div id = "global_info_header" class="header_dropdown_options_container" style="min-width: 116px; overflow: hidden; display: none;">
                                                 <div class='header_info_item_value logout_label' onClick="logoutOnClick()";>
                                                       <a href ='#'>Logout</a>
                                                   </div>
                                                  
      
                                                  <div class ="header_global_info_item">
                                                                                              <div class="header_info_item_label">IP Address</div>
                                                                                 
                                                      
                                                      <div class="header_info_item_value">10.10.10.253</div> 
                                                  <div class="header_info_item_label">Release</div> 
                                                                                                  <div class="header_info_item_value"> NS13.0: Build 76.31.nc</div>
                                                  </div>
      
                                                 </div>
                                              </div>
                                            </li>
                                          </ul>
                                      </div>
                                  </td>
                                  <td class="header_info_last"></td>
                              </tr>
                          </tbody>
                      </table>
                      <div class="full_width_table header_menu_center" style="width: 100%;">
                          <table id="ns_header_view_bottom_panel" cellspacing="0" cellpadding="0" role="presentation" class="full_width_table header_menu ns_page_center_align">
                              <tbody>
                                  <tr>
                                      <td class="header_menu_left">
                                      </td>
                                      <td>
                                          <ul class="left_menu">
                                              <li class="active"><a href="/menu/st">Dashboard</a><div>^</div></li><li><a href="/menu/neo">Configuration</a><div>^</div></li><li><a href="/menu/rep">Reporting</a><div>^</div></li>                                        <li><a href="/menu/doc">Documentation</a><div>^</div></li><li><a href="/menu/dw">Downloads</a><div>^</div></li>                                            
                                          </ul>
                                          <ul class="right_menu">
                                          </ul>
                                      </td>
                                      <td class="header_menu_right">
                                      </td>
                                  </tr>
                              </tbody>
                          </table>
                      </div>
                  </div>
              </div>
      
          </div>
      <div id="loading_content" class="center_panel">
          <table align="center" role="presentation" class="loading_panel">
              <tr>
                  <td class="loading_panel_img"><img src="/admin_ui/common/images/in_progress.gif" alt="In Progress"></td>
              </tr>
          </table>
      </div>
      <div id="ns_content" class="ns_content">
      <style type="text/css">
      .ns_content
      {
          padding: 2px;
      }
      </style>
      <div id="gauges_div">
      <div id ="gauges" class="gauges">
      <div class="dials_div "><div class ="dials_span"> <a href='/menu/stc?func=statns&detailview=NO' target="stc_iframe" aria-label="stc_iframe"><div id = cpu_mem_dial alt='CPU/Memory Usage' title='Click to view System Overview' border='0'><div class= 'layout_cell'><div id = 'packet_cpu_usage_chart_div'></div></div><div class= 'layout_cell'><div id = 'management_cpu_usage_chart_div'></div></div><div class= 'layout_cell'><div id = 'inuse_memory_chart_div'></div></div></div></a></div></div><div id ="sys_events" class="sys_events"><div class ="sys_events_list"><div id="system_log_table"><div class="system_log_div" ><label class="system_log_title" for="system_events_list">System Log</label><div class="search_panel_div"><div class = "system_log_img" style = "display: inline-block"><div class="dashboard_images search_img pointer_cursor" id="system_events_list_find_img" alt="Show search panel" title="Show search panel" class="pointer_cursor" tabindex="0" onkeypress="javascript: if(event.keyCode == 13) {show_hide_find_panel('system_events_list', 'false', 'inline-block'); event.preventDefault();}" onclick="show_hide_find_panel('system_events_list', 'false', 'inline-block')"></div></div><script type="text/javascript" src="/admin_ui/common/js/ns/list.js">
      </script>
      <div id="system_events_list_find_row" style="display: none" class ="list_find"><div class = "find_panel_class"><fieldset style="padding-left: 0px; padding-right: 0px; border: none;"><legend style="padding-left: 0px; padding-right: 0px; display: none;">Search criterion</legend><select id="system_events_list_find_row_criterion" title="Select the search criterion"  onchange="filter_list('system_events_list')"><option>contains</option><option>not contains</option><option>starts with</option><option>ends with</option></select><input type="textfield" maxlength="128" id="system_events_list_find_row_search_text" title="Enter the search text (case insensitive)" onpropertychange="return filter_list('system_events_list')" oninput="return filter_list('system_events_list')"></fieldset></div></div></div></div><div class="div_for_list"><select id="system_events_list" size="6"  ns-min-size="6" multiple onkeyup="on_scroll_list(this)" style="overflow: hidden"><option value="48" title="route6_(fe80::/64): UP" style="color: #075304;font-size:14px;">Wed Dec 7 09:49:34 route6_(fe80::/64): UP</option><option value="57" title="route6_(::1/128): UP" style="color: #075304;font-size:14px;">Wed Dec 7 09:49:34 route6_(::1/128): UP</option><option value="101" title="System started with 1577 MB memory" >Wed Dec 7 09:49:34 System started with 1577 MB memory</option><option value="202" title="route(10.10.10.0_255.255.255.0): UP" style="color: #075304;font-size:14px;">Wed Dec 7 09:49:34 route(10.10.10.0_255.255.255.0): UP</option><option value="203" title="self node 10.10.10.253: INIT" >Wed Dec 7 09:49:34 self node 10.10.10.253: INIT</option><option value="207" title="'server_svc_NSSVC_AAA_127.0.0.1:8777(internal)' UP" style="color: #075304;font-size:14px;">Wed Dec 7 09:49:35 'server_svc_NSSVC_AAA_127.0.0.1:8777(internal)' UP</option><option value="214" title="'server_svc_NSSVC_HTTP_127.0.0.1:7776(internal)' UP" style="color: #075304;font-size:14px;">Wed Dec 7 09:49:35 'server_svc_NSSVC_HTTP_127.0.0.1:7776(internal)' UP</option><option value="275" title="'server_svc_internal_NSSVC_SSL_TCP_10.10.10.253:3008(nsrpcs-127.0.0.1-3008)' DOWN" style="color: #ff0000;font-size:14px;">Wed Dec 7 09:49:35 'server_svc_internal_NSSVC_SSL_TCP_10.10.10.253:3008(nsrpcs-127.0.0.1-3008)' DOWN</option><option value="286" title="'server_svc_internal_NSSVC_SSL_10.10.10.253:443(nshttps-127.0.0.1-443)' DOWN" style="color: #ff0000;font-size:14px;">Wed Dec 7 09:49:35 'server_svc_internal_NSSVC_SSL_10.10.10.253:443(nshttps-127.0.0.1-443)' DOWN</option><option value="303" title="'server_svc_internal_NSSVC_SSL_TCP_fe80::20c:29ff:feda:23c1:3008(nsrpcs-::1l-3008)' DOWN" style="color: #ff0000;font-size:14px;">Wed Dec 7 09:49:35 'server_svc_internal_NSSVC_SSL_TCP_fe80::20c:29ff:feda:23c1:3008(nsrpcs-::1l-3008)' DOWN</option><option value="311" title="'server_svc_internal_NSSVC_SSL_fe80::20c:29ff:feda:23c1:443(nshttps-::1l-443)' DOWN" style="color: #ff0000;font-size:14px;">Wed Dec 7 09:49:35 'server_svc_
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T05:21:41.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org",
                  "citrix.com"
               ],
               "hostname" : [
                  "cdn-web.citrix.com",
                  "www.citrix.com",
                  "www.w3.org"
               ],
               "ip" : [
                  "255.255.255.0",
                  "127.0.0.1",
                  "10.10.10.253",
                  "10.10.10.0"
               ],
               "url" : [
                  "http://www.citrix.com/netscaler",
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd",
                  "https://cdn-web.citrix.com/can.cdn/marketing/assets/fonts/citrix-fonts-linking.css;",
                  "https://cdn-web.citrix.com/can.cdn/marketing/assets/fonts/citrix-sans/;"
               ]
            },
            "favicon" : {
               "url" : "/favicon.ico"
            },
            "http" : {
               "bodymd5" : "d7c3b1798f21b9d0d88dc498d424bed3",
               "bodymmh3" : 1676321120,
               "headermd5" : "b5f84c2df4c330bf07452d16329298b5",
               "headermmh3" : -724839787,
               "title" : "Citrix ADC VPX - Dashboard"
            },
            "length" : 16384
         },
         "asn" : "AS63949",
         "city" : "Singapore",
         "country" : "SG",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\ncontent-type: text/html; charset=UTF-8\r\ntransfer-encoding: chunked\r\nserver: Apache\r\nx-frame-options: SAMEORIGIN\r\ncontent-security-policy: default-src 'self'; style-src 'self' 'unsafe-inline' https://cdn-web.citrix.com/can.cdn/marketing/assets/fonts/citrix-fonts-linking.css; script-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src 'self'; img-src 'self' data: blob:; font-src 'self' data: https://cdn-web.citrix.com/can.cdn/marketing/assets/fonts/citrix-sans/; frame-ancestors 'self'; object-src 'none';\r\nfeature-policy: camera 'none'; microphone 'none'; geolocation 'none'\r\nreferrer-policy: no-referrer\r\nx-xss-protection: 1; mode=block\r\nx-content-type-options: nosniff\r\nconnection: close\r\n\r\n3D48\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" xml:lang=\"en\">\n<head>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<title>Citrix ADC VPX - Dashboard</title>\n<link rel=\"icon\" type=\"image/ico\" href=\"/favicon.ico\"/>\n<link href=\"/admin_ui/common/css/ns/ui.css\" rel=\"stylesheet\" type=\"text/css\" />\n<script type=\"text/javascript\" src=\"/admin_ui/common/js/jquery/_jquery.min.js\"></script>\n<script type=\"text/javascript\">\nvar rand = \"e1ed8c87f5b3b6ea26f163898ebfbf31.1670868834715687\";\nvar rand_key = \"43e4399b9b35c97b9e6e0e43c322acc31670868834715880\";\nvar NSERR_SESSION_EXPIRED = 444;\n\n</script>\n<script type=\"text/javascript\" src=\"/admin_ui/common/js/ns/utils.js\"></script>\n<script type=\"text/javascript\">\nvar ns_page_max_width = 1366;\nvar actual_ns_page_max_width = ns_page_max_width - 20;\nfunction partitonOnClick(new_partition)\n{\n    var current_val = $(\"#current_partition\").text();\n    if (current_val !== new_partition)\n    {\n        var confirm = window.confirm(\"Do you want to change to partiton \" + new_partition + \"?\");\n        if(confirm === true)\n        {\n            var url = \"/nitro/v1/config\";\n            var method = \"POST\";\n            var params = \"object={\\\"params\\\":{\\\"action\\\":\\\"switch\\\"},\\\"nspartition\\\":{\\\"partitionname\\\":\\\"\" + new_partition  +\"\\\"}}\";\n            var handler = new ns.ajax_handler(url, function(){\n                set_cookie(\"drep\", \"\");\n                var href = window.location.href;\n                if (/menu\\/rep/.test(href) && /[?]/.test(href)) {\n                    var domain_path = href.split(\"?\")[0];\n                    window.location.href = domain_path;\n                    return;\n                }\n                window.location.reload();\n            }, params, method, true, false, function(){alert('Failed to switch the partition')});\n\n            handler.set_custom_header({\"rand_key\": window.rand, \"NITRO_WEB_APPLICATION\": \"true\"});\n            handler.send();\n        }\n    }\n    \n};\n\nfunction logoutOnClick()\n{\n    window.location = \"/menu/lo?rand=\"  + rand;\n};\n\n\nfunction userInfoOnClick(id,container)\n{\n    var id = document.getElementById(id);\n    var container = document.getElementById(container);\n\n    if(!($(container).hasClass(\"header_dropdown_collapsed\")))\n    {\n        $(container).addClass(\"header_dropdown_collapsed\");\n        $(id).slideDown();   \n    }\n    else\n    {   \n        $(container).removeClass(\"header_dropdown_collapsed\"); \n        $(id).slideUp();\n    }\n}\n\nfunction headerInfoOnClick(id,container)\n{   \n    var id = document.getElementById(id);\n    var container = document.getElementById(container);\n\n    if(!($(container).hasClass(\"header_dropdown_collapsed\")))\n    {\n        $(container).addClass(\"header_dropdown_collapsed\");\n        $(container).removeClass(\"header_info_container\"); \n        $(id).slideDown();   \n    }\n    else\n    {   \n        $(id).slideUp(); \n        $(container).removeClass(\"header_dropdown_collapsed\"); \n        $(container).addClass(\"header_dropdown_container header_info_container\");        \n    }\n   \n}\nfunction partitionInfoOnClick(id,container)\n{   \n    var id = document.getElementById(id);\n    var container = document.getElementById(container);\n\n    if(!($(container).hasClass(\"header_dropdown_collapsed\")))\n    {\n        $(container).addClass(\"header_dropdown_collapsed\");\n        $(container).removeClass(\"header_info_container\"); \n        $(id).slideDown();   \n    }\n    else\n    {   \n        $(id).slideUp();\n        $(container).removeClass(\"header_dropdown_collapsed\"); \n        $(container).addClass(\"header_dropdown_container_composite header_info_container\");      \n    }\n}\n</script>\n<style type=\"text/css\">\n.ns_wp_header\n{\n    font-size: 150%;\n}\n</style>\n<!--[if IE]>\n<style type=\"text/css\">\n.ns_entity_div\n{\n    overflow: scroll;\n    overflow-y: hidden;\n    height: 100%;\n    border: 1px;\n}\n\n.tree_links img\n{\n    vertical-align: middle;\n}\n\n.manage_custom_reports td\n{\n    vertical-align: text-top;\n}\n\n.toolbar a img\n{\n    border: none;\n    margin: 2px 2px 2px 0px;\n}\n\n.import_reports_file\n{\n    filter: alpha(opacity = 0);\n}\n\n.import_reports_fake_div\n{\n    top: 0px;\n}\n\n.coc_combo\n{\n    width: auto;\n}\n\n.coc_combo_popup\n{\n    width: auto !important;\n}\n</style>\n<![endif]-->\n<!--[if IE 6]>\n<style type=\"text/css\">\n.throughput table\n{\n    background-color: #ffffff;\n}\n\n.div_for_list\n{\n    width: 100%;\n}\n\n.change_text_size_div\n{\n    position: absolute;\n    left: 0px;\n}\n\n.ns_body\n{\n    width: expression(this.parentNode.clientWidth < 940 ? \"935px\" : \"100%\" );\n}\n\n.counter_tooltip_div\n{\n    width: 300px;\n}\n\n.counter_tooltip_content_div\n{\n    height: expression(this.parentNode.clientHeight > 105 ? \"100px\" : \"100%\" );\n}\n</style>\n<![endif]-->\n</head>\n    <body class=\"ns_body ns_body_main ns_body_main_container\">\n    <div id=\"ns_header\" class=\"base_view_no_view_top_container rdx_auto_cursor\">\n        <div class= \"header_parent_div\">\n            <div class=\"ns_header\">\n                <table id=\"ns_header_view_top_panel\" cellspacing=\"0\" cellpadding=\"0\" role=\"presentation\" class=\"full_width_table ns_banner_table ns_page_center_align header_info\">\n                    <tbody>\n                        <tr>\n                            <td class=\"header_info_first\"></td>\n                            <td class=\"ns_logo\">\n                                                                    <a href=\"http://www.citrix.com/netscaler\" target=\"PRODUCT_LINK\">\n                                        <div class=\"ns_logo_version ns_company_logo\">\n\n                                        <img src=\"/admin_ui/common/images/citrix_tm_logo_wh.png\" alt=\"Citrix logo image\" class=\"product_brand_logo_header\"/>\n\n                                            <span class=\"org-name\"></span>ADC VPX &nbsp;<span class=\"ns_model\" title=\"Platform Information\">(Freemium)</span>                                        </div>\n                                </div>\n                                                            </td>\n                            <td>\n                                <div class=\"header_info_right\">\n                                    <ul>\n                                    \n<li class='header_info_outer_container'> \n<div class='header_status_container' style='background: none;''>\n<table cellpadding='0' role='presentation' cellspacing='0'> <tbody>\n<tr><td><label>HA Status</label></td></tr> \n<tr><td><div>\n<span class = 'node_status_image_unknown'> </span>\n<span style = 'padding-left:5px; font-size:11px; color: #D3D3D3'>Not Configured</span>\n</div></td></tr> \n</tbody></table></li> \n                                    \n<li class='header_info_outer_container'> \n<div id ='partition_container'class='header_dropdown_container_composite header_info_container' onClick=partitionInfoOnClick();> \n<table cellpadding='0'role='presentation' cellspacing='0'> <tbody> \n<tr><td><span class='header_info_item_value'><a href='#'>Partition</a></span></td> </tr>\n<tr><td><span class='header_info_item_label' style='color: rgb(211, 211, 211); font-size:11px; '>default</span></td></tr> \n</tbody></table> \n<div id='global_info_item' class='header_dropdown_options_container' style='display: none;padding-bottom: 0px; min-width: 135px;'> \n<div class = 'global_info_item_header'> \n<a href ='#' onkeydown='javascript: if(event.keyCode == 13) {partitonOnClick(\"default\"); event.preventDefault();}' onClick=partitonOnClick()><div class='header_info_item_label'>default</div></a> \n</div> </div>\n</li> \n                                      \n  \n                                      <li class=\"header_user_info_container\" > \n                                          <div id ='user_logout_container' class='header_dropdown_container' onClick=\"userInfoOnClick('global_info_header','user_logout_container')\";><a href ='#'>nsroot</a>\n                                           <div id = \"global_info_header\" class=\"header_dropdown_options_container\" style=\"min-width: 116px; overflow: hidden; display: none;\">\n                                           <div class='header_info_item_value logout_label' onClick=\"logoutOnClick()\";>\n                                                 <a href ='#'>Logout</a>\n                                             </div>\n                                            \n\n                                            <div class =\"header_global_info_item\">\n                                                                                        <div class=\"header_info_item_label\">IP Address</div>\n                                                                           \n                                                \n                                                <div class=\"header_info_item_value\">10.10.10.253</div> \n                                            <div class=\"header_info_item_label\">Release</div> \n                                                                                            <div class=\"header_info_item_value\"> NS13.0: Build 76.31.nc</div>\n                                            </div>\n\n                                           </div>\n                                        </div>\n                                      </li>\n                                    </ul>\n                                </div>\n                            </td>\n                            <td class=\"header_info_last\"></td>\n                        </tr>\n                    </tbody>\n                </table>\n                <div class=\"full_width_table header_menu_center\" style=\"width: 100%;\">\n                    <table id=\"ns_header_view_bottom_panel\" cellspacing=\"0\" cellpadding=\"0\" role=\"presentation\" class=\"full_width_table header_menu ns_page_center_align\">\n                        <tbody>\n                            <tr>\n                                <td class=\"header_menu_left\">\n                                </td>\n                                <td>\n                                    <ul class=\"left_menu\">\n                                        <li class=\"active\"><a href=\"/menu/st\">Dashboard</a><div>^</div></li><li><a href=\"/menu/neo\">Configuration</a><div>^</div></li><li><a href=\"/menu/rep\">Reporting</a><div>^</div></li>                                        <li><a href=\"/menu/doc\">Documentation</a><div>^</div></li><li><a href=\"/menu/dw\">Downloads</a><div>^</div></li>                                            \n                                    </ul>\n                                    <ul class=\"right_menu\">\n                                    </ul>\n                                </td>\n                                <td class=\"header_menu_right\">\n                                </td>\n                            </tr>\n                        </tbody>\n                    </table>\n                </div>\n            </div>\n        </div>\n\n    </div>\n<div id=\"loading_content\" class=\"center_panel\">\n    <table align=\"center\" role=\"presentation\" class=\"loading_panel\">\n        <tr>\n            <td class=\"loading_panel_img\"><img src=\"/admin_ui/common/images/in_progress.gif\" alt=\"In Progress\"></td>\n        </tr>\n    </table>\n</div>\n<div id=\"ns_content\" class=\"ns_content\">\n<style type=\"text/css\">\n.ns_content\n{\n    padding: 2px;\n}\n</style>\n<div id=\"gauges_div\">\n<div id =\"gauges\" class=\"gauges\">\n<div class=\"dials_div \"><div class =\"dials_span\"> <a href='/menu/stc?func=statns&detailview=NO' target=\"stc_iframe\" aria-label=\"stc_iframe\"><div id = cpu_mem_dial alt='CPU/Memory Usage' title='Click to view System Overview' border='0'><div class= 'layout_cell'><div id = 'packet_cpu_usage_chart_div'></div></div><div class= 'layout_cell'><div id = 'management_cpu_usage_chart_div'></div></div><div class= 'layout_cell'><div id = 'inuse_memory_chart_div'></div></div></div></a></div></div><div id =\"sys_events\" class=\"sys_events\"><div class =\"sys_events_list\"><div id=\"system_log_table\"><div class=\"system_log_div\" ><label class=\"system_log_title\" for=\"system_events_list\">System Log</label><div class=\"search_panel_div\"><div class = \"system_log_img\" style = \"display: inline-block\"><div class=\"dashboard_images search_img pointer_cursor\" id=\"system_events_list_find_img\" alt=\"Show search panel\" title=\"Show search panel\" class=\"pointer_cursor\" tabindex=\"0\" onkeypress=\"javascript: if(event.keyCode == 13) {show_hide_find_panel('system_events_list', 'false', 'inline-block'); event.preventDefault();}\" onclick=\"show_hide_find_panel('system_events_list', 'false', 'inline-block')\"></div></div><script type=\"text/javascript\" src=\"/admin_ui/common/js/ns/list.js\">\n</script>\n<div id=\"system_events_list_find_row\" style=\"display: none\" class =\"list_find\"><div class = \"find_panel_class\"><fieldset style=\"padding-left: 0px; padding-right: 0px; border: none;\"><legend style=\"padding-left: 0px; padding-right: 0px; display: none;\">Search criterion</legend><select id=\"system_events_list_find_row_criterion\" title=\"Select the search criterion\"  onchange=\"filter_list('system_events_list')\"><option>contains</option><option>not contains</option><option>starts with</option><option>ends with</option></select><input type=\"textfield\" maxlength=\"128\" id=\"system_events_list_find_row_search_text\" title=\"Enter the search text (case insensitive)\" onpropertychange=\"return filter_list('system_events_list')\" oninput=\"return filter_list('system_events_list')\"></fieldset></div></div></div></div><div class=\"div_for_list\"><select id=\"system_events_list\" size=\"6\"  ns-min-size=\"6\" multiple onkeyup=\"on_scroll_list(this)\" style=\"overflow: hidden\"><option value=\"48\" title=\"route6_(fe80::/64): UP\" style=\"color: #075304;font-size:14px;\">Wed Dec 7 09:49:34 route6_(fe80::/64): UP</option><option value=\"57\" title=\"route6_(::1/128): UP\" style=\"color: #075304;font-size:14px;\">Wed Dec 7 09:49:34 route6_(::1/128): UP</option><option value=\"101\" title=\"System started with 1577 MB memory\" >Wed Dec 7 09:49:34 System started with 1577 MB memory</option><option value=\"202\" title=\"route(10.10.10.0_255.255.255.0): UP\" style=\"color: #075304;font-size:14px;\">Wed Dec 7 09:49:34 route(10.10.10.0_255.255.255.0): UP</option><option value=\"203\" title=\"self node 10.10.10.253: INIT\" >Wed Dec 7 09:49:34 self node 10.10.10.253: INIT</option><option value=\"207\" title=\"'server_svc_NSSVC_AAA_127.0.0.1:8777(internal)' UP\" style=\"color: #075304;font-size:14px;\">Wed Dec 7 09:49:35 'server_svc_NSSVC_AAA_127.0.0.1:8777(internal)' UP</option><option value=\"214\" title=\"'server_svc_NSSVC_HTTP_127.0.0.1:7776(internal)' UP\" style=\"color: #075304;font-size:14px;\">Wed Dec 7 09:49:35 'server_svc_NSSVC_HTTP_127.0.0.1:7776(internal)' UP</option><option value=\"275\" title=\"'server_svc_internal_NSSVC_SSL_TCP_10.10.10.253:3008(nsrpcs-127.0.0.1-3008)' DOWN\" style=\"color: #ff0000;font-size:14px;\">Wed Dec 7 09:49:35 'server_svc_internal_NSSVC_SSL_TCP_10.10.10.253:3008(nsrpcs-127.0.0.1-3008)' DOWN</option><option value=\"286\" title=\"'server_svc_internal_NSSVC_SSL_10.10.10.253:443(nshttps-127.0.0.1-443)' DOWN\" style=\"color: #ff0000;font-size:14px;\">Wed Dec 7 09:49:35 'server_svc_internal_NSSVC_SSL_10.10.10.253:443(nshttps-127.0.0.1-443)' DOWN</option><option value=\"303\" title=\"'server_svc_internal_NSSVC_SSL_TCP_fe80::20c:29ff:feda:23c1:3008(nsrpcs-::1l-3008)' DOWN\" style=\"color: #ff0000;font-size:14px;\">Wed Dec 7 09:49:35 'server_svc_internal_NSSVC_SSL_TCP_fe80::20c:29ff:feda:23c1:3008(nsrpcs-::1l-3008)' DOWN</option><option value=\"311\" title=\"'server_svc_internal_NSSVC_SSL_fe80::20c:29ff:feda:23c1:443(nshttps-::1l-443)' DOWN\" style=\"color: #ff0000;font-size:14px;\">Wed Dec 7 09:49:35 'server_svc_",
         "datamd5" : "a8bae4e05c09e607111906fb9b15c995",
         "datammh3" : 1111614500,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "US-LINODE-19881220",
            "organization" : "Linode, LLC",
            "subnet" : "192.46.224.0/21"
         },
         "host" : [
            "192-46-224-122"
         ],
         "hostname" : [
            "192-46-224-122.ip.linodeusercontent.com"
         ],
         "ip" : "192.46.224.122",
         "ipv6" : "false",
         "latitude" : "1.2868",
         "location" : "1.2868,103.8503",
         "longitude" : "103.8503",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 49592,
         "product" : "HTTP Server",
         "productvendor" : "Apache",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "192-46-224-122.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "192.46.224.0/20",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 172.232.13.224:49592 (tcp/http) - last seen on 2024-11-07 at 03:10:04 UTC

    • IP
      172.232.13.224
      Network
      172.232.0.0/18
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://172.232.13.224:49592/ 200

      Reverse DNS
      172-232-13-224.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      4116cee127ad1bbd6ee8662131c39514
      HTTP Header MD5
      e8d25415607c0752cbad91848c6dcf4d
      HTTP Body MD5
      36c0466de0444cb73aa4c13f13499dea
    • HTTP/1.1 200 OK
      content-type: text/html; charset=UTF-8
      content-length: 8
      connection: close
      
       /webui 
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T03:10:04.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "36c0466de0444cb73aa4c13f13499dea",
               "bodymmh3" : 1583911121,
               "headermd5" : "e8d25415607c0752cbad91848c6dcf4d",
               "headermmh3" : 1202850587
            },
            "length" : 105
         },
         "asn" : "AS63949",
         "city" : "Chicago",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\ncontent-type: text/html; charset=UTF-8\r\ncontent-length: 8\r\nconnection: close\r\n\r\n /webui ",
         "datamd5" : "4116cee127ad1bbd6ee8662131c39514",
         "datammh3" : -919773586,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "172.232.0.0/19"
         },
         "host" : [
            "172-232-13-224"
         ],
         "hostname" : [
            "172-232-13-224.ip.linodeusercontent.com"
         ],
         "ip" : "172.232.13.224",
         "ipv6" : "false",
         "latitude" : "41.8874",
         "location" : "41.8874,-87.6318",
         "longitude" : "-87.6318",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 49592,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "172-232-13-224.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "172.232.0.0/18",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 69.164.213.137:49592 (tcp/http) - last seen on 2024-11-07 at 02:00:28 UTC

    • IP
      69.164.213.137
      Network
      69.164.192.0/19
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://69.164.213.137:49592/ 200

      Reverse DNS
      69-164-213-137.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      ACME mini_httpd 1.19
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      be8c584c9b43399aa78566949f4454b4
      HTTP Header MD5
      fa8c48d20ca10a9c856d4c8ec8b9e02f
      HTTP Body MD5
      c419d5a4a08aab5075ce6a0f2a90c193
    • HTTP/1.1 200 OK
      content-type: text/html; charset=UTF-8
      content-length: 9122
      server: mini_httpd/1.19 19dec2003
      connection: close
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
      <html>
      <head>
      <meta http-equiv="Cache-Control" content="no-cache" />
      <meta http-equiv="Pragma" content="no-cache" />
      <meta http-equiv="Expires" content="-1">
      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <link href="common.css" rel="stylesheet" type="text/css">
      <link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
      <style type="text/css">
      input {
      	font-weight:bolder!important;
      }
      
      span#username, span#password, input#reset, input#login {
      	font-weight: bolder;
      	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic",sans-serif!important;
      	font-size:13px;
      }
      
      </style>
      <script type="text/javascript" src="/utils.js"></script>
      <script type="text/javascript">
      <!-- //
      if (top.location.href != self.location.href)
      {
         top.location.href = self.location.href;
         window.open(self.location.href, "_top");
      }
      
      function autoload()
      {
          if (typeof(init) != "undefined" && typeof(lang) != "undefined") {
              setTimeout("init();", 200);
          } else {
              setTimeout("autoload();", 200);
          }
      }
      
      function lll()
      {
          var lang;
      
          try {
              lang = get_cookie("lang");
              if (lang != "" && lang != null) {
                  document.write("<script src=\"/" + lang + ".js\" ><\/script>");
              } else {
                  document.write("<script src=\"/lang.js\" ><\/script>");
              }
              autoload();
          } catch (e) {
              setTimeout("autoload();", 200);
          }
      }
      lll();
      //-->
      </script>
      </head>
      <body>
      <table class="center" id="tbl_center" style="visibility:hidden">
          <tr>
              <td>
                  <form method="post" name="tf0" action="/cgi-bin/login.apply"
                      onsubmit="apply();return false;" onKeyPress="keypressed(event)">
      			<table class="fxc_login_table">
                          <tr>
                              <td>
                                  <table align="center" style="width:100%;">
                                      <tr>
                                          <td colspan="2">
      										<br>
                                              <div class="fxc_login_div" id="login_title"><span>#AccessEdge#</span></div>
      										<br>
                                          </td>
                                      </tr>
      								<tr>
                                          <td style="text-align:right; padding-right:10px; width:40%; height:25px;">
                                              <span id="username"></span>
                                          </td>
                                          <td style="text-align:left; padding-right:5px; width:60%; height:25px;">
                                              <input type="text" id="username_input"
                                                  name="username_input" size="16" value="" maxlength="32">
                                          </td>
                                      </tr>
                                      <tr>
                                          <td style="text-align:right; padding-right:10px; width:40%; height:25px;">
                                              <span id="password"></span>
                                          </td>
                                          <td style="text-align:left; padding-right:5px; width:60%; height:25px;">
                                              <input type="password" id="password_input"
                                                  name="password_input" size="16" maxlength="32">
                                          </td>
                                      </tr>
                                      <tr class="fxc_hide">
                                          <td>
                                              <span id="language"></span>
                                          </td>
                                          <td>
                                              <select id="lang" name="lang"
                                                  onchange="on_lang_change(this.value);">
                                                  <option value="ja_JP">#Japanese#</option>
                                                  <option value="en_US">#English#</option>
                                                  <option value="zh_TW">#Traditional Chinese#</option>
                                              </select>
                                          </td>
                                      </tr>
                                      <tr>
                                          <td colspan="2" class="btn_center">
      										<br>
                                              <input id="login" type="submit" value="Login" style="width:90px">
      										<input id="reset" type="reset" value="Reset" style="width:90px">
      					<br><p></p>
                                          </td>
                                      </tr>
                                  </table>
                              </td>
                          </tr>
                      </table>
                  </form>
              </td>
          </tr>
      </table>
      
      <table class="center">
          <tr>
              <td>
                  <div id="not_open_js"><br><br><br>
                      Please enable javascript and refresh the page.
                  </div>
                  <span>
      <script>
      <!--
                      document.getElementById("not_open_js").style.display='none';
      //-->
      </script>
                  </span>
              </td>
          </tr>
      </table>
      
      <script type="text/javascript">
      //AE1021
      var model_name = "AE1021";
      
      function apply()
      {
          var now = new Date();
          var str = parseInt(now.getTime() / 1000);
          var cookieno;
          var hashstr;
      	var window_name = window.name;
      
          if (gid("username_input").value == "") {
              alert(_N("#Empty Username#"));
              gid("username_input").focus();
              gid("username_input").select();
              return false;
          }
      
           if (gid("password_input").value == "") {
              alert(_N("#Empty Password#"));
              gid("password_input").focus();
              gid("password_input").select();
              return false;
          }
          cookieno = "" + str;
          set_cookie("cookieno", cookieno.substr(cookieno.length - 6, 6));
          set_cookie("username", gid("username_input").value);
          set_cookie("password", gid("password_input").value);
      
          str = time2str(now.getTime() / 1000);
          hashstr = str.substr(0, 4) + str.substr(4, 2) + str.substr(6, 2) +
              str.substr(8, 2) + str.substr(10, 2);
          t0form_addobj("hashstr", hashstr);
          t0form_addobj("username", gid("username_input").value);
          t0form_addobj("password", gid("password_input").value);
          //t0form_addobj("lang", document.tf0.lang.value);
      
      	if ((window_name == "_vap") || (window_name == "_stalist"))
      		t0form_addobj("windowname", window_name);
          document.tf0.submit();
          return true;
      }
      
      function on_lang_change(str)
      {
          set_cookie("lang", str);
          location.href = location.href; // refresh
      }
      
      function lang_set()
      {
          var obj, cookie_lang;
      
          cookie_lang = get_cookie("lang");
          obj = document.tf0.lang.options;
          if (cookie_lang != null && cookie_lang != "") {
              option_set(document.tf0.lang, cookie_lang);
          } else {
              option_set(document.tf0.lang, lang["-LANG-"]);
          }
      }
      
      function forget_pwd() {
          window.open('i_forgetpassword.htm','_top','width=600,height=500,toolbar=no,status=no,scrollbars=yes,resizable=yes,menubar=no');
      }
      
      function keypressed(evt){
          evt = (evt) ? evt : ((window.event) ? window.event : "");
          var key = evt.keyCode?evt.keyCode:evt.which;
          if ((gid("username_input").value != "") && (gid("password_input").value != "")){
              if(key == 13 )
              apply();
          }
      }
      
      function local_postload()
      {
          var now = new Date();
          var str = parseInt(now.getTime() / 1000);
          var cookieno;
          var hashstr;
      
      
      	var tmp_val = config_empty("login.fail.username");
          if(tmp_val != "") {
              gid("username_input").value = tmp_val;
              //alert(_N("#Username, password not matched. Please try again#"));
          }
      
          tf0 = document.tf0;
          if (config_empty("first.login") == "1") {
              cookieno = "" + str;
              set_cookie("cookieno", cookieno.substr(cookieno.length - 6, 6));
              set_cookie("username", "firstlogin");
              set_cookie("password", "firstlogin");
              str = time2str(now.getTime() / 1000);
              hashstr = str.substr(4, 2) + str.substr(6, 2) +
                  str.substr(8, 2) + str.substr(10, 2) + str.substr(0, 4);
              t0form_addobj("hashstr", hashstr);
              tf0.submit();
          } else {
              classobj_show("table", "center");
              classobj_show("table", "fxc_login");
              gid("username").innerHTML = _N("#Login Account#");
              gid("password").innerHTML = _N("#Password#");
              gid("language").innerHTML = _N("#Language#");
          }
          setTimeout("gid('username').focus()", 1000);
      }
      
      function local_init()
      {
          var obj, h;
      
          document.title = _N("#TITLE#");
          gid("login").value = _N("#Login#");
          lang_set();
      	if (typeof(window.innerHeight) != "undefined")
      		h = window.innerHeight;
      	else
      		h = document.documentElement.clientHeight;
      	gid("tbl_center").setAttribute("height", h);
      
          acc_config.get("/cgi-bin/login", true);
      }
      </script>
      </body>
      <HEAD>
      <META HTTP-EQUIV="Pragma" CONTENT="no-cache" >
      <META HTTP-EQUIV="Expires" CONTENT="-1">
      </HEAD>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T02:00:28.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/TR/html4/loose.dtd"
               ]
            },
            "favicon" : {
               "url" : "/images/favicon.ico"
            },
            "http" : {
               "bodymd5" : "c419d5a4a08aab5075ce6a0f2a90c193",
               "bodymmh3" : 1435749317,
               "headermd5" : "fa8c48d20ca10a9c856d4c8ec8b9e02f",
               "headermmh3" : -962767946
            },
            "length" : 9257
         },
         "asn" : "AS63949",
         "city" : "Cedar Knolls",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\ncontent-type: text/html; charset=UTF-8\r\ncontent-length: 9122\r\nserver: mini_httpd/1.19 19dec2003\r\nconnection: close\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<html>\n<head>\n<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\n<meta http-equiv=\"Expires\" content=\"-1\">\n<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n<link href=\"common.css\" rel=\"stylesheet\" type=\"text/css\">\n<link rel=\"icon\" type=\"image/x-icon\" href=\"/images/favicon.ico\" />\n<style type=\"text/css\">\ninput {\n\tfont-weight:bolder!important;\n}\n\nspan#username, span#password, input#reset, input#login {\n\tfont-weight: bolder;\n\tfont-family:\"\u30e1\u30a4\u30ea\u30aa\",Meiryo,\"\u30d2\u30e9\u30ae\u30ce\u89d2\u30b4 Pro W3\",\"Hiragino Kaku Gothic Pro\",\"\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af\",\"MS PGothic\",sans-serif!important;\n\tfont-size:13px;\n}\n\n</style>\n<script type=\"text/javascript\" src=\"/utils.js\"></script>\n<script type=\"text/javascript\">\n<!-- //\nif (top.location.href != self.location.href)\n{\n   top.location.href = self.location.href;\n   window.open(self.location.href, \"_top\");\n}\n\nfunction autoload()\n{\n    if (typeof(init) != \"undefined\" && typeof(lang) != \"undefined\") {\n        setTimeout(\"init();\", 200);\n    } else {\n        setTimeout(\"autoload();\", 200);\n    }\n}\n\nfunction lll()\n{\n    var lang;\n\n    try {\n        lang = get_cookie(\"lang\");\n        if (lang != \"\" && lang != null) {\n            document.write(\"<script src=\\\"/\" + lang + \".js\\\" ><\\/script>\");\n        } else {\n            document.write(\"<script src=\\\"/lang.js\\\" ><\\/script>\");\n        }\n        autoload();\n    } catch (e) {\n        setTimeout(\"autoload();\", 200);\n    }\n}\nlll();\n//-->\n</script>\n</head>\n<body>\n<table class=\"center\" id=\"tbl_center\" style=\"visibility:hidden\">\n    <tr>\n        <td>\n            <form method=\"post\" name=\"tf0\" action=\"/cgi-bin/login.apply\"\n                onsubmit=\"apply();return false;\" onKeyPress=\"keypressed(event)\">\n\t\t\t<table class=\"fxc_login_table\">\n                    <tr>\n                        <td>\n                            <table align=\"center\" style=\"width:100%;\">\n                                <tr>\n                                    <td colspan=\"2\">\n\t\t\t\t\t\t\t\t\t\t<br>\n                                        <div class=\"fxc_login_div\" id=\"login_title\"><span>#AccessEdge#</span></div>\n\t\t\t\t\t\t\t\t\t\t<br>\n                                    </td>\n                                </tr>\n\t\t\t\t\t\t\t\t<tr>\n                                    <td style=\"text-align:right; padding-right:10px; width:40%; height:25px;\">\n                                        <span id=\"username\"></span>\n                                    </td>\n                                    <td style=\"text-align:left; padding-right:5px; width:60%; height:25px;\">\n                                        <input type=\"text\" id=\"username_input\"\n                                            name=\"username_input\" size=\"16\" value=\"\" maxlength=\"32\">\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"text-align:right; padding-right:10px; width:40%; height:25px;\">\n                                        <span id=\"password\"></span>\n                                    </td>\n                                    <td style=\"text-align:left; padding-right:5px; width:60%; height:25px;\">\n                                        <input type=\"password\" id=\"password_input\"\n                                            name=\"password_input\" size=\"16\" maxlength=\"32\">\n                                    </td>\n                                </tr>\n                                <tr class=\"fxc_hide\">\n                                    <td>\n                                        <span id=\"language\"></span>\n                                    </td>\n                                    <td>\n                                        <select id=\"lang\" name=\"lang\"\n                                            onchange=\"on_lang_change(this.value);\">\n                                            <option value=\"ja_JP\">#Japanese#</option>\n                                            <option value=\"en_US\">#English#</option>\n                                            <option value=\"zh_TW\">#Traditional Chinese#</option>\n                                        </select>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td colspan=\"2\" class=\"btn_center\">\n\t\t\t\t\t\t\t\t\t\t<br>\n                                        <input id=\"login\" type=\"submit\" value=\"Login\" style=\"width:90px\">\n\t\t\t\t\t\t\t\t\t\t<input id=\"reset\" type=\"reset\" value=\"Reset\" style=\"width:90px\">\n\t\t\t\t\t<br><p></p>\n                                    </td>\n                                </tr>\n                            </table>\n                        </td>\n                    </tr>\n                </table>\n            </form>\n        </td>\n    </tr>\n</table>\n\n<table class=\"center\">\n    <tr>\n        <td>\n            <div id=\"not_open_js\"><br><br><br>\n                Please enable javascript and refresh the page.\n            </div>\n            <span>\n<script>\n<!--\n                document.getElementById(\"not_open_js\").style.display='none';\n//-->\n</script>\n            </span>\n        </td>\n    </tr>\n</table>\n\n<script type=\"text/javascript\">\n//AE1021\nvar model_name = \"AE1021\";\n\nfunction apply()\n{\n    var now = new Date();\n    var str = parseInt(now.getTime() / 1000);\n    var cookieno;\n    var hashstr;\n\tvar window_name = window.name;\n\n    if (gid(\"username_input\").value == \"\") {\n        alert(_N(\"#Empty Username#\"));\n        gid(\"username_input\").focus();\n        gid(\"username_input\").select();\n        return false;\n    }\n\n     if (gid(\"password_input\").value == \"\") {\n        alert(_N(\"#Empty Password#\"));\n        gid(\"password_input\").focus();\n        gid(\"password_input\").select();\n        return false;\n    }\n    cookieno = \"\" + str;\n    set_cookie(\"cookieno\", cookieno.substr(cookieno.length - 6, 6));\n    set_cookie(\"username\", gid(\"username_input\").value);\n    set_cookie(\"password\", gid(\"password_input\").value);\n\n    str = time2str(now.getTime() / 1000);\n    hashstr = str.substr(0, 4) + str.substr(4, 2) + str.substr(6, 2) +\n        str.substr(8, 2) + str.substr(10, 2);\n    t0form_addobj(\"hashstr\", hashstr);\n    t0form_addobj(\"username\", gid(\"username_input\").value);\n    t0form_addobj(\"password\", gid(\"password_input\").value);\n    //t0form_addobj(\"lang\", document.tf0.lang.value);\n\n\tif ((window_name == \"_vap\") || (window_name == \"_stalist\"))\n\t\tt0form_addobj(\"windowname\", window_name);\n    document.tf0.submit();\n    return true;\n}\n\nfunction on_lang_change(str)\n{\n    set_cookie(\"lang\", str);\n    location.href = location.href; // refresh\n}\n\nfunction lang_set()\n{\n    var obj, cookie_lang;\n\n    cookie_lang = get_cookie(\"lang\");\n    obj = document.tf0.lang.options;\n    if (cookie_lang != null && cookie_lang != \"\") {\n        option_set(document.tf0.lang, cookie_lang);\n    } else {\n        option_set(document.tf0.lang, lang[\"-LANG-\"]);\n    }\n}\n\nfunction forget_pwd() {\n    window.open('i_forgetpassword.htm','_top','width=600,height=500,toolbar=no,status=no,scrollbars=yes,resizable=yes,menubar=no');\n}\n\nfunction keypressed(evt){\n    evt = (evt) ? evt : ((window.event) ? window.event : \"\");\n    var key = evt.keyCode?evt.keyCode:evt.which;\n    if ((gid(\"username_input\").value != \"\") && (gid(\"password_input\").value != \"\")){\n        if(key == 13 )\n        apply();\n    }\n}\n\nfunction local_postload()\n{\n    var now = new Date();\n    var str = parseInt(now.getTime() / 1000);\n    var cookieno;\n    var hashstr;\n\n\n\tvar tmp_val = config_empty(\"login.fail.username\");\n    if(tmp_val != \"\") {\n        gid(\"username_input\").value = tmp_val;\n        //alert(_N(\"#Username, password not matched. Please try again#\"));\n    }\n\n    tf0 = document.tf0;\n    if (config_empty(\"first.login\") == \"1\") {\n        cookieno = \"\" + str;\n        set_cookie(\"cookieno\", cookieno.substr(cookieno.length - 6, 6));\n        set_cookie(\"username\", \"firstlogin\");\n        set_cookie(\"password\", \"firstlogin\");\n        str = time2str(now.getTime() / 1000);\n        hashstr = str.substr(4, 2) + str.substr(6, 2) +\n            str.substr(8, 2) + str.substr(10, 2) + str.substr(0, 4);\n        t0form_addobj(\"hashstr\", hashstr);\n        tf0.submit();\n    } else {\n        classobj_show(\"table\", \"center\");\n        classobj_show(\"table\", \"fxc_login\");\n        gid(\"username\").innerHTML = _N(\"#Login Account#\");\n        gid(\"password\").innerHTML = _N(\"#Password#\");\n        gid(\"language\").innerHTML = _N(\"#Language#\");\n    }\n    setTimeout(\"gid('username').focus()\", 1000);\n}\n\nfunction local_init()\n{\n    var obj, h;\n\n    document.title = _N(\"#TITLE#\");\n    gid(\"login\").value = _N(\"#Login#\");\n    lang_set();\n\tif (typeof(window.innerHeight) != \"undefined\")\n\t\th = window.innerHeight;\n\telse\n\t\th = document.documentElement.clientHeight;\n\tgid(\"tbl_center\").setAttribute(\"height\", h);\n\n    acc_config.get(\"/cgi-bin/login\", true);\n}\n</script>\n</body>\n<HEAD>\n<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\" >\n<META HTTP-EQUIV=\"Expires\" CONTENT=\"-1\">\n</HEAD>\n</html>",
         "datamd5" : "be8c584c9b43399aa78566949f4454b4",
         "datammh3" : 1160905079,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "69.164.192.0/19"
         },
         "host" : [
            "69-164-213-137"
         ],
         "hostname" : [
            "69-164-213-137.ip.linodeusercontent.com"
         ],
         "ip" : "69.164.213.137",
         "ipv6" : "false",
         "latitude" : "40.8229",
         "location" : "40.8229,-74.4592",
         "longitude" : "-74.4592",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 49592,
         "product" : "mini_httpd",
         "productvendor" : "ACME",
         "productversion" : "1.19",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "69-164-213-137.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "69.164.192.0/19",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 45.33.31.144:49592 (tcp/http) - last seen on 2024-11-06 at 22:13:18 UTC

    • IP
      45.33.31.144
      Network
      45.33.0.0/19
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class <enterprise field>: device.productvendor <enterprise field>: device.product

      Operating System
      OpenBSD OpenBSD CentOS
      URL

      http://45.33.31.144:49592/ 200

      HTTP Title
      28ZE
      Reverse DNS
      45-33-31-144.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      OpenBSD OpenBSD CentOS
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      e07c5b49eeac9706dd7800c01fe266f2
      HTTP Header MD5
      91f6d1bacadc0d3f26c2a44b850ac1d4
      HTTP Body MD5
      b448aa083972123d750f4c9f92cef309
    • HTTP/1.1 200 OK
      content-type: text/html;charset=UTF-8
      transfer-encoding: chunked
      connection: close
      
      3F90
      <!DOCTYPE html>
      <html dir="ltr" lang="en">
      <meta charset="utf-8" />
      
      <p hidden>
        <!--
        Server:
        Server: 360 web server
        Server: 792/71644  HTTP Server version 2.0 - TELDAT S.A.
        Server: A10WS/1.00
        Server: ADB Broadband HTTP Server
        Server: AR
        Server: ASUSTeK UPnP/1.0 MiniUPnPd/1.4
        Server: ATS/5.3.0
        Server: Adaptec ASM 1.1
        Server: AirTies/ASP 1.0 UPnP/1.0 miniupnpd/1.0
        Server: Allegro-Software-RomPager/4.06
        Server: AmirHossein Server v1.0
        Server: AnWeb/1.42p
        Server: AnyStor-E
        Server: Apache-Coyote/1.1
        Server: App-webs/
        Server: ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.9.4)
        Server: AvigilonGateway/1.0 Microsoft-HTTPAPI/2.0
        Server: Baby Web Server
        Server: BigIP
        Server: Boa/0.93.15
        Server: Boa/0.94.7
        Server: Boa/0.94.13
        Server: Boa/0.94.14rc20
        Server: Boa/0.94.14rc21
        Server: BolidXMLRPC/1.10 (Windows NT) ORION-BOLID v1.10
        Server: BroadWorks
        Server: Brovotech/2.0.0
        Server: CJServer/1.1
        Server: CPWS
        Server: CVM
        Server: Caddy
        Server: Cambium HTTP Server
        Server: Camera Web Server
        Server: CentOS WebPanel: Protected by Mod Security
        Server: Check Point SVN foundation
        Server: Cherokee/1.2.101 (Ubuntu)
        Server: CherryPy/2.3.0
        Server: CherryPy/3.1.0beta3 WSGI Server
        Server: CherryPy/8.1.2
        Server: Cisco AWARE 2.0
        Server: Citrix Web PN Server
        Server: Commvault WebServer
        Server: Control4 Web Server
        Server: CouchDB/1.6.1 (Erlang OTP/18)
        Server: CouchDB/2.0.0 (Erlang OTP/17)
        Server: Cougar/9.01.01.3841
        Server: Cougar/9.01.01.5001
        Server: Cowboy
        Server: Cross Web Server
        Server: D-Link Web Server 0.01
        Server: DNVRS-Webs
        Server: DVR-HttpServer/1.0
        Server: DVRDVS-Webs
        Server: DWS
        Server: DasanNetwork Solution
        Server: Debian/4.0 UPnP/1.0 miniupnpd/1.0
        Server: Deluxe Beauty Office
        Server: Destiny
        Server: DpmptspKarawangkab_HTTP_SERVER
        Server: E2EE Server 1.0
        Server: EBox
        Server: EShare Http Server/1.0
        Server: Easy-Web Server/1.0
        Server: Embedded HTTP Server.
        Server: Embedthis-Appweb/3.2.3
        Server: Embedthis-Appweb/3.3.1
        Server: Embedthis-http
        Server: Ericom Access Server
        Server: Ericom Access Server x64
        Server: FN-Httpd 1.0 [HTTP/1.1]
        Server: FUJITSU ServerView iRMC S4 Webserver
        Server: FileMakerPro/6.0Fv4 WebCompanion/6.0v3
        Server: Flussonic
        Server: GSHD/3.0
        Server: GeoHttpServer
        Server: GeoWebServer 4.4.1.0
        Server: Ginatex-HTTPServer
        Server: GlassFish Server Open Source Edition  4.0
        Server: GoAhead-Webs
        Server: GoAhead-Webs/2.5.0
        Server: GoAhead-http
        Server: GoTTY
        Server: H3C-Miniware-Webs
        Server: HFS 2.2f
        Server: HFS 2.3 beta
        Server: HFS 2.3e
        Server: HFS 2.3i
        Server: HFS 2.3k
        Server: HFS 2.3m
        Server: HTTP Server
        Server: HTTP Server 1.0
        Server: HTTP Software 1.1
        Server: HTTPD
        Server: HTTPD Web Server
        Server: HTTPD-HR Server powered by Apache
        Server: HTTPD_gw 1.0
        Server: Hikvision-Webs
        Server: Hipcam
        Server: HostGW.com EnterpriseServer built fo SMKN 1 Kaligondang
        Server: Http Server
        Server: Httpd
        Server: Httpd/1.0
        Server: Hydra/0.1.8
        Server: IBM_HTTP_Server
        Server: IIS
        Server: IPC@CHIP
        Server: IPCamera-Webs
        Server: IPCamera-Webs/2.5.0
        Server: IPOffice/
        Server: IceWarp/9.4.2
        Server: IceWarp/12.1.1.4 x64
        Server: IdeaWebServer/0.83.292
        Server: If you want know, you can ask me
        Server: Indy/9.0.11
        Server: Intoto Http Server v1.0
        Server: InvalidPanda/1.0.0
        Server: JAWS/1.0
        Server: JAWS/1.0 Jan 21 2017
        Server: JBoss-EAP/7
        Server: JDVR/4.0
        Server: JFinal 4.5
        Server: JWS
        Server: Jetty(6.1.19)
        Server: KMS_ACCESS
        Server: Keil-EWEB/2.1
        Server: Kerio MailServer 6.5.2
        Server: Kestrel
        Server: LINUX-2.6 UPnP/1.0 MiniUPnPd/1.5
        Server: LTE Router Webs
        Server: Lanswitch - V100R003 HttpServer 1.1
        Server: Linux, HTTP/1.1, DIR-860L Ver 1.01
        Server: Linux/2.6.18 UPnP/1.0 miniupnpd/1.0
        Server: Linux/2.x UPnP/1.0 Avtech/1.0
        Server: Linux/3.4.39 UPnP/1.0 Cling/2.0
        Server: Linux/3.10.0 eHomeMediaCenter/1.0
        Server: Linux/3.10.33 UPnP/1.0 Teleal-Cling/1.0
        Server: Linux/3.10.104 eHomeMediaCenter/1.0
        Server: Linux/3.14.29 CyberHTTP/1.0
        Server: LiteSpeed
        Server: Lotus-Domino
        Server: MIPS LINUX/2.4 UPnP/1.0 miniupnpd/1.0
        Server: MJPG-Streamer/0.2
        Server: MS-SDK-HttpServer/1.0
        Server: MailEnable-HTTP/5.0
        Server: Mars
        Server: Mathopd/1.5p6
        Server: Mbedthis-AppWeb/2.0.4
        Server: Mbedthis-Appweb/2.4.0
        Server: Mbedthis-Appweb/2.4.2
        Server: Mbedthis-Appweb/12.5.0
        Server: Microsoft-HTTPAPI/1.0
        Server: Microsoft-HTTPAPI/2.0
        Server: Microsoft-IIS/5.0
        Server: Microsoft-IIS/5.1
        Server: Microsoft-IIS/6.0
        Server: Microsoft-IIS/7.0
        Server: Microsoft-IIS/7.5
        Server: Microsoft-IIS/8.0
        Server: Microsoft-IIS/8.5
        Server: Microsoft-IIS/10.0
        Server: Microsoft-NetCore/2.0, UPnP/1.0 DLNADOC/1.50
        Server: Microsoft-WinCE/7.00
        Server: Mikrotik HttpProxy
        Server: Mini Embedded Web Server
        Server: Mini web server 1.
        Server: Mini web server 1.0 ZTE corp 2005.
        Server: Mini web server 1.0 ZXIC corp 2005.
        Server: MiniServ/1.890
        Server: MistServer/2.14.2
        Server: MochiWeb/1.0 (Any of you quaids got a smint?)
        Server: MonitorServer/0.10.5.363 Python/2.7.5
        Server: Monitorix HTTP Server
        Server: Monkey
        Server: Mono-HTTPAPI/1.0
        Server: MoxaHttp/1.0
        Server: Mrvl-R1_0
        Server: Mrvl-R2_0
        Server: NISS
        Server: NVR EXT SERVER
        Server: Net-OS 5.xx UPnP/1.0
        Server: NetBox Version 2.8 Build 4128
        Server: NetEVI/3.10
        Server: Netwave IP Camera
        Server: Network Camera with Pan/Tilt
        Server: Network_Module/1.0 (WXA-50)
        Server: Nexus/3.9.0-01 (OSS)
        Server: Nexus/3.13.0-01 (OSS)
        Server: Nginx
        Server: Nucleus/4.3 UPnP/1.0 Virata-EmWeb/R6_2_0
        Server: OPNsense
        Server: OceanView-CDN
        Server: Oktell LS
        Server: OpenBCM/1.07b3
        Server: OpenBSD httpd
        Server: Oracle Containers for J2EE
        Server: Oracle GlassFish Server 3.1.2.2
        Server: Oracle XML DB/Oracle Database
        Server: Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server
        Server: Oracle-Application-Server-11g
        Server: Oracle-HTTP-Server
        Server: Oracle-HTTP-Server-11g
        Server: Oracle_WebDb_Listener/2.1
        Server: PBX/63.0.2 (CentOS64)
        Server: PRTG/19.3.51.2830
        Server: PanWeb Server/ -
        Server: Payara Server  5.193 #badassfish
        Server: PrHTTPD Ver1.0
        Server: Proxy
        Server: Python/3.6 aiohttp/2.3.10
        Server: Qualvision -HTTPServer
        Server: REP Server
        Server: RNOAAA018180026  HTTP Server version 2.0 - TELDAT S.A.
        Server: Rabbit
        Server: RapidLogic/1.1
        Server: Raption v5.8.0
        Server: ReeCam IP Camera
        Server: RemotelyAnywhere/9.0.856
        Server: Reposify
        Server: Resin/2.1.12
        Server: Resin/3.0.17
        Server: Resin/3.1.8
        Server: Rex/12.0.7601.17514
        Server: RomPager/4.07 UPnP/1.0
        Server: RomPager/4.51 UPnP/1.0
        Server: Router
        Server: Router Webserver
        Server: SAP
        Server: SRS/3.0.45(OuXuli)
        Server: SY8033
        Server: SY8045
        Server: Safe3 Web Firewall
        Server: Safedog/4.0.0
        Server: ScreenConnect/19.4.25542.7213-2135886336 Microsoft-HTTPAPI/2.0
        Server: Serv-U/11.3.0.2
        Server: Server
        Server: ServiceNow
        Server: Servlet 2.5; JBoss-5.0/JBossWeb-2.1
        Server: Servlet/2.5 JSP/2.1
        Server: SimpleHTTP/0.6 Python/2.7.15+
        Server: SinforHttpd/1.0
        Server: SmartXFilter
        Server: SoftManager Application Server
        Server: SonicWALL
        Server: Spark
        Server: Start HTTP-Server/1.1
        Server: Swift1.0
        Server: Switch
        Server: SyncThru 5
        Server: TOPSEC
        Server: TP-LINK Router
        Server: TWebAP/2.1.2.9
        Server: Tas
        Server: Techno Vision Security System Ver. 2.0
        Server: Tengine/2.3.2
        Server: Thecapital Caphe Websphere 12.3 build 3.456.234.2600
        Server: This is webserver
        Server: TibetSystem Server 2.0
        Server: Tieline
        Server: Tntnet/2.1
        Server: Topsec
        Server: TornadoServer/6.0.2
        Server: TurnStat webserver
        Server: TwistedWeb/18.9.0
        Server: UCS PremieraExternal v4.0.4.24
        Server: UMC Webserver/5.0
        Server: UPnP/1.0 DLNADOC/1.50 Allwinnertech/0.1.0
        Server: UPnP/1.0 DLNADOC/1.50 Platinum/1.0.5.13
        Server: Unknown
        Server: Unspecified, UPnP/1.0, Unspecified
        Server: VAppServer/6.0.0
        Server: VB
        Server: VCS-VideoJet-Webserver
        Server: VPON Server/1.0
        Server: Varnish
        Server: Vinahost
        Server: Virata-EmWeb/R6_0_1
        Server: Virtual Web 0.9
        Server: Vivotek Network Camera
        Server: WAF
        Server: WCY_WEBServer/1.0
        Server: WCY_WEBServer/2.0
        Server: WDaemon/4.0
        Server: WDaemon/10.0.0
        Server: WEB SERVER
        Server: WMSServer/2.0.1.0
        Server: WN/2.4.7
        Server: WS CDN Server
        Server: WSGIServer/0.2 CPython/3.7.3
        Server: WWW Server/1.1
        Server: WWW-Kodeks/6.4
        Server: Warp/3.2.27
        Server: Warp/3.2.28
        Server: Waveplus HTTPD
        Server: Web Express 0.9
        Server: Web Server
        Server: Web Switch
        Server: Web server
        Server: Web-Server/3.0
        Server: WebServer
        Server: WebServer/1.0 UPnP/1.0
        Server: Webs
        Server: WebsServer/2.1.8 PeerSec-MatrixSSL/
        Server: Werkzeug/0.9.6 Python/2.7.6
        Server: WhatsUp
        Server: WhatsUp_Gold/8.0
        Server: WiJungle
        Server: WildDuck API
        Server: WildFly/8
        Server: WildFly/9
        Server: WildFly/10
        Server: WildFly/11
        Server: WindRiver-WebServer/4.7
        Server: WindWeb/1.0
        Server: Windows Server 2008 R2, UPnP/1.0 DLNADOC/1.50, Serviio/1.8
        Server: Wing FTP Server(Mario Kaserer)
        Server: Wing FTP Server(MediaSend pty Ltd)
        Server: Wing FTP Server/3.3.5()
        Server: Winstone Servlet Engine v0.9.10
        Server: Wisp/1.0.71.15
        Server: WowzaStreamingEngine/4.7.1
        Server: WowzaStreamingEngine/4.7.7
        Server: XDaemon v1.0
        Server: XEvil_4.0.0[Beta][V4_0b25]
        Server: Xavante 2.2.0 embeded
        Server: Xitami
        Server: YouTrack
        Server: YxlinkWAF
        Server: ZK Web Server
        Server: ZSWS/2.2
        Server: ZTE web server 1.0 ZTE corp 2015.
        Server: Zope/(2.13.15, python 2.7.3, linux2) ZServer/1.1
        Server: Zope/(2.13.27, python 2.7.3, linux2) ZServer/1.1
        Server: Zscaler/5.7
        Server: abcd
        Server: access to tenda
        Server: alphapd
        Server: alphapd/2.1.7
        Server: alphapd/2.1.8
        Server: antid
        Server: axhttpd/1.4.0
        Server: axhttpd/1.5.3
        Server: beegoServer:1.12.0
        Server: bots-webserver
        Server: box
        Server: build-in http server
        Server: calibre 4.0.0
        Server: ccapi-dvrs-production
        Server: cisco-IOS
        Server: cloudflare-nginx
        Server: cvmd-1.0.0 (r1)
        Server: dcs-lig-httpd
        Server: de475d6363d3b9295c4645cd08294af288c1c0de
        Server: eHTTP v2.0
        Server: eboo server
        Server: embedded http dameon
        Server: falcon/2.1
        Server: foo
        Server: gSOAP/2.7
        Server: gen5th/1.33.00
        Server: gen5th/1.82.01
        Server: gunicorn/19.3.0
        Server: h2o/2.3.0-DEV@6cde7eb3f
        Server: http server 1.0
        Server: httpd
        Server: httpd/1.00
        Server: httpd/2.0
        Server: httpd_four-faith
        Server: httpserver
        Server: iSpy
        Server: jjhttpd v0.1.0
        Server: kangle/3.5.8.2
        Server: kong/0.14.0
        Server: libwww-perl-daemon/6.01
        Server: lighttpd
        Server: lighttpd-Intelbras
        Server: lighttpd/1.4.28
        Server: lighttpd/1.4.35
        Server: lighttpd/1.4.43
        Server: lighttpd/1.4.54
        Server: localhost
        Server: lwIP/1.4.0 (http://savannah.nongnu.org/projects/lwip)
        Server: mORMot (Windows) Microsoft-HTTPAPI/1.0
        Server: mORMot (Windows) Microsoft-HTTPAPI/2.0
        Server: micro_httpd
        Server: minhttpd
        Server: mini_httpd/1.19 19dec2003
        Server: mini_httpd/1.21 18oct2014
        Server: mini_httpd/1.30 26Oct2018
        Server: miniupnpd/1.0 UPnP/1.0
        Server: mysrv
        Server: nPerf/2.2.0 2019-04-02
        Server: nextgen_0.2
        Server: nginx/1.8.0
        Server: ngjit
        Server: nostromo 1.9.4
        Server: o2switch PowerBoost
        Server: openresty
        Server: product only
        Server: rchttpd/1.0
        Server: rednetcloud
        Server: secure
        Server: siyou server
        Server: sky_router
        Server: squid
        Server: staging
        Server: sthttpd/2.27.0 03oct2014
        Server: thttpd
        Server: thttpd-alphanetworks/2.23
        Server: thttpd/2.25b 29dec2003
        Server: thttpd/2.25b-lxc 29dec2003
        Server: thttpd/2.27 19Oct2015
        Server: tinyproxy/1.10.0
        Server: tsbox
        Server: uc-httpd 1.0.0
        Server: uc-httpd/1.0.0
        Server: waitress
        Server: web
        Server: webcam 7
        Server: webserver
        Server: webserver/1.0
        Server: wfe
        Server: wfust
        Server: wildix-http-server
        Server: wizzardo-http/0.1
      -->
      </p>
      
      <p hidden>
        <!--
        <title>28ZE</title>
        <title>300Mbps Wireless N ADSL2+ Modem Router TD-W8960N</title>
        <title>300Mbps Wireless N USB ADSL2+ Modem Router TD-W8968</title>
        <title>401 Unauthorized</title>
        <title>:: Chatsuriya ::</title>
        <title>:: DOCTORSIR.IN ::</title>
        <title>:: ENVIAR &gt;SERVICIOS POSTALES&lt; ::</title>
        <title>:: Laboratorio Clínico y Centro Médico Blanco ::</title>
        <title>:: MILLENIUM ERP PORTAL ::</title>
        <title>:: Policenter - Centros Médicos y Dentales ::</title>
        <title>:: ReciboNet - G&M Consultoria :: Login</title>
        <title>:: Server Maintenance ::</title>
        <title>:: Startr :: Free Startup landing page</title>
        <title>:: Workdisk EDMS$ ::</title>
        <title>::: Login :::</title>
        <title>ADSL2 PLUS</title>
        <title>AGS GmbH Webserver Setup</title>
        <title>AIROS</title>
        <title>AN550602B</title>
        <title>ASB Home</title>
        <title>ASUS Router - Mobile QIS</title>
        <title>ASUS Wireless Router RT-N18U</title>
        <title>ATGen Global</title>
        <title>ATHOS HELLAS-B2B System</title>
        <title>ATO.VN</title>
        <title>ATOZ Tradings, Inc.</title>
        <title>AUSA Soluciones Logísticas</title>
        <title>AVA-Tools</title>
        <title>AVH Doctor Portal</title>
        <title>AZ.pl strona domyślna</title>
        <title>AZARUNIV.AC.IR</title>
        <title>AZValue</title>
        <title>AZ®Software - Industry 4.0</title>
        <title>Account Suspended</title>
        <title>Admin Page</title>
        <title>Admin Portal</title>
        <title>AdminLTE 2 | Dashboard</title>
        <title>Administration Console</title>
        <title>Apache Tomcat</title>
        <title>Apex Web Services</title>
        <title>AsicMiner</title>
        <title>BaseDashboard</title>
        <title>Braunschweiger Seven Stammtisch</title>
        <title>C3T Routers</title>
        <title>CRM - Welcome</title>
        <title>Center of Inspiration</title>
        <title>Channel management</title>
        <title>Chaparral Wireless</title>
        <title>Costume Designers Guild | IATSE local 892</title>
        <title>D-LINK CORPORATION, INC | WIRELESS ROUTER | LOGIN</title>
        <title>D-LINK SYSTEMS, INC. | WIRELESS ROUTER | HOME</title>
        <title>DIR600 1</title>
        <title>DIR-615 DLINK</title>
        <title>DLINK DIR-905L</title>
        <title>DSL Router - GKM 1220</title>
        <title>DSL Router</title>
        <title>DVR Components Download</title>
        <title>Default PLESK Page</title>
        <title>Default Parallels Plesk Page</title>
        <title>Default Parallels Plesk Panel Page</title>
        <title>Directory listing for /</title>
        <title>Dlink DIR-610</title>
        <title>Dlink DIR-611</title>
        <title>Document Moved</title>
        <title>ELSYS CPE-2N</title>
        <title>F609</title>
        <title>Feaforall &#8211; Just another WordPress site</title>
        <title>FiberHome AN5506-02-B, hardware: GJ-2.134.321B7G, firmware: RP2520</title>
        <title>FiberLink101</title>
        <title>FileMaker Website</title>
        <title>FileRun :: Login</title>
        <title>FileServer SMKN 2 Wonosari //</title>
        <title>Firewall Authentication</title>
        <title>Flickr Stats</title>
        <title>Forbidden</title>
        <title>Fotomodels.es Blog de modelos</title>
        <title>Foula Store Australia</title>
        <title>GOPON-1000R-ONU</title>
        <title>GOTHAN</title>
        <title>GPON Home Gateway401 Authorization Required</title>
        <title>GPON Home Gateway</title>
        <title>GPON ONT</title>
        <title>GPS Fleet Software</title>
        <title>GREATEK</title>
        <title>GWR-120</title>
        <title>Game of Life</title>
        <title>Gial Plast</title>
        <title>GlassFish Server 3.1.2 - Server Running</title>
        <title>GlassFish Server - Server Running</title>
        <title>GlassFish Server Open Source Edition  5.0  - Error report</title>
        <title>Global Web Server</title>
        <title>Glow The Agency</title>
        <title>GoAhead-Boa</title>
        <title>GoAhead-Webs Routers</title>
        <title>GoAhead-Webs</title>
        <title>GoAhed 302</title>
        <title>Google Scholar</title>
        <title>H3K | File Manager</title>
        <title>H264CD</title>
        <title>H368N</title>
        <title>HD</title>
        <title>HFS /</title>
        <title>HG253s</title>
        <title>HG255e Home Gateway HG255e</title>
        <title>HG630 V2 Home Gateway HG630 V2</title>
        <title>HILLSTONE NETWORKS</title>
        <title>HK TOLL A
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T22:13:18.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "nongnu.org"
               ],
               "hostname" : [
                  "savannah.nongnu.org"
               ],
               "ip" : [
                  "3.5.8.2",
                  "12.1.1.4",
                  "2.1.2.9",
                  "1.0.71.15",
                  "3.1.2.2",
                  "10.1.2.0",
                  "2.0.1.0",
                  "1.0.5.13",
                  "4.4.1.0",
                  "11.3.0.2",
                  "1.8.9.4",
                  "4.0.4.24"
               ],
               "url" : [
                  "http://savannah.nongnu.org/projects/lwip)"
               ]
            },
            "http" : {
               "bodymd5" : "b448aa083972123d750f4c9f92cef309",
               "bodymmh3" : -702344670,
               "headermd5" : "91f6d1bacadc0d3f26c2a44b850ac1d4",
               "headermmh3" : -734341985,
               "title" : "28ZE"
            },
            "length" : 16384
         },
         "asn" : "AS63949",
         "city" : "Richardson",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\ncontent-type: text/html;charset=UTF-8\r\ntransfer-encoding: chunked\r\nconnection: close\r\n\r\n3F90\r\n<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en\">\n<meta charset=\"utf-8\" />\n\n<p hidden>\n  <!--\n  Server:\n  Server: 360 web server\n  Server: 792/71644  HTTP Server version 2.0 - TELDAT S.A.\n  Server: A10WS/1.00\n  Server: ADB Broadband HTTP Server\n  Server: AR\n  Server: ASUSTeK UPnP/1.0 MiniUPnPd/1.4\n  Server: ATS/5.3.0\n  Server: Adaptec ASM 1.1\n  Server: AirTies/ASP 1.0 UPnP/1.0 miniupnpd/1.0\n  Server: Allegro-Software-RomPager/4.06\n  Server: AmirHossein Server v1.0\n  Server: AnWeb/1.42p\n  Server: AnyStor-E\n  Server: Apache-Coyote/1.1\n  Server: App-webs/\n  Server: ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.9.4)\n  Server: AvigilonGateway/1.0 Microsoft-HTTPAPI/2.0\n  Server: Baby Web Server\n  Server: BigIP\n  Server: Boa/0.93.15\n  Server: Boa/0.94.7\n  Server: Boa/0.94.13\n  Server: Boa/0.94.14rc20\n  Server: Boa/0.94.14rc21\n  Server: BolidXMLRPC/1.10 (Windows NT) ORION-BOLID v1.10\n  Server: BroadWorks\n  Server: Brovotech/2.0.0\n  Server: CJServer/1.1\n  Server: CPWS\n  Server: CVM\n  Server: Caddy\n  Server: Cambium HTTP Server\n  Server: Camera Web Server\n  Server: CentOS WebPanel: Protected by Mod Security\n  Server: Check Point SVN foundation\n  Server: Cherokee/1.2.101 (Ubuntu)\n  Server: CherryPy/2.3.0\n  Server: CherryPy/3.1.0beta3 WSGI Server\n  Server: CherryPy/8.1.2\n  Server: Cisco AWARE 2.0\n  Server: Citrix Web PN Server\n  Server: Commvault WebServer\n  Server: Control4 Web Server\n  Server: CouchDB/1.6.1 (Erlang OTP/18)\n  Server: CouchDB/2.0.0 (Erlang OTP/17)\n  Server: Cougar/9.01.01.3841\n  Server: Cougar/9.01.01.5001\n  Server: Cowboy\n  Server: Cross Web Server\n  Server: D-Link Web Server 0.01\n  Server: DNVRS-Webs\n  Server: DVR-HttpServer/1.0\n  Server: DVRDVS-Webs\n  Server: DWS\n  Server: DasanNetwork Solution\n  Server: Debian/4.0 UPnP/1.0 miniupnpd/1.0\n  Server: Deluxe Beauty Office\n  Server: Destiny\n  Server: DpmptspKarawangkab_HTTP_SERVER\n  Server: E2EE Server 1.0\n  Server: EBox\n  Server: EShare Http Server/1.0\n  Server: Easy-Web Server/1.0\n  Server: Embedded HTTP Server.\n  Server: Embedthis-Appweb/3.2.3\n  Server: Embedthis-Appweb/3.3.1\n  Server: Embedthis-http\n  Server: Ericom Access Server\n  Server: Ericom Access Server x64\n  Server: FN-Httpd 1.0 [HTTP/1.1]\n  Server: FUJITSU ServerView iRMC S4 Webserver\n  Server: FileMakerPro/6.0Fv4 WebCompanion/6.0v3\n  Server: Flussonic\n  Server: GSHD/3.0\n  Server: GeoHttpServer\n  Server: GeoWebServer 4.4.1.0\n  Server: Ginatex-HTTPServer\n  Server: GlassFish Server Open Source Edition  4.0\n  Server: GoAhead-Webs\n  Server: GoAhead-Webs/2.5.0\n  Server: GoAhead-http\n  Server: GoTTY\n  Server: H3C-Miniware-Webs\n  Server: HFS 2.2f\n  Server: HFS 2.3 beta\n  Server: HFS 2.3e\n  Server: HFS 2.3i\n  Server: HFS 2.3k\n  Server: HFS 2.3m\n  Server: HTTP Server\n  Server: HTTP Server 1.0\n  Server: HTTP Software 1.1\n  Server: HTTPD\n  Server: HTTPD Web Server\n  Server: HTTPD-HR Server powered by Apache\n  Server: HTTPD_gw 1.0\n  Server: Hikvision-Webs\n  Server: Hipcam\n  Server: HostGW.com EnterpriseServer built fo SMKN 1 Kaligondang\n  Server: Http Server\n  Server: Httpd\n  Server: Httpd/1.0\n  Server: Hydra/0.1.8\n  Server: IBM_HTTP_Server\n  Server: IIS\n  Server: IPC@CHIP\n  Server: IPCamera-Webs\n  Server: IPCamera-Webs/2.5.0\n  Server: IPOffice/\n  Server: IceWarp/9.4.2\n  Server: IceWarp/12.1.1.4 x64\n  Server: IdeaWebServer/0.83.292\n  Server: If you want know, you can ask me\n  Server: Indy/9.0.11\n  Server: Intoto Http Server v1.0\n  Server: InvalidPanda/1.0.0\n  Server: JAWS/1.0\n  Server: JAWS/1.0 Jan 21 2017\n  Server: JBoss-EAP/7\n  Server: JDVR/4.0\n  Server: JFinal 4.5\n  Server: JWS\n  Server: Jetty(6.1.19)\n  Server: KMS_ACCESS\n  Server: Keil-EWEB/2.1\n  Server: Kerio MailServer 6.5.2\n  Server: Kestrel\n  Server: LINUX-2.6 UPnP/1.0 MiniUPnPd/1.5\n  Server: LTE Router Webs\n  Server: Lanswitch - V100R003 HttpServer 1.1\n  Server: Linux, HTTP/1.1, DIR-860L Ver 1.01\n  Server: Linux/2.6.18 UPnP/1.0 miniupnpd/1.0\n  Server: Linux/2.x UPnP/1.0 Avtech/1.0\n  Server: Linux/3.4.39 UPnP/1.0 Cling/2.0\n  Server: Linux/3.10.0 eHomeMediaCenter/1.0\n  Server: Linux/3.10.33 UPnP/1.0 Teleal-Cling/1.0\n  Server: Linux/3.10.104 eHomeMediaCenter/1.0\n  Server: Linux/3.14.29 CyberHTTP/1.0\n  Server: LiteSpeed\n  Server: Lotus-Domino\n  Server: MIPS LINUX/2.4 UPnP/1.0 miniupnpd/1.0\n  Server: MJPG-Streamer/0.2\n  Server: MS-SDK-HttpServer/1.0\n  Server: MailEnable-HTTP/5.0\n  Server: Mars\n  Server: Mathopd/1.5p6\n  Server: Mbedthis-AppWeb/2.0.4\n  Server: Mbedthis-Appweb/2.4.0\n  Server: Mbedthis-Appweb/2.4.2\n  Server: Mbedthis-Appweb/12.5.0\n  Server: Microsoft-HTTPAPI/1.0\n  Server: Microsoft-HTTPAPI/2.0\n  Server: Microsoft-IIS/5.0\n  Server: Microsoft-IIS/5.1\n  Server: Microsoft-IIS/6.0\n  Server: Microsoft-IIS/7.0\n  Server: Microsoft-IIS/7.5\n  Server: Microsoft-IIS/8.0\n  Server: Microsoft-IIS/8.5\n  Server: Microsoft-IIS/10.0\n  Server: Microsoft-NetCore/2.0, UPnP/1.0 DLNADOC/1.50\n  Server: Microsoft-WinCE/7.00\n  Server: Mikrotik HttpProxy\n  Server: Mini Embedded Web Server\n  Server: Mini web server 1.\n  Server: Mini web server 1.0 ZTE corp 2005.\n  Server: Mini web server 1.0 ZXIC corp 2005.\n  Server: MiniServ/1.890\n  Server: MistServer/2.14.2\n  Server: MochiWeb/1.0 (Any of you quaids got a smint?)\n  Server: MonitorServer/0.10.5.363 Python/2.7.5\n  Server: Monitorix HTTP Server\n  Server: Monkey\n  Server: Mono-HTTPAPI/1.0\n  Server: MoxaHttp/1.0\n  Server: Mrvl-R1_0\n  Server: Mrvl-R2_0\n  Server: NISS\n  Server: NVR EXT SERVER\n  Server: Net-OS 5.xx UPnP/1.0\n  Server: NetBox Version 2.8 Build 4128\n  Server: NetEVI/3.10\n  Server: Netwave IP Camera\n  Server: Network Camera with Pan/Tilt\n  Server: Network_Module/1.0 (WXA-50)\n  Server: Nexus/3.9.0-01 (OSS)\n  Server: Nexus/3.13.0-01 (OSS)\n  Server: Nginx\n  Server: Nucleus/4.3 UPnP/1.0 Virata-EmWeb/R6_2_0\n  Server: OPNsense\n  Server: OceanView-CDN\n  Server: Oktell LS\n  Server: OpenBCM/1.07b3\n  Server: OpenBSD httpd\n  Server: Oracle Containers for J2EE\n  Server: Oracle GlassFish Server 3.1.2.2\n  Server: Oracle XML DB/Oracle Database\n  Server: Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server\n  Server: Oracle-Application-Server-11g\n  Server: Oracle-HTTP-Server\n  Server: Oracle-HTTP-Server-11g\n  Server: Oracle_WebDb_Listener/2.1\n  Server: PBX/63.0.2 (CentOS64)\n  Server: PRTG/19.3.51.2830\n  Server: PanWeb Server/ -\n  Server: Payara Server  5.193 #badassfish\n  Server: PrHTTPD Ver1.0\n  Server: Proxy\n  Server: Python/3.6 aiohttp/2.3.10\n  Server: Qualvision -HTTPServer\n  Server: REP Server\n  Server: RNOAAA018180026  HTTP Server version 2.0 - TELDAT S.A.\n  Server: Rabbit\n  Server: RapidLogic/1.1\n  Server: Raption v5.8.0\n  Server: ReeCam IP Camera\n  Server: RemotelyAnywhere/9.0.856\n  Server: Reposify\n  Server: Resin/2.1.12\n  Server: Resin/3.0.17\n  Server: Resin/3.1.8\n  Server: Rex/12.0.7601.17514\n  Server: RomPager/4.07 UPnP/1.0\n  Server: RomPager/4.51 UPnP/1.0\n  Server: Router\n  Server: Router Webserver\n  Server: SAP\n  Server: SRS/3.0.45(OuXuli)\n  Server: SY8033\n  Server: SY8045\n  Server: Safe3 Web Firewall\n  Server: Safedog/4.0.0\n  Server: ScreenConnect/19.4.25542.7213-2135886336 Microsoft-HTTPAPI/2.0\n  Server: Serv-U/11.3.0.2\n  Server: Server\n  Server: ServiceNow\n  Server: Servlet 2.5; JBoss-5.0/JBossWeb-2.1\n  Server: Servlet/2.5 JSP/2.1\n  Server: SimpleHTTP/0.6 Python/2.7.15+\n  Server: SinforHttpd/1.0\n  Server: SmartXFilter\n  Server: SoftManager Application Server\n  Server: SonicWALL\n  Server: Spark\n  Server: Start HTTP-Server/1.1\n  Server: Swift1.0\n  Server: Switch\n  Server: SyncThru 5\n  Server: TOPSEC\n  Server: TP-LINK Router\n  Server: TWebAP/2.1.2.9\n  Server: Tas\n  Server: Techno Vision Security System Ver. 2.0\n  Server: Tengine/2.3.2\n  Server: Thecapital Caphe Websphere 12.3 build 3.456.234.2600\n  Server: This is webserver\n  Server: TibetSystem Server 2.0\n  Server: Tieline\n  Server: Tntnet/2.1\n  Server: Topsec\n  Server: TornadoServer/6.0.2\n  Server: TurnStat webserver\n  Server: TwistedWeb/18.9.0\n  Server: UCS PremieraExternal v4.0.4.24\n  Server: UMC Webserver/5.0\n  Server: UPnP/1.0 DLNADOC/1.50 Allwinnertech/0.1.0\n  Server: UPnP/1.0 DLNADOC/1.50 Platinum/1.0.5.13\n  Server: Unknown\n  Server: Unspecified, UPnP/1.0, Unspecified\n  Server: VAppServer/6.0.0\n  Server: VB\n  Server: VCS-VideoJet-Webserver\n  Server: VPON Server/1.0\n  Server: Varnish\n  Server: Vinahost\n  Server: Virata-EmWeb/R6_0_1\n  Server: Virtual Web 0.9\n  Server: Vivotek Network Camera\n  Server: WAF\n  Server: WCY_WEBServer/1.0\n  Server: WCY_WEBServer/2.0\n  Server: WDaemon/4.0\n  Server: WDaemon/10.0.0\n  Server: WEB SERVER\n  Server: WMSServer/2.0.1.0\n  Server: WN/2.4.7\n  Server: WS CDN Server\n  Server: WSGIServer/0.2 CPython/3.7.3\n  Server: WWW Server/1.1\n  Server: WWW-Kodeks/6.4\n  Server: Warp/3.2.27\n  Server: Warp/3.2.28\n  Server: Waveplus HTTPD\n  Server: Web Express 0.9\n  Server: Web Server\n  Server: Web Switch\n  Server: Web server\n  Server: Web-Server/3.0\n  Server: WebServer\n  Server: WebServer/1.0 UPnP/1.0\n  Server: Webs\n  Server: WebsServer/2.1.8 PeerSec-MatrixSSL/\n  Server: Werkzeug/0.9.6 Python/2.7.6\n  Server: WhatsUp\n  Server: WhatsUp_Gold/8.0\n  Server: WiJungle\n  Server: WildDuck API\n  Server: WildFly/8\n  Server: WildFly/9\n  Server: WildFly/10\n  Server: WildFly/11\n  Server: WindRiver-WebServer/4.7\n  Server: WindWeb/1.0\n  Server: Windows Server 2008 R2, UPnP/1.0 DLNADOC/1.50, Serviio/1.8\n  Server: Wing FTP Server(Mario Kaserer)\n  Server: Wing FTP Server(MediaSend pty Ltd)\n  Server: Wing FTP Server/3.3.5()\n  Server: Winstone Servlet Engine v0.9.10\n  Server: Wisp/1.0.71.15\n  Server: WowzaStreamingEngine/4.7.1\n  Server: WowzaStreamingEngine/4.7.7\n  Server: XDaemon v1.0\n  Server: XEvil_4.0.0[Beta][V4_0b25]\n  Server: Xavante 2.2.0 embeded\n  Server: Xitami\n  Server: YouTrack\n  Server: YxlinkWAF\n  Server: ZK Web Server\n  Server: ZSWS/2.2\n  Server: ZTE web server 1.0 ZTE corp 2015.\n  Server: Zope/(2.13.15, python 2.7.3, linux2) ZServer/1.1\n  Server: Zope/(2.13.27, python 2.7.3, linux2) ZServer/1.1\n  Server: Zscaler/5.7\n  Server: abcd\n  Server: access to tenda\n  Server: alphapd\n  Server: alphapd/2.1.7\n  Server: alphapd/2.1.8\n  Server: antid\n  Server: axhttpd/1.4.0\n  Server: axhttpd/1.5.3\n  Server: beegoServer:1.12.0\n  Server: bots-webserver\n  Server: box\n  Server: build-in http server\n  Server: calibre 4.0.0\n  Server: ccapi-dvrs-production\n  Server: cisco-IOS\n  Server: cloudflare-nginx\n  Server: cvmd-1.0.0 (r1)\n  Server: dcs-lig-httpd\n  Server: de475d6363d3b9295c4645cd08294af288c1c0de\n  Server: eHTTP v2.0\n  Server: eboo server\n  Server: embedded http dameon\n  Server: falcon/2.1\n  Server: foo\n  Server: gSOAP/2.7\n  Server: gen5th/1.33.00\n  Server: gen5th/1.82.01\n  Server: gunicorn/19.3.0\n  Server: h2o/2.3.0-DEV@6cde7eb3f\n  Server: http server 1.0\n  Server: httpd\n  Server: httpd/1.00\n  Server: httpd/2.0\n  Server: httpd_four-faith\n  Server: httpserver\n  Server: iSpy\n  Server: jjhttpd v0.1.0\n  Server: kangle/3.5.8.2\n  Server: kong/0.14.0\n  Server: libwww-perl-daemon/6.01\n  Server: lighttpd\n  Server: lighttpd-Intelbras\n  Server: lighttpd/1.4.28\n  Server: lighttpd/1.4.35\n  Server: lighttpd/1.4.43\n  Server: lighttpd/1.4.54\n  Server: localhost\n  Server: lwIP/1.4.0 (http://savannah.nongnu.org/projects/lwip)\n  Server: mORMot (Windows) Microsoft-HTTPAPI/1.0\n  Server: mORMot (Windows) Microsoft-HTTPAPI/2.0\n  Server: micro_httpd\n  Server: minhttpd\n  Server: mini_httpd/1.19 19dec2003\n  Server: mini_httpd/1.21 18oct2014\n  Server: mini_httpd/1.30 26Oct2018\n  Server: miniupnpd/1.0 UPnP/1.0\n  Server: mysrv\n  Server: nPerf/2.2.0 2019-04-02\n  Server: nextgen_0.2\n  Server: nginx/1.8.0\n  Server: ngjit\n  Server: nostromo 1.9.4\n  Server: o2switch PowerBoost\n  Server: openresty\n  Server: product only\n  Server: rchttpd/1.0\n  Server: rednetcloud\n  Server: secure\n  Server: siyou server\n  Server: sky_router\n  Server: squid\n  Server: staging\n  Server: sthttpd/2.27.0 03oct2014\n  Server: thttpd\n  Server: thttpd-alphanetworks/2.23\n  Server: thttpd/2.25b 29dec2003\n  Server: thttpd/2.25b-lxc 29dec2003\n  Server: thttpd/2.27 19Oct2015\n  Server: tinyproxy/1.10.0\n  Server: tsbox\n  Server: uc-httpd 1.0.0\n  Server: uc-httpd/1.0.0\n  Server: waitress\n  Server: web\n  Server: webcam 7\n  Server: webserver\n  Server: webserver/1.0\n  Server: wfe\n  Server: wfust\n  Server: wildix-http-server\n  Server: wizzardo-http/0.1\n-->\n</p>\n\n<p hidden>\n  <!--\n  <title>28ZE</title>\n  <title>300Mbps Wireless N ADSL2+ Modem Router TD-W8960N</title>\n  <title>300Mbps Wireless N USB ADSL2+ Modem Router TD-W8968</title>\n  <title>401 Unauthorized</title>\n  <title>:: Chatsuriya ::</title>\n  <title>:: DOCTORSIR.IN ::</title>\n  <title>:: ENVIAR &gt;SERVICIOS POSTALES&lt; ::</title>\n  <title>:: Laboratorio Cl\u00c3\u00adnico y Centro M\u00c3\u00a9dico Blanco ::</title>\n  <title>:: MILLENIUM ERP PORTAL ::</title>\n  <title>:: Policenter - Centros M\u00c3\u00a9dicos y Dentales ::</title>\n  <title>:: ReciboNet - G&M Consultoria :: Login</title>\n  <title>:: Server Maintenance ::</title>\n  <title>:: Startr :: Free Startup landing page</title>\n  <title>:: Workdisk EDMS$ ::</title>\n  <title>::: Login :::</title>\n  <title>ADSL2 PLUS</title>\n  <title>AGS GmbH Webserver Setup</title>\n  <title>AIROS</title>\n  <title>AN550602B</title>\n  <title>ASB Home</title>\n  <title>ASUS Router - Mobile QIS</title>\n  <title>ASUS Wireless Router RT-N18U</title>\n  <title>ATGen Global</title>\n  <title>ATHOS HELLAS-B2B System</title>\n  <title>ATO.VN</title>\n  <title>ATOZ Tradings, Inc.</title>\n  <title>AUSA Soluciones Log\u00c3\u00adsticas</title>\n  <title>AVA-Tools</title>\n  <title>AVH Doctor Portal</title>\n  <title>AZ.pl strona domy\u00c5\u009blna</title>\n  <title>AZARUNIV.AC.IR</title>\n  <title>AZValue</title>\n  <title>AZ\u00c2\u00aeSoftware - Industry 4.0</title>\n  <title>Account Suspended</title>\n  <title>Admin Page</title>\n  <title>Admin Portal</title>\n  <title>AdminLTE 2 | Dashboard</title>\n  <title>Administration Console</title>\n  <title>Apache Tomcat</title>\n  <title>Apex Web Services</title>\n  <title>AsicMiner</title>\n  <title>BaseDashboard</title>\n  <title>Braunschweiger Seven Stammtisch</title>\n  <title>C3T Routers</title>\n  <title>CRM - Welcome</title>\n  <title>Center of Inspiration</title>\n  <title>Channel management</title>\n  <title>Chaparral Wireless</title>\n  <title>Costume Designers Guild | IATSE local 892</title>\n  <title>D-LINK CORPORATION, INC | WIRELESS ROUTER | LOGIN</title>\n  <title>D-LINK SYSTEMS, INC. | WIRELESS ROUTER | HOME</title>\n  <title>DIR600 1</title>\n  <title>DIR-615 DLINK</title>\n  <title>DLINK DIR-905L</title>\n  <title>DSL Router - GKM 1220</title>\n  <title>DSL Router</title>\n  <title>DVR Components Download</title>\n  <title>Default PLESK Page</title>\n  <title>Default Parallels Plesk Page</title>\n  <title>Default Parallels Plesk Panel Page</title>\n  <title>Directory listing for /</title>\n  <title>Dlink DIR-610</title>\n  <title>Dlink DIR-611</title>\n  <title>Document Moved</title>\n  <title>ELSYS CPE-2N</title>\n  <title>F609</title>\n  <title>Feaforall &#8211; Just another WordPress site</title>\n  <title>FiberHome AN5506-02-B, hardware: GJ-2.134.321B7G, firmware: RP2520</title>\n  <title>FiberLink101</title>\n  <title>FileMaker Website</title>\n  <title>FileRun :: Login</title>\n  <title>FileServer SMKN 2 Wonosari //</title>\n  <title>Firewall Authentication</title>\n  <title>Flickr Stats</title>\n  <title>Forbidden</title>\n  <title>Fotomodels.es Blog de modelos</title>\n  <title>Foula Store Australia</title>\n  <title>GOPON-1000R-ONU</title>\n  <title>GOTHAN</title>\n  <title>GPON Home Gateway401 Authorization Required</title>\n  <title>GPON Home Gateway</title>\n  <title>GPON ONT</title>\n  <title>GPS Fleet Software</title>\n  <title>GREATEK</title>\n  <title>GWR-120</title>\n  <title>Game of Life</title>\n  <title>Gial Plast</title>\n  <title>GlassFish Server 3.1.2 - Server Running</title>\n  <title>GlassFish Server - Server Running</title>\n  <title>GlassFish Server Open Source Edition  5.0  - Error report</title>\n  <title>Global Web Server</title>\n  <title>Glow The Agency</title>\n  <title>GoAhead-Boa</title>\n  <title>GoAhead-Webs Routers</title>\n  <title>GoAhead-Webs</title>\n  <title>GoAhed 302</title>\n  <title>Google Scholar</title>\n  <title>H3K | File Manager</title>\n  <title>H264CD</title>\n  <title>H368N</title>\n  <title>HD</title>\n  <title>HFS /</title>\n  <title>HG253s</title>\n  <title>HG255e Home Gateway HG255e</title>\n  <title>HG630 V2 Home Gateway HG630 V2</title>\n  <title>HILLSTONE NETWORKS</title>\n  <title>HK TOLL A\r",
         "datamd5" : "e07c5b49eeac9706dd7800c01fe266f2",
         "datammh3" : 1852349523,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "product" : "<enterprise field>: device.product",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "45.33.0.0/17"
         },
         "host" : [
            "45-33-31-144"
         ],
         "hostname" : [
            "45-33-31-144.ip.linodeusercontent.com"
         ],
         "ip" : "45.33.31.144",
         "ipv6" : "false",
         "latitude" : "32.9473",
         "location" : "32.9473,-96.7028",
         "longitude" : "-96.7028",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "OpenBSD",
         "osdistribution" : "CentOS",
         "osvendor" : "OpenBSD",
         "port" : 49592,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "45-33-31-144.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "45.33.0.0/19",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 45.79.200.90:49592 (tcp/http) - last seen on 2024-11-06 at 17:48:49 UTC

    • IP
      45.79.200.90
      Alternative IP(s)
      2600:3c02:0:0:f03c:91ff:fea0:5787
      Network
      45.79.192.0/19
      Domain(s)
      linode.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://45.79.200.90:49592/ 200

      Reverse DNS
      li1299-90.members.linode.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      96916e1ca44dacc6253167d70a53842f
      HTTP Header MD5
      5b7eeefce7fd384c301299666ef8c4cc
      HTTP Body MD5
      465981b2c7142b9fb660b39e2de874c1
    • HTTP/1.1 200 OK
      content-type: text/html; charset=UTF-8
      transfer-encoding: chunked
      connection: close
      
      0
      
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T17:48:49.000Z",
         "alternativeip" : [
            "2600:3c02:0:0:f03c:91ff:fea0:5787"
         ],
         "app" : {
            "http" : {
               "bodymd5" : "465981b2c7142b9fb660b39e2de874c1",
               "bodymmh3" : 721386996,
               "headermd5" : "5b7eeefce7fd384c301299666ef8c4cc",
               "headermmh3" : 861122648
            },
            "length" : 111
         },
         "asn" : "AS63949",
         "city" : "Atlanta",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\ncontent-type: text/html; charset=UTF-8\r\ntransfer-encoding: chunked\r\nconnection: close\r\n\r\n0\r\n\r\n",
         "datamd5" : "96916e1ca44dacc6253167d70a53842f",
         "datammh3" : 403225863,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linode.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "45.79.192.0/19"
         },
         "host" : [
            "li1299-90"
         ],
         "hostname" : [
            "li1299-90.members.linode.com"
         ],
         "ip" : "45.79.200.90",
         "ipv6" : "false",
         "latitude" : "33.7485",
         "location" : "33.7485,-84.3871",
         "longitude" : "-84.3871",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 49592,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "li1299-90.members.linode.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "members.linode.com"
         ],
         "subnet" : "45.79.192.0/19",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 66.228.59.243:49592 (tcp/http) - last seen on 2024-11-06 at 16:05:28 UTC

    • IP
      66.228.59.243
      Network
      66.228.32.0/19
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class <enterprise field>: device.productvendor <enterprise field>: device.product

      Operating System
      Linux Linux sUse
      URL

      http://66.228.59.243:49592/ 401

      HTTP Title
      LibreSpeed Speedtest
      HTTP Keyword(s)
      voip vos3000
      HTTP Copyright
      www.linknat.com, 昆石网络
      Reverse DNS
      66-228-59-243.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux sUse
      HTTP Component(s)
      Oracle Java Apache org.apache.sling.servlets.post 2.4 MobileIron Core SPIP SPIP 4.1.11 Jenkins Jenkins 2.121.3 RedHat JBoss Community Application Server 4.0.5 Gitlab Gitlab Drupal Drupal 8 Atlassian Confluence Adobe Coldfusion
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      204263e85537a318b7ded28516645353
      HTTP Header MD5
      2d6148ae7f490d151dad047bce840959
      HTTP Body MD5
      2c43adeff93d2c96106c362e5478b4d4
    • HTTP/1.1 401 Unauthorized
      Cf-Ray: 55611f709b975f5b-LAS
      Composed-By: SPIP 4.1.11 @ www.spip.net
      Content-Length: 105481
      Content-Type: text/html;charset=utf-8
      Last-Modified: Fri, 29 Jul 2022 16:53:01 GMT
      Loginip: <srcip>
      Nel: {'report_to': 'network-errors', 'max_age': 2592000, 'failure_fraction': 0.01, 'success_fraction': 0.0001}
      Pragma: private
      Server: ZXVEVMC01
      Set-Cookie: JSESSIONID=818E3539F13611E2EA4D5BFB48AE058C.jvml; Path=/mifs; OFBiz.Visitor=10004; Secure; HttpOnly;SameSite=lax;
      Set-Cookie: acSamlv2Error=; path=/; secure;
      Set-Cookie: SDPSESSIONID=AE7F18F5CE887FC885E5A1AE449D9AC1; Path=/; Secure; HttpOnly; SameSite=None;
      Set-Cookie: XXL_JOB_LOGIN_IDENTITY=7b226964223a312c227; Max-Age=2147483647; Expires=Fri, 14-Mar-2092 22:32:26 GMT; Path=/; HttpOnly;
      Set-Cookie: did=A67B8F9C;
      Set-Cookie: grafana_session_expiry=1990089920; Path=/; Max-Age=2592000; SameSite=Lax
      Set-Cookie: acSamlv2Token=; path=/; secure;
      Set-Cookie: webvpnaac=1; path=/; secure;
      Set-Cookie: grafana_session=f7fbcb089c6994b7bc45775fdae1a13c; Path=/; Max-Age=2592000; HttpOnly; Secure; SameSite=Lax
      Set-Cookie: RUIJIEID=A67B8F9C228E095723A97C6A977BE2B3; Path=/;
      Set-Cookie: DSSignInURL=/; path=/; secure;
      Set-Cookie: roundcube_cookies=enabled; HttpOnly; expires=Tue, 01-Jan-1970 00:00:01 GMT; path=/; port=2095
      Set-Cookie: X-Qlik-Session=35263a2bf; path=/;
      Set-Cookie: PHC_DISABLED=1; path=/; secure;
      Set-Cookie: SESSID=22363a2bf; path=/;
      Set-Cookie: sesskey=21263a2bf; path=/;
      Set-Cookie: laravel_session=a0ffeb;
      Set-Cookie: CFTOKEN=f337; CFCLIENT_FOO_CORP=preflanguage%3DEN%23; CFID=1F; path=/;HttpOnly;
      Strict-Transport-Security: max-age=31536000
      Www-Authenticate: Basic realm="NETGEAR DGN1000"
      X-Alternate-Cache-Key: cacheable:ba92b39be043e3c90d2fd075057dd3e5
      X-Cache: MISS from Hello
      X-Cache-Group: normal
      X-Cache-Lookup: MISS from Hello:8080
      X-Content-Powered-By: K2 v2.8.0 (by JoomlaWor
      X-Content-Type-Options: nosniff
      X-Drupal-Cache: xHIT
      X-Drupal-Dynamic-Cache: MISS
      X-Frame-Options: SAMEORIGIN
      X-Generator: Drupal 8 (https://www.drupal.org)
      X-Influxdb-Version: v2.7.5
      X-Jenkins: 2.121.3
      X-Jenkins-Session: f72d6619
      X-Nginx-Cache-Status: MISS
      X-Powered-By: Servlet 2.4; JBoss-4.0.5.GA (build: CVSTag=Branch_4_0 date=2006101
      X-Powered-Cms: Bitrix Site Manager (31ebf3fe2d1251fbd7f82a700bcc1f66)
      X-Proxy-Cache: MISS
      X-Robots-Tag: none
      X-Served-By: cache-xsp21434-XSP
      X-Xss-Protection: 1; mode=block
      Date: Wed, 06 Nov 2024 16:05:28 GMT
      Connection: close
      
      <!DOCTYPE html>
      <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="Pragma" content="no-cache" />
      <meta charset="utf-8">
      <meta content="IE=edge" http-equiv="X-UA-Compatible">
      <meta content="object" property="og:type">
      <meta content="GitLab" property="og:site_name">
      <meta content="Help" property="og:title">
      <meta content="GitLab Community Edition" property="og:description">
      <meta content="summary" property="twitter:card">
      <meta content="Help" property="twitter:title">
      <meta content="GitLab Community Edition" property="twitter:description">
      <meta content="GitLab Community Edition" name="description">
      <meta content="#474D57" name="theme-color">
      <meta content="#30353E" name="msapplication-TileColor">
      <meta name="csrf-param" content="authenticity_token" />
      <meta name="csrf-token" content="8dcb74a64dc984fb9abe3e7c201f810d9ec90ed8e0cb6ed03ba384e2fac23909==" />
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
      <meta http-equiv="expires" content="-1"/>
      <meta name="keywords" content="VOS3000, VoIP, VoIP运营支撑系统, 软交换"/>
      <meta name="author" content="www.linknat.com, 昆石网络"/>
      <meta name="copyright" content="www.linknat.com, 昆石网络"/>
      <meta name="generator" content="SPIP 4.1.11" />
      <script src="/jquery.min.js"></script> 
      <title>LibreSpeed Speedtest</title>
      </head>
      <body>
      <div style="display: none;">
      <script>SC.util.mergeIntoContext({"focusedControlID":null,"userName":"","userDisplayName":"","isUserAuthenticated":false,"antiForgeryToken":"THtoAUxH4sS9","isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":36000000,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
      <SessionInfo><SID>a29d421feecf680a</SID><Challenge>680a</Challenge><BlockTime>0</BlockTime><Rights></Rights><Users><User last="1">fritzr</User></Users></SessionInfo>
      <Account>
      <Entry0 Active="Yes" username="CMCCAdmin" web_passwd="CmcC4dm1n5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <Entry1 Active="Yes" username="useradmin" web_passwd="Gu4ngx1pd5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <Entry2 Active="Yes" username="CUAdmin"   web_passwd="CUAdmin5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <TelnetEntry Active="Yes" telnet_username="Admin" telnet_passwd="cxx4dm1n5591" telnet_port="23"/>
      <FtpEntry Active="Yes" ftp_right="1" ftp_auth="1" ftp_username="Admin" ftp_passwd="cxx4dm1n5591" ftp_port="21" />
      <SambaEntry Active="Yes" smb_right="1" smb_auth="1" smb_username="Admin" smb_passwd="cxx4dm1n5591" />
      <ConsoleEntry Active="Yes" console_username="Admin" console_passwd="cxx4dm1n5591"/>
      <CTDefParaEntry setDefValueFlag="1" />
      </Account>
      <div>8.5.5 (Build:20200530.307-TEMP)</div>
      <span class="greyNote version"><span class="vWord">Version</span> 2023.11.3 (build 147512)</span>
      <h1>Logged in as <strong>admin</strong></h1><input type="hidden" name="csrfmiddlewaretoken" value="e9tIOET3iTncMVL4E0ESylCCQupBWlfL9NobFzaQDir2ktC0Wgy5pafsCrkonl5y"><textarea id="3revi" name="revi" rows="4" cols="50">server1 Ubuntu 22.04 LTS</textarea>
      <ca status="disabled" href="/+CSCOCA+/login.html" />
      <form action="/login/vpnSdef" enctype="multipart/form-data" method="post" name="login">
          <div data-user="root" data-module="package-updates"></div>
          <code>The zip file did not contain an entry exportDescriptor.properties</code>
          <span class="form-hidden"><input name="page" value="login" type="hidden"/><input name="formulaire_action" type="hidden" value="login" /><input name="formulaire_action_args" type="hidden" value="dzdNV0MzUGFDV0NHemR6bWorekNEWHY=" /><input name="formulaire_action_sign" type="hidden" value="" /></span>
          <message>Please enter your username and password.</message>
          <input name="formid" type="hidden" value="012afed" />
          <input name="javax.faces.ViewState" type="hidden" value="012afed" />
          <input name="queryString" type="hidden" value="1406192" />
          <div class="versionInfo">The Cacti Group Version 1.2.25</div>
          <strong>IPFire 2.19 (2017v) - Core Update 110 introduces significant changes</strong>
          <input type="hidden" name="token" value="0feacf5a1cafc9fcea1ce1255e65fd9a7c11ae3f9235eb6038a2c9fe702ec7ec">
          <input type='hidden' name='__csrf_magic' value="key:12eef1d88692f7673fb80ab6ba8d051fdce64ccb,1710777654" />
          <input type="hidden" name="tokenid"  value="1804289383" >
          <input type="hidden" name="name"  value="1804289383" >
          <input type="hidden" name="csrfKey" value="621aec6b886ff81169bed7de5d47b5ed">
          <input type="hidden" name="csrf_token" value="621aec6b886ff81169bed7de5d47b5ed">
      	<input type="hidden" name="ref" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" name="username_fieldname" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" name="password_fieldname" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="csrf" name="csrf" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="csrf" name="xd_check" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="give-form-id" name="give-form-id" value="621aec6b886ff81169bed7de5d47b5ed">
      	<input type="hidden" id="give-form-hash" name="give-form-hash" value="621aec6b886ff81169bed7de5d47b5ed">
          <input type="text" name="username" label="Username:" value="admin" />
          <input type="password" name="password" label="Password:" value="123456" />
          <input type="hidden" name="tgroup" value="DefaultADMINGroup" />
          <input type="submit" name="Login" value="Login" />
          <input type="reset" name="Clear" value="Clear" />
      </form>
      <input type="hidden" value="Maintain/cloud_index.php" id="cloud_addr">
      <li class="lisel" onclick="location.href='index.php'">日志系统</li>
      <li class="linormal" onclick="location.href='Maintain/cloud_index.php'" style="margin-left:1px;">云平台</li>
      <button type="button" data-price-id=True>sb</button>
      <div class="prod_madelName">RT-AC5300</div>
      <div class="p1 title_gap">Sign in with your ASUS router account</div>
      <tr class="h"><th>PHP Group</th></tr>
      <tr><td class="e">upload_tmp_dir</td><td class="v">/etc/httpd/_tmp</td><td class="v">/etc/httpd/_tmp</td></tr>
      <tr><td class="e">$_SERVER['DOCUMENT_ROOT']</td><td class="v">/mnt/HDD2/web/</td></tr>
      <var name='uuid'><string>7db3eea5-9996-4032-a9cc-3afd06bd11fe</string></var>
      <span >Powered by <a href='#'>Gibbon</a> v23.0.01</span>
      <div class="text" id="jive-loginVersion"> Openfire, Version: 3.6.0a</div>
      <a href='#' title='Community Forum Software by Invision Power Services'>IP.Board</a>
      <div id="mcname">LoadMaster</div>
      <p><br/><span>出厂IP:192.168.1.1</span><br/><span>用户名、密码:admin admin</span></p>
      <td colspan="2">Please enter your Cacti user name and password below:</td>
      <meta id="confluence-context-path" name="confluence-context-path" content="">
      <meta id="confluence-base-url" name="confluence-base-url" content="https://192.168.1.4">
      <meta id="atlassian-token" name="atlassian-token" content="d78e2b977d28428e411e31b958c9c502c2425083">
      <script id="frontend-js-extra">var hashform_vars = {"ajaxurl":"\/wp-admin\/admin-ajax.php","ajax_nounce":"d78e2b97","preview_img":""};</script>
      <div class='content-messages errorMessage'><p>java.lang.Exception: y9pcHMuY</p></div>
      <B>SonicWall Universal Management Suite v9.3</B>
      <br>OK<br>
      <script type="text/javascript">var csrfMagicToken = "sid:ed04c4a1c86fe99a92cbe3441e2b1e2989d5deec,1725277646";var csrfMagicName = "__vtrftk";</script>
      <select id="cars" name="name">
      <option value="olvo">olvo</option>
      </select>
      <a href="/VICIdial/phone">MODIFY</a>
      <input type="hidden" name="extension"  value="1804289383" >
      <input type="hidden" name="pass"  value="1804289383" >
      <input type="hidden" name="recording_exten"  value="1804289383" >
      <script var session_name = '621aec6b886ff81'; var session_id = '1804289383';</script>
      <input type='hidden' name='LDCSA_CSRF' value="sid:7830302ba478216ecf2cf24b53afe6f385998104,1726156985" />
      <script type='text/javascript'>
      	var cactiVersion='1.2.27';
      	var cactiServerOS='unix';
      	var cactiAction='';
      	var theme='modern';
      	var refreshIsLogout=true;
      	var refreshPage='/logout.php?action=timeout';
      	var refreshMSeconds=1440000;
      	var urlPath='/';
      	var previousPage='';
      	var sessionMessage=[];
      	var csrfMagicToken='sid:4024e82870233374a2255351fb45057c8f7f9aa6,1728459021;ip:bee133099404bd4ddc2dd5f43c6b86dc3618b300,1728459021';
      </script>
      
      <!--
      <Username Level="40/40" Dispatch="account">admin</Username><User1><Password Level="40/40" Dispatch="account">admin</Password></User1>
      /var/pinglog
      <TITLE>Login</TITLE>
      <a href="jpg.html">LIVE JPEG</a><br>
      <a href="liveie.html">Internet Monitor (Microsoft Internet Explorer 8, 9, 10, 11) </a><br>
      <a href="DVRRemoteAP.exe">Download 32 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>
      <a href="DVRRemoteAP_X64.exe">Download 64 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>
      <a href="DVFPlayer.zip">Download 32/64 bits File Player (Windows 7, Windows 8, Windows 10)</a><br>
      <\?xml version="1.0" encoding="utf-8"?><base64Binary xmlns="http://micros-hosting.com/EGateway/">
      Location: /admin
      <meta name="generator" content="vBulletin 5.5.4" />
      Location: http://<ip>:80/relogin.htm?_t=3541144909
      Location: http://<ip>:80/syscmd.htm" Location: /ui/login
      /cgi-bin/webctrl.cgi?action=index_page
      PDR-M800
      function btnPing()
      <HTML><HEAD><TITLE>302 Moved</TITLE></HEAD><BODY><H1>302 Moved</H1>.The document has moved<A HREF="http://<ip>:80/relogin.htm?_t=179439949">here</A></BODY></HTML>
      <link type="image/x-icon" rel="shortcut icon" href="/themes/img/icon/cisco_shortcut.png">
      <link type="image/x-icon" rel="shortcut icon" href="/themes/img/icon/cisco_logo.png">
      <td class="Copyright" colspan="2" style="text-align:justify" height="20" valign="bottom">© 2017 Cisco Systems, Inc. All Rights Reserved.
      <br>Cisco, Cisco Systems, and the Cisco Systems logo are registered
      trademarks or trademarks of Cisco Systems, Inc. and/or it's affiliates
      in the United States and certain other countries.
      </td>
      :
      #
      >
      $
      SSH key is good
      is not a valid ref and may not be archived
      pcPassword2
      '&sessionKey=790148060;'
      name="sessionKey" value="790148060"
      Set-Cookie: loginName=admin
      var fgt_lang = /dev/cmdb/sslvpn_websession
      php 8.1.0-dev exit
      springframework
      Tomcat
      DEVICE.ACCOUNT=admin
      AUTHORIZED_GROUP=1
      <uid></uid>
      <name>Admin</name>
      <usrid></usrid>
      <password>admin</password>
      <group></group>
      cpto /tmp/"root"
      Model=AC1450
      Firmware=V1.0.0.36_10.0.17
      "exceptionMessageValue":"javax.servlet.ServletException: No valid forensics analysis solrDocIds parameter found."
      BIG-IP release 15.0.0
      user:root
      12345admin123'
      Failed to process image
      
      Location: http://192.168.0.1:52869/picsdesc.xml
      You don't have permission to access /vpns/ on this server.
      [global]
          workgroup = intranet
          encrypt passwords = Yes
          update encrypted = Yes
      
      funcionando
      system_sofia
      name resolve order
      InfoOS:Linux node01 uid=0(root) gid=0(root) groups=0(root)OSInfo
      <b>File Uploaded !!!</b><br>
      ant=951d11e51392117311602d0c25435d7f
      38ee63071a04dc5e04ed22624c38e648
      6f3249aa304055d63828af3bfab778f6
      <h1> c80fc6428eb4fe4a3b77898ebf9f3945 </h1>
      [local]
       tid = OGRjYjc0YTY0ZGM5ODRmYjlhYmUzZTdjMjAxZjgxMGQ5ZWM5MGVkOGUwY2I2ZWQwM2JhMzg0ZTJmYWMyMzkwOT09
       addr = <ip>
      "Powered by vBulletin Version 5.5.4"
      789551
      Linear eMerge
      SuperSign
      ubiq
      Yacht
      Zeroshell
      FastWeb
      AuthInfo:
      loadingIndicator_bk
      Zyxel
      skyrouter
      WAP54
      org.apache.spark.ui
      
      
      
      ID: "00af", version: "7.7.31.1", AddItem: function (a, item, c) {}
      <insert implant configuration content here>
      Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' ws://<ip> ws://<ip>:443 wss://<ip> wss://<ip>:8443 http://<ip>/api
      Copyright (c) 2015-2020 by Cisco Systems, Inc.
      All rights reserved.
      SSL VPN Service
      wsConvertPptResponse
      <input id="txtUserName" class="txt-input" type="text" name="userName" value="" />
      <input id="txtPassword" class="txt-input" type="password" name="password" value="" />
      <button id="btnLogin" lc="html" lk="IDCS_LOGIN_NBSP">
      <span lc="html" lk="IDCS_BS_PLUGIN_DOWNLOAD" style="line-height: 30px; vertical-align: top;"></span>
      <script src="../Scripts/login.htm.js?v={JS_CSS_V}" type="text/javascript"></script>
      <LegacyDN>eD2bxe4</LegacyDN>
      <title class="_ctxstxt_NetscalerGateway">
      SAML Assertion verification failed; Please contact your administrator
      v=2b46554c087d2d5516559e9b8bc1875d
      /vpn/images/AccessGateway.ico
      frame-busting
      /vpn/js/logout_view.js?v=
      _ctxstxt_NetscalerAAA
      lib.min20200813.js
      401 Unauthorized Basic realm=
      sName='1';onTest(this);
      var passadm = "admin";
      OPMODE_BRIDGE
      document.all.cmd_result
      <input id="key" type="text" style="width: 200px" value="02108CB9-2200D5A4">
      <input id="date" type="text" style="width: 200px" value="12/25/2023">
      main page cgi-bin/login.cgi
      var sessionKey='030ff030ff88';
      loc += '&sessionKey=19dec20030ff8dcb2';
      }
      
      var code = 'location="' + loc + '"';
      
      Password change successful
      J2100N GPON ONT
      /cgi-bin/webui/admin
      sesskey
      name=admin pass=123 priv=ppp
      service=www.dlinkddns.com
      sysCmdType
      Content-Type: auth/request
      
      
      Content-Type: command/reply
      
      Reply-Text: +OK accepted
      
      
      X-Content-Powered-By: K2 v2.8.0 (by JoomlaWorks)
      007b2000-007c1000 rw-p 00000000 00:00 0
      Size:                 60 kB
      Rss:                  52 kB
      Pss:                  52 kB
      Shared_Clean:          0 kB
      Shared_Dirty:          0 kB
      Private_Clean:         0 kB
      Private_Dirty:        52 kB
      Referenced:           52 kB
      Anonymous:            52 kB
      AnonHugePages:         0 kB
      Swap:                  8 kB
      KernelPageSize:     
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T16:05:28.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "drupal.org",
                  "micros-hosting.com"
               ],
               "file" : [
                  "dvrremoteap.exe",
                  "dvfplayer.zip",
                  "dvrremoteap_x64.exe",
                  "cloud_index.php",
                  "admin-ajax.php",
                  "index.php"
               ],
               "hostname" : [
                  "micros-hosting.com",
                  "www.drupal.org"
               ],
               "ip" : [
                  "192.168.1.4",
                  "1.0.0.36",
                  "192.168.1.1",
                  "192.168.1.10",
                  "7.7.31.1",
                  "192.168.0.1"
               ],
               "url" : [
                  "http://192.168.0.1:52869/picsdesc.xml",
                  "http://micros-hosting.com/EGateway/",
                  "https://192.168.1.4",
                  "https://www.drupal.org"
               ]
            },
            "http" : {
               "bodymd5" : "2c43adeff93d2c96106c362e5478b4d4",
               "bodymmh3" : -1352417626,
               "component" : [
                  {
                     "productvendor" : "Drupal",
                     "productversion" : "8",
                     "product" : "Drupal"
                  },
                  {
                     "productvendor" : "MobileIron",
                     "product" : "Core"
                  },
                  {
                     "productvendor" : "Oracle",
                     "product" : "Java"
                  },
                  {
                     "productvendor" : "Atlassian",
                     "product" : "Confluence"
                  },
                  {
                     "product" : "Coldfusion",
                     "productvendor" : "Adobe"
                  },
                  {
                     "product" : "Jenkins",
                     "productversion" : "2.121.3",
                     "productvendor" : "Jenkins"
                  },
                  {
                     "productversion" : "4.1.11",
                     "productvendor" : "SPIP",
                     "product" : "SPIP"
                  },
                  {
                     "product" : "org.apache.sling.servlets.post",
                     "productvendor" : "Apache",
                     "productversion" : "2.4"
                  },
                  {
                     "productvendor" : "Gitlab",
                     "product" : "Gitlab"
                  },
                  {
                     "productvendor" : "RedHat",
                     "productversion" : "4.0.5",
                     "product" : "JBoss Community Application Server"
                  }
               ],
               "copyright" : "www.linknat.com, \u6606\u77f3\u7f51\u7edc",
               "header" : [
                  {
                     "value" : "Fri, 29 Jul 2022 16:53:01 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "2d6148ae7f490d151dad047bce840959",
               "headermmh3" : -911273914,
               "keywords" : [
                  "voip",
                  "vos3000"
               ],
               "realm" : "NETGEAR DGN1000",
               "title" : "LibreSpeed Speedtest"
            },
            "length" : 16298
         },
         "asn" : "AS63949",
         "city" : "Atlanta",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 401 Unauthorized\r\nCf-Ray: 55611f709b975f5b-LAS\r\nComposed-By: SPIP 4.1.11 @ www.spip.net\r\nContent-Length: 105481\r\nContent-Type: text/html;charset=utf-8\r\nLast-Modified: Fri, 29 Jul 2022 16:53:01 GMT\r\nLoginip: <srcip>\r\nNel: {'report_to': 'network-errors', 'max_age': 2592000, 'failure_fraction': 0.01, 'success_fraction': 0.0001}\r\nPragma: private\r\nServer: ZXVEVMC01\r\nSet-Cookie: JSESSIONID=818E3539F13611E2EA4D5BFB48AE058C.jvml; Path=/mifs; OFBiz.Visitor=10004; Secure; HttpOnly;SameSite=lax;\r\nSet-Cookie: acSamlv2Error=; path=/; secure;\r\nSet-Cookie: SDPSESSIONID=AE7F18F5CE887FC885E5A1AE449D9AC1; Path=/; Secure; HttpOnly; SameSite=None;\r\nSet-Cookie: XXL_JOB_LOGIN_IDENTITY=7b226964223a312c227; Max-Age=2147483647; Expires=Fri, 14-Mar-2092 22:32:26 GMT; Path=/; HttpOnly;\r\nSet-Cookie: did=A67B8F9C;\r\nSet-Cookie: grafana_session_expiry=1990089920; Path=/; Max-Age=2592000; SameSite=Lax\r\nSet-Cookie: acSamlv2Token=; path=/; secure;\r\nSet-Cookie: webvpnaac=1; path=/; secure;\r\nSet-Cookie: grafana_session=f7fbcb089c6994b7bc45775fdae1a13c; Path=/; Max-Age=2592000; HttpOnly; Secure; SameSite=Lax\r\nSet-Cookie: RUIJIEID=A67B8F9C228E095723A97C6A977BE2B3; Path=/;\r\nSet-Cookie: DSSignInURL=/; path=/; secure;\r\nSet-Cookie: roundcube_cookies=enabled; HttpOnly; expires=Tue, 01-Jan-1970 00:00:01 GMT; path=/; port=2095\r\nSet-Cookie: X-Qlik-Session=35263a2bf; path=/;\r\nSet-Cookie: PHC_DISABLED=1; path=/; secure;\r\nSet-Cookie: SESSID=22363a2bf; path=/;\r\nSet-Cookie: sesskey=21263a2bf; path=/;\r\nSet-Cookie: laravel_session=a0ffeb;\r\nSet-Cookie: CFTOKEN=f337; CFCLIENT_FOO_CORP=preflanguage%3DEN%23; CFID=1F; path=/;HttpOnly;\r\nStrict-Transport-Security: max-age=31536000\r\nWww-Authenticate: Basic realm=\"NETGEAR DGN1000\"\r\nX-Alternate-Cache-Key: cacheable:ba92b39be043e3c90d2fd075057dd3e5\r\nX-Cache: MISS from Hello\r\nX-Cache-Group: normal\r\nX-Cache-Lookup: MISS from Hello:8080\r\nX-Content-Powered-By: K2 v2.8.0 (by JoomlaWor\r\nX-Content-Type-Options: nosniff\r\nX-Drupal-Cache: xHIT\r\nX-Drupal-Dynamic-Cache: MISS\r\nX-Frame-Options: SAMEORIGIN\r\nX-Generator: Drupal 8 (https://www.drupal.org)\r\nX-Influxdb-Version: v2.7.5\r\nX-Jenkins: 2.121.3\r\nX-Jenkins-Session: f72d6619\r\nX-Nginx-Cache-Status: MISS\r\nX-Powered-By: Servlet 2.4; JBoss-4.0.5.GA (build: CVSTag=Branch_4_0 date=2006101\r\nX-Powered-Cms: Bitrix Site Manager (31ebf3fe2d1251fbd7f82a700bcc1f66)\r\nX-Proxy-Cache: MISS\r\nX-Robots-Tag: none\r\nX-Served-By: cache-xsp21434-XSP\r\nX-Xss-Protection: 1; mode=block\r\nDate: Wed, 06 Nov 2024 16:05:28 GMT\r\nConnection: close\r\n\r\n<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\n<meta charset=\"utf-8\">\n<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">\n<meta content=\"object\" property=\"og:type\">\n<meta content=\"GitLab\" property=\"og:site_name\">\n<meta content=\"Help\" property=\"og:title\">\n<meta content=\"GitLab Community Edition\" property=\"og:description\">\n<meta content=\"summary\" property=\"twitter:card\">\n<meta content=\"Help\" property=\"twitter:title\">\n<meta content=\"GitLab Community Edition\" property=\"twitter:description\">\n<meta content=\"GitLab Community Edition\" name=\"description\">\n<meta content=\"#474D57\" name=\"theme-color\">\n<meta content=\"#30353E\" name=\"msapplication-TileColor\">\n<meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"8dcb74a64dc984fb9abe3e7c201f810d9ec90ed8e0cb6ed03ba384e2fac23909==\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n<meta http-equiv=\"expires\" content=\"-1\"/>\n<meta name=\"keywords\" content=\"VOS3000, VoIP, VoIP\u8fd0\u8425\u652f\u6491\u7cfb\u7edf, \u8f6f\u4ea4\u6362\"/>\n<meta name=\"author\" content=\"www.linknat.com, \u6606\u77f3\u7f51\u7edc\"/>\n<meta name=\"copyright\" content=\"www.linknat.com, \u6606\u77f3\u7f51\u7edc\"/>\n<meta name=\"generator\" content=\"SPIP 4.1.11\" />\n<script src=\"/jquery.min.js\"></script> \n<title>LibreSpeed Speedtest</title>\n</head>\n<body>\n<div style=\"display: none;\">\n<script>SC.util.mergeIntoContext({\"focusedControlID\":null,\"userName\":\"\",\"userDisplayName\":\"\",\"isUserAuthenticated\":false,\"antiForgeryToken\":\"THtoAUxH4sS9\",\"isUserAdministrator\":false,\"canManageSharedToolbox\":false,\"pageBaseFileName\":\"Guest\",\"notifyActivityFrequencyMilliseconds\":600000,\"loginAfterInactivityMilliseconds\":36000000,\"canChangePassword\":false,\"controlPanelUrl\":null,\"pageType\":\"GuestPage\",\"processType\":2,\"userAgentOverride\":null,\"sessionTypeInfos\":[]});</script>\n<SessionInfo><SID>a29d421feecf680a</SID><Challenge>680a</Challenge><BlockTime>0</BlockTime><Rights></Rights><Users><User last=\"1\">fritzr</User></Users></SessionInfo>\n<Account>\n<Entry0 Active=\"Yes\" username=\"CMCCAdmin\" web_passwd=\"CmcC4dm1n5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<Entry1 Active=\"Yes\" username=\"useradmin\" web_passwd=\"Gu4ngx1pd5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<Entry2 Active=\"Yes\" username=\"CUAdmin\"   web_passwd=\"CUAdmin5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<TelnetEntry Active=\"Yes\" telnet_username=\"Admin\" telnet_passwd=\"cxx4dm1n5591\" telnet_port=\"23\"/>\n<FtpEntry Active=\"Yes\" ftp_right=\"1\" ftp_auth=\"1\" ftp_username=\"Admin\" ftp_passwd=\"cxx4dm1n5591\" ftp_port=\"21\" />\n<SambaEntry Active=\"Yes\" smb_right=\"1\" smb_auth=\"1\" smb_username=\"Admin\" smb_passwd=\"cxx4dm1n5591\" />\n<ConsoleEntry Active=\"Yes\" console_username=\"Admin\" console_passwd=\"cxx4dm1n5591\"/>\n<CTDefParaEntry setDefValueFlag=\"1\" />\n</Account>\n<div>8.5.5 (Build:20200530.307-TEMP)</div>\n<span class=\"greyNote version\"><span class=\"vWord\">Version</span> 2023.11.3 (build 147512)</span>\n<h1>Logged in as <strong>admin</strong></h1><input type=\"hidden\" name=\"csrfmiddlewaretoken\" value=\"e9tIOET3iTncMVL4E0ESylCCQupBWlfL9NobFzaQDir2ktC0Wgy5pafsCrkonl5y\"><textarea id=\"3revi\" name=\"revi\" rows=\"4\" cols=\"50\">server1 Ubuntu 22.04 LTS</textarea>\n<ca status=\"disabled\" href=\"/+CSCOCA+/login.html\" />\n<form action=\"/login/vpnSdef\" enctype=\"multipart/form-data\" method=\"post\" name=\"login\">\n    <div data-user=\"root\" data-module=\"package-updates\"></div>\n    <code>The zip file did not contain an entry exportDescriptor.properties</code>\n    <span class=\"form-hidden\"><input name=\"page\" value=\"login\" type=\"hidden\"/><input name=\"formulaire_action\" type=\"hidden\" value=\"login\" /><input name=\"formulaire_action_args\" type=\"hidden\" value=\"dzdNV0MzUGFDV0NHemR6bWorekNEWHY=\" /><input name=\"formulaire_action_sign\" type=\"hidden\" value=\"\" /></span>\n    <message>Please enter your username and password.</message>\n    <input name=\"formid\" type=\"hidden\" value=\"012afed\" />\n    <input name=\"javax.faces.ViewState\" type=\"hidden\" value=\"012afed\" />\n    <input name=\"queryString\" type=\"hidden\" value=\"1406192\" />\n    <div class=\"versionInfo\">The Cacti Group Version 1.2.25</div>\n    <strong>IPFire 2.19 (2017v) - Core Update 110 introduces significant changes</strong>\n    <input type=\"hidden\" name=\"token\" value=\"0feacf5a1cafc9fcea1ce1255e65fd9a7c11ae3f9235eb6038a2c9fe702ec7ec\">\n    <input type='hidden' name='__csrf_magic' value=\"key:12eef1d88692f7673fb80ab6ba8d051fdce64ccb,1710777654\" />\n    <input type=\"hidden\" name=\"tokenid\"  value=\"1804289383\" >\n    <input type=\"hidden\" name=\"name\"  value=\"1804289383\" >\n    <input type=\"hidden\" name=\"csrfKey\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n    <input type=\"hidden\" name=\"csrf_token\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n\t<input type=\"hidden\" name=\"ref\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" name=\"username_fieldname\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" name=\"password_fieldname\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"csrf\" name=\"csrf\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"csrf\" name=\"xd_check\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"give-form-id\" name=\"give-form-id\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n\t<input type=\"hidden\" id=\"give-form-hash\" name=\"give-form-hash\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n    <input type=\"text\" name=\"username\" label=\"Username:\" value=\"admin\" />\n    <input type=\"password\" name=\"password\" label=\"Password:\" value=\"123456\" />\n    <input type=\"hidden\" name=\"tgroup\" value=\"DefaultADMINGroup\" />\n    <input type=\"submit\" name=\"Login\" value=\"Login\" />\n    <input type=\"reset\" name=\"Clear\" value=\"Clear\" />\n</form>\n<input type=\"hidden\" value=\"Maintain/cloud_index.php\" id=\"cloud_addr\">\n<li class=\"lisel\" onclick=\"location.href='index.php'\">\u65e5\u5fd7\u7cfb\u7edf</li>\n<li class=\"linormal\" onclick=\"location.href='Maintain/cloud_index.php'\" style=\"margin-left:1px;\">\u4e91\u5e73\u53f0</li>\n<button type=\"button\" data-price-id=True>sb</button>\n<div class=\"prod_madelName\">RT-AC5300</div>\n<div class=\"p1 title_gap\">Sign in with your ASUS router account</div>\n<tr class=\"h\"><th>PHP Group</th></tr>\n<tr><td class=\"e\">upload_tmp_dir</td><td class=\"v\">/etc/httpd/_tmp</td><td class=\"v\">/etc/httpd/_tmp</td></tr>\n<tr><td class=\"e\">$_SERVER['DOCUMENT_ROOT']</td><td class=\"v\">/mnt/HDD2/web/</td></tr>\n<var name='uuid'><string>7db3eea5-9996-4032-a9cc-3afd06bd11fe</string></var>\n<span >Powered by <a href='#'>Gibbon</a> v23.0.01</span>\n<div class=\"text\" id=\"jive-loginVersion\"> Openfire, Version: 3.6.0a</div>\n<a href='#' title='Community Forum Software by Invision Power Services'>IP.Board</a>\n<div id=\"mcname\">LoadMaster</div>\n<p><br/><span>\u51fa\u5382IP\uff1a192.168.1.1</span><br/><span>\u7528\u6237\u540d\u3001\u5bc6\u7801\uff1aadmin admin</span></p>\n<td colspan=\"2\">Please enter your Cacti user name and password below:</td>\n<meta id=\"confluence-context-path\" name=\"confluence-context-path\" content=\"\">\n<meta id=\"confluence-base-url\" name=\"confluence-base-url\" content=\"https://192.168.1.4\">\n<meta id=\"atlassian-token\" name=\"atlassian-token\" content=\"d78e2b977d28428e411e31b958c9c502c2425083\">\n<script id=\"frontend-js-extra\">var hashform_vars = {\"ajaxurl\":\"\\/wp-admin\\/admin-ajax.php\",\"ajax_nounce\":\"d78e2b97\",\"preview_img\":\"\"};</script>\n<div class='content-messages errorMessage'><p>java.lang.Exception: y9pcHMuY</p></div>\n<B>SonicWall Universal Management Suite v9.3</B>\n<br>OK<br>\n<script type=\"text/javascript\">var csrfMagicToken = \"sid:ed04c4a1c86fe99a92cbe3441e2b1e2989d5deec,1725277646\";var csrfMagicName = \"__vtrftk\";</script>\n<select id=\"cars\" name=\"name\">\n<option value=\"olvo\">olvo</option>\n</select>\n<a href=\"/VICIdial/phone\">MODIFY</a>\n<input type=\"hidden\" name=\"extension\"  value=\"1804289383\" >\n<input type=\"hidden\" name=\"pass\"  value=\"1804289383\" >\n<input type=\"hidden\" name=\"recording_exten\"  value=\"1804289383\" >\n<script var session_name = '621aec6b886ff81'; var session_id = '1804289383';</script>\n<input type='hidden' name='LDCSA_CSRF' value=\"sid:7830302ba478216ecf2cf24b53afe6f385998104,1726156985\" />\n<script type='text/javascript'>\n\tvar cactiVersion='1.2.27';\n\tvar cactiServerOS='unix';\n\tvar cactiAction='';\n\tvar theme='modern';\n\tvar refreshIsLogout=true;\n\tvar refreshPage='/logout.php?action=timeout';\n\tvar refreshMSeconds=1440000;\n\tvar urlPath='/';\n\tvar previousPage='';\n\tvar sessionMessage=[];\n\tvar csrfMagicToken='sid:4024e82870233374a2255351fb45057c8f7f9aa6,1728459021;ip:bee133099404bd4ddc2dd5f43c6b86dc3618b300,1728459021';\n</script>\n\n<!--\n<Username Level=\"40/40\" Dispatch=\"account\">admin</Username><User1><Password Level=\"40/40\" Dispatch=\"account\">admin</Password></User1>\n/var/pinglog\n<TITLE>Login</TITLE>\n<a href=\"jpg.html\">LIVE JPEG</a><br>\n<a href=\"liveie.html\">Internet Monitor (Microsoft Internet Explorer 8, 9, 10, 11) </a><br>\n<a href=\"DVRRemoteAP.exe\">Download 32 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>\n<a href=\"DVRRemoteAP_X64.exe\">Download 64 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>\n<a href=\"DVFPlayer.zip\">Download 32/64 bits File Player (Windows 7, Windows 8, Windows 10)</a><br>\n<\\?xml version=\"1.0\" encoding=\"utf-8\"?><base64Binary xmlns=\"http://micros-hosting.com/EGateway/\">\nLocation: /admin\n<meta name=\"generator\" content=\"vBulletin 5.5.4\" />\nLocation: http://<ip>:80/relogin.htm?_t=3541144909\nLocation: http://<ip>:80/syscmd.htm\" Location: /ui/login\n/cgi-bin/webctrl.cgi?action=index_page\nPDR-M800\nfunction btnPing()\n<HTML><HEAD><TITLE>302 Moved</TITLE></HEAD><BODY><H1>302 Moved</H1>.The document has moved<A HREF=\"http://<ip>:80/relogin.htm?_t=179439949\">here</A></BODY></HTML>\n<link type=\"image/x-icon\" rel=\"shortcut icon\" href=\"/themes/img/icon/cisco_shortcut.png\">\n<link type=\"image/x-icon\" rel=\"shortcut icon\" href=\"/themes/img/icon/cisco_logo.png\">\n<td class=\"Copyright\" colspan=\"2\" style=\"text-align:justify\" height=\"20\" valign=\"bottom\">\u00a9 2017 Cisco Systems, Inc. All Rights Reserved.\n<br>Cisco, Cisco Systems, and the Cisco Systems logo are registered\ntrademarks or trademarks of Cisco Systems, Inc. and/or it's affiliates\nin the United States and certain other countries.\n</td>\n:\n#\n>\n$\nSSH key is good\nis not a valid ref and may not be archived\npcPassword2\n'&sessionKey=790148060;'\nname=\"sessionKey\" value=\"790148060\"\nSet-Cookie: loginName=admin\nvar fgt_lang = /dev/cmdb/sslvpn_websession\nphp 8.1.0-dev exit\nspringframework\nTomcat\nDEVICE.ACCOUNT=admin\nAUTHORIZED_GROUP=1\n<uid></uid>\n<name>Admin</name>\n<usrid></usrid>\n<password>admin</password>\n<group></group>\ncpto /tmp/\"root\"\nModel=AC1450\r\nFirmware=V1.0.0.36_10.0.17\r\n\"exceptionMessageValue\":\"javax.servlet.ServletException: No valid forensics analysis solrDocIds parameter found.\"\nBIG-IP release 15.0.0\nuser:root\n12345admin123'\nFailed to process image\n\nLocation: http://192.168.0.1:52869/picsdesc.xml\nYou don't have permission to access /vpns/ on this server.\n[global]\n    workgroup = intranet\n    encrypt passwords = Yes\n    update encrypted = Yes\n\nfuncionando\nsystem_sofia\nname resolve order\nInfoOS:Linux node01 uid=0(root) gid=0(root) groups=0(root)OSInfo\n<b>File Uploaded !!!</b><br>\nant=951d11e51392117311602d0c25435d7f\n38ee63071a04dc5e04ed22624c38e648\n6f3249aa304055d63828af3bfab778f6\n<h1> c80fc6428eb4fe4a3b77898ebf9f3945 </h1>\n[local]\n tid = OGRjYjc0YTY0ZGM5ODRmYjlhYmUzZTdjMjAxZjgxMGQ5ZWM5MGVkOGUwY2I2ZWQwM2JhMzg0ZTJmYWMyMzkwOT09\n addr = <ip>\n\"Powered by vBulletin Version 5.5.4\"\n789551\nLinear eMerge\nSuperSign\nubiq\nYacht\nZeroshell\nFastWeb\nAuthInfo:\nloadingIndicator_bk\nZyxel\nskyrouter\nWAP54\norg.apache.spark.ui\n\n\n\nID: \"00af\", version: \"7.7.31.1\", AddItem: function (a, item, c) {}\n<insert implant configuration content here>\nContent-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' ws://<ip> ws://<ip>:443 wss://<ip> wss://<ip>:8443 http://<ip>/api\nCopyright (c) 2015-2020 by Cisco Systems, Inc.\nAll rights reserved.\nSSL VPN Service\nwsConvertPptResponse\n<input id=\"txtUserName\" class=\"txt-input\" type=\"text\" name=\"userName\" value=\"\" />\n<input id=\"txtPassword\" class=\"txt-input\" type=\"password\" name=\"password\" value=\"\" />\n<button id=\"btnLogin\" lc=\"html\" lk=\"IDCS_LOGIN_NBSP\">\n<span lc=\"html\" lk=\"IDCS_BS_PLUGIN_DOWNLOAD\" style=\"line-height: 30px; vertical-align: top;\"></span>\n<script src=\"../Scripts/login.htm.js?v={JS_CSS_V}\" type=\"text/javascript\"></script>\n<LegacyDN>eD2bxe4</LegacyDN>\n<title class=\"_ctxstxt_NetscalerGateway\">\nSAML Assertion verification failed; Please contact your administrator\nv=2b46554c087d2d5516559e9b8bc1875d\n/vpn/images/AccessGateway.ico\nframe-busting\n/vpn/js/logout_view.js?v=\n_ctxstxt_NetscalerAAA\nlib.min20200813.js\n401 Unauthorized Basic realm=\nsName='1';onTest(this);\nvar passadm = \"admin\";\nOPMODE_BRIDGE\ndocument.all.cmd_result\n<input id=\"key\" type=\"text\" style=\"width: 200px\" value=\"02108CB9-2200D5A4\">\n<input id=\"date\" type=\"text\" style=\"width: 200px\" value=\"12/25/2023\">\nmain page cgi-bin/login.cgi\nvar sessionKey='030ff030ff88';\nloc += '&sessionKey=19dec20030ff8dcb2';\n}\n\nvar code = 'location=\"' + loc + '\"';\n\nPassword change successful\nJ2100N GPON ONT\n/cgi-bin/webui/admin\nsesskey\nname=admin pass=123 priv=ppp\nservice=www.dlinkddns.com\nsysCmdType\nContent-Type: auth/request\n\n\nContent-Type: command/reply\n\nReply-Text: +OK accepted\n\n\nX-Content-Powered-By: K2 v2.8.0 (by JoomlaWorks)\n007b2000-007c1000 rw-p 00000000 00:00 0\nSize:                 60 kB\nRss:                  52 kB\nPss:                  52 kB\nShared_Clean:          0 kB\nShared_Dirty:          0 kB\nPrivate_Clean:         0 kB\nPrivate_Dirty:        52 kB\nReferenced:           52 kB\nAnonymous:            52 kB\nAnonHugePages:         0 kB\nSwap:                  8 kB\nKernelPageSize:     ",
         "datamd5" : "204263e85537a318b7ded28516645353",
         "datammh3" : 2089590177,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "product" : "<enterprise field>: device.product",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "66.228.32.0/19"
         },
         "host" : [
            "66-228-59-243"
         ],
         "hostname" : [
            "66-228-59-243.ip.linodeusercontent.com"
         ],
         "ip" : "66.228.59.243",
         "ipv6" : "false",
         "latitude" : "33.7485",
         "location" : "33.7485,-84.3871",
         "longitude" : "-84.3871",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "Linux",
         "osdistribution" : "sUse",
         "osvendor" : "Linux",
         "port" : 49592,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "Unauthorized",
         "reverse" : [
            "66-228-59-243.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 401,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "66.228.32.0/19",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 172.233.79.211:49592 (tcp/http) - last seen on 2024-11-06 at 16:05:02 UTC

    • IP
      172.233.79.211
      Network
      172.233.0.0/16
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class <enterprise field>: device.productvendor <enterprise field>: device.product

      Operating System
      Cisco IOS sUse
      URL

      http://172.233.79.211:49592/ 200

      HTTP Title
      OFBiz: Web Tools: Web Tools Main Page
      HTTP Keyword(s)
      voip vos3000
      HTTP Copyright
      www.linknat.com, 昆石网络
      Reverse DNS
      172-233-79-211.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Cisco IOS sUse
      Product
      Cisco WebVPN
      HTTP Component(s)
      Microsoft ASP.NET 4.0.30319 Atlassian Confluence Drupal Drupal 8 Gitlab Gitlab Jenkins Jenkins 2.121.3 SPIP SPIP 4.1.11
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      96befe14be5709b33a38a1c57845051e
      HTTP Header MD5
      ab5fcaf43a15a8a3fba49c57711f6a53
      HTTP Body MD5
      87b6aa2eadc2caa35b61a233040e0d2a
    • HTTP/1.1 200 OK
      Cf-Ray: 55611f709b975f5b-LAS
      Composed-By: SPIP 4.1.11 @ www.spip.net
      Content-Length: 105388
      Content-Type: text/html;charset=utf-8
      Last-Modified: Fri, 29 Jul 2022 16:53:01 GMT
      Loginip: <srcip>
      Pragma: private
      Server: adong
      Set-Cookie: token=21263a2bf; path=/;
      Set-Cookie: cval=f337; path=/; splunkweb_csrf_token_8000=0011;
      Set-Cookie: session820/qualitor820=2ek44merar6fo67l01hdr09u0l; path=/; HttpOnly; SameSite=Lax
      Set-Cookie: jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c; path=/
      Set-Cookie: _zcsr_tmp=66a8d8fd-ffe2-422b-bf08-37b6297afc4f;path=/;SameSite=Strict;Secure;priority=high;
      Set-Cookie: X-Qlik-Session=35263a2bf; path=/;
      Set-Cookie: DSSIGNIN=url_default; path=/dana-na/; expires=Thu, 31-Dec-2037 00:00:00 GMT; secure;
      Set-Cookie: acSamlv2Token=; path=/; secure;
      Set-Cookie: rememberMe=deleteMe; path=/;
      Set-Cookie: webvpn=A9790AFEACDEFA01FAAEAFEWFF390AE; path=/; secure;
      Set-Cookie: laravel_session=a0ffeb;
      Set-Cookie: DSSignInURL=/; path=/; secure;
      Set-Cookie: webvpnaac=1; path=/; secure;
      Set-Cookie: roundcube_cookies=enabled; HttpOnly; expires=Tue, 01-Jan-1970 00:00:01 GMT; path=/; port=2095
      Set-Cookie: csrf=8t9ADqIogbjKRK6; Path=/; HttpOnly;
      Set-Cookie: NSC_AAAC=a29d421feecf680a560a4c47b269b38ea29d421feecf680a560a4c47b269b38ea; path=/;
      Set-Cookie: SID=hBc7TxF76ERhvIw0jQQ4LZ7Z1jQUV0tQ; path=/;
      Set-Cookie: sesskey=21263a2bf; path=/;
      Teamcity-Node-Id: MAIN_SERVER
      X-Aspnet-Version: 4.0.30319
      X-Cache: MISS from Hello
      X-Cache-Lookup: NONE from ezproxies.com:3128
      X-Content-Powered-By: K2 v2.8.0 (by JoomlaWor
      X-Content-Type-Options: nosniff
      X-Download-Options: noopen
      X-Drupal-Cache: xHIT
      X-Drupal-Dynamic-Cache: MISS
      X-Frame-Options: SAMEORIGIN
      X-Generator: Drupal 8 (https://www.drupal.org)
      X-Influxdb-Version: v2.7.5
      X-Jenkins: 2.121.3
      X-Jenkins-Session: f72d6619
      X-Litespeed-Cache: hit
      X-Proxy-Cache: MISS
      X-Redirect-By: WordPress
      X-Shardid: 80
      X-Shopid: 25693290577
      X-Xss-Protection: 1; mode=block
      Date: Wed, 06 Nov 2024 16:05:02 GMT
      Connection: close
      
      <!DOCTYPE html>
      <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="Pragma" content="no-cache" />
      <meta charset="utf-8">
      <meta content="IE=edge" http-equiv="X-UA-Compatible">
      <meta content="object" property="og:type">
      <meta content="GitLab" property="og:site_name">
      <meta content="Help" property="og:title">
      <meta content="GitLab Community Edition" property="og:description">
      <meta content="summary" property="twitter:card">
      <meta content="Help" property="twitter:title">
      <meta content="GitLab Community Edition" property="twitter:description">
      <meta content="GitLab Community Edition" name="description">
      <meta content="#474D57" name="theme-color">
      <meta content="#30353E" name="msapplication-TileColor">
      <meta name="csrf-param" content="authenticity_token" />
      <meta name="csrf-token" content="8dcb74a64dc984fb9abe3e7c201f810d9ec90ed8e0cb6ed03ba384e2fac2390c==" />
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
      <meta http-equiv="expires" content="-1"/>
      <meta name="keywords" content="VOS3000, VoIP, VoIP运营支撑系统, 软交换"/>
      <meta name="author" content="www.linknat.com, 昆石网络"/>
      <meta name="copyright" content="www.linknat.com, 昆石网络"/>
      <meta name="generator" content="SPIP 4.1.11" />
      <script src="/jquery.min.js"></script> 
      <title>OFBiz: Web Tools: Web Tools Main Page</title>
      </head>
      <body>
      <div style="display: none;">
      <script>SC.util.mergeIntoContext({"focusedControlID":null,"userName":"","userDisplayName":"","isUserAuthenticated":false,"antiForgeryToken":"THtoAUxH4sS9","isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":36000000,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
      <SessionInfo><SID>a29d421feecf680a</SID><Challenge>680a</Challenge><BlockTime>0</BlockTime><Rights></Rights><Users><User last="1">fritzr</User></Users></SessionInfo>
      <Account>
      <Entry0 Active="Yes" username="CMCCAdmin" web_passwd="CmcC4dm1n5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <Entry1 Active="Yes" username="useradmin" web_passwd="Gu4ngx1pd5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <Entry2 Active="Yes" username="CUAdmin"   web_passwd="CUAdmin5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <TelnetEntry Active="Yes" telnet_username="Admin" telnet_passwd="cxx4dm1n5591" telnet_port="23"/>
      <FtpEntry Active="Yes" ftp_right="1" ftp_auth="1" ftp_username="Admin" ftp_passwd="cxx4dm1n5591" ftp_port="21" />
      <SambaEntry Active="Yes" smb_right="1" smb_auth="1" smb_username="Admin" smb_passwd="cxx4dm1n5591" />
      <ConsoleEntry Active="Yes" console_username="Admin" console_passwd="cxx4dm1n5591"/>
      <CTDefParaEntry setDefValueFlag="1" />
      </Account>
      <div>8.5.5 (Build:20200530.307-TEMP)</div>
      <span class="greyNote version"><span class="vWord">Version</span> 2023.11.3 (build 147512)</span>
      <h1>Logged in as <strong>admin</strong></h1><input type="hidden" name="csrfmiddlewaretoken" value="e9tIOET3iTncMVL4E0ESylCCQupBWlfL9NobFzaQDir2ktC0Wgy5pafsCrkonl5y"><textarea id="3revi" name="revi" rows="4" cols="50">server1 Ubuntu 22.04 LTS</textarea>
      <ca status="disabled" href="/+CSCOCA+/login.html" />
      <form action="/login/vpnSdef" enctype="multipart/form-data" method="post" name="login">
          <div data-user="root" data-module="package-updates"></div>
          <code>The zip file did not contain an entry exportDescriptor.properties</code>
          <span class="form-hidden"><input name="page" value="login" type="hidden"/><input name="formulaire_action" type="hidden" value="login" /><input name="formulaire_action_args" type="hidden" value="dzdNV0MzUGFDV0NHemR6bWorekNEWHY=" /><input name="formulaire_action_sign" type="hidden" value="" /></span>
          <message>Please enter your username and password.</message>
          <input name="formid" type="hidden" value="012afed" />
          <input name="javax.faces.ViewState" type="hidden" value="012afed" />
          <input name="queryString" type="hidden" value="1406192" />
          <div class="versionInfo">The Cacti Group Version 1.2.25</div>
          <strong>IPFire 2.19 (2017v) - Core Update 110 introduces significant changes</strong>
          <input type="hidden" name="token" value="0feacf5a1cafc9fcea1ce1255e65fd9a7c11ae3f9235eb6038a2c9fe702ec7ec">
          <input type='hidden' name='__csrf_magic' value="key:12eef1d88692f7673fb80ab6ba8d051fdce64ccb,1710777654" />
          <input type="hidden" name="tokenid"  value="1804289383" >
          <input type="hidden" name="name"  value="1804289383" >
          <input type="hidden" name="csrfKey" value="621aec6b886ff81169bed7de5d47b5ed">
          <input type="hidden" name="csrf_token" value="621aec6b886ff81169bed7de5d47b5ed">
      	<input type="hidden" name="ref" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" name="username_fieldname" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" name="password_fieldname" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="csrf" name="csrf" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="csrf" name="xd_check" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="give-form-id" name="give-form-id" value="621aec6b886ff81169bed7de5d47b5ed">
      	<input type="hidden" id="give-form-hash" name="give-form-hash" value="621aec6b886ff81169bed7de5d47b5ed">
          <input type="text" name="username" label="Username:" value="admin" />
          <input type="password" name="password" label="Password:" value="123456" />
          <input type="hidden" name="tgroup" value="DefaultADMINGroup" />
          <input type="submit" name="Login" value="Login" />
          <input type="reset" name="Clear" value="Clear" />
      </form>
      <input type="hidden" value="Maintain/cloud_index.php" id="cloud_addr">
      <li class="lisel" onclick="location.href='index.php'">日志系统</li>
      <li class="linormal" onclick="location.href='Maintain/cloud_index.php'" style="margin-left:1px;">云平台</li>
      <button type="button" data-price-id=True>sb</button>
      <div class="prod_madelName">RT-AC5300</div>
      <div class="p1 title_gap">Sign in with your ASUS router account</div>
      <tr class="h"><th>PHP Group</th></tr>
      <tr><td class="e">upload_tmp_dir</td><td class="v">/etc/httpd/_tmp</td><td class="v">/etc/httpd/_tmp</td></tr>
      <tr><td class="e">$_SERVER['DOCUMENT_ROOT']</td><td class="v">/mnt/HDD2/web/</td></tr>
      <var name='uuid'><string>7db3eea5-9996-4032-a9cc-3afd06bd11fe</string></var>
      <span >Powered by <a href='#'>Gibbon</a> v23.0.01</span>
      <div class="text" id="jive-loginVersion"> Openfire, Version: 3.6.0a</div>
      <a href='#' title='Community Forum Software by Invision Power Services'>IP.Board</a>
      <div id="mcname">LoadMaster</div>
      <p><br/><span>出厂IP:192.168.1.1</span><br/><span>用户名、密码:admin admin</span></p>
      <td colspan="2">Please enter your Cacti user name and password below:</td>
      <meta id="confluence-context-path" name="confluence-context-path" content="">
      <meta id="confluence-base-url" name="confluence-base-url" content="https://192.168.1.4">
      <meta id="atlassian-token" name="atlassian-token" content="d78e2b977d28428e411e31b958c9c502c2425083">
      <script id="frontend-js-extra">var hashform_vars = {"ajaxurl":"\/wp-admin\/admin-ajax.php","ajax_nounce":"d78e2b97","preview_img":""};</script>
      <div class='content-messages errorMessage'><p>java.lang.Exception: y9pcHMuY</p></div>
      <B>SonicWall Universal Management Suite v9.3</B>
      <br>OK<br>
      <script type="text/javascript">var csrfMagicToken = "sid:ed04c4a1c86fe99a92cbe3441e2b1e2989d5deec,1725277646";var csrfMagicName = "__vtrftk";</script>
      <select id="cars" name="name">
      <option value="olvo">olvo</option>
      </select>
      <a href="/VICIdial/phone">MODIFY</a>
      <input type="hidden" name="extension"  value="1804289383" >
      <input type="hidden" name="pass"  value="1804289383" >
      <input type="hidden" name="recording_exten"  value="1804289383" >
      <script var session_name = '621aec6b886ff81'; var session_id = '1804289383';</script>
      <input type='hidden' name='LDCSA_CSRF' value="sid:7830302ba478216ecf2cf24b53afe6f385998104,1726156985" />
      <script type='text/javascript'>
      	var cactiVersion='1.2.27';
      	var cactiServerOS='unix';
      	var cactiAction='';
      	var theme='modern';
      	var refreshIsLogout=true;
      	var refreshPage='/logout.php?action=timeout';
      	var refreshMSeconds=1440000;
      	var urlPath='/';
      	var previousPage='';
      	var sessionMessage=[];
      	var csrfMagicToken='sid:4024e82870233374a2255351fb45057c8f7f9aa6,1728459021;ip:bee133099404bd4ddc2dd5f43c6b86dc3618b300,1728459021';
      </script>
      
      <!--
      <Username Level="40/40" Dispatch="account">admin</Username><User1><Password Level="40/40" Dispatch="account">admin</Password></User1>
      /var/pinglog
      <TITLE>Login</TITLE>
      <a href="jpg.html">LIVE JPEG</a><br>
      <a href="liveie.html">Internet Monitor (Microsoft Internet Explorer 8, 9, 10, 11) </a><br>
      <a href="DVRRemoteAP.exe">Download 32 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>
      <a href="DVRRemoteAP_X64.exe">Download 64 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>
      <a href="DVFPlayer.zip">Download 32/64 bits File Player (Windows 7, Windows 8, Windows 10)</a><br>
      <\?xml version="1.0" encoding="utf-8"?><base64Binary xmlns="http://micros-hosting.com/EGateway/">
      Location: /admin
      <meta name="generator" content="vBulletin 5.5.4" />
      Location: http://<ip>:80/relogin.htm?_t=3541144909
      Location: http://<ip>:80/syscmd.htm" Location: /ui/login
      /cgi-bin/webctrl.cgi?action=index_page
      PDR-M800
      function btnPing()
      <HTML><HEAD><TITLE>302 Moved</TITLE></HEAD><BODY><H1>302 Moved</H1>.The document has moved<A HREF="http://<ip>:80/relogin.htm?_t=179439949">here</A></BODY></HTML>
      <link type="image/x-icon" rel="shortcut icon" href="/themes/img/icon/cisco_shortcut.png">
      <link type="image/x-icon" rel="shortcut icon" href="/themes/img/icon/cisco_logo.png">
      <td class="Copyright" colspan="2" style="text-align:justify" height="20" valign="bottom">© 2017 Cisco Systems, Inc. All Rights Reserved.
      <br>Cisco, Cisco Systems, and the Cisco Systems logo are registered
      trademarks or trademarks of Cisco Systems, Inc. and/or it's affiliates
      in the United States and certain other countries.
      </td>
      :
      #
      >
      $
      SSH key is good
      is not a valid ref and may not be archived
      pcPassword2
      '&sessionKey=790148060;'
      name="sessionKey" value="790148060"
      Set-Cookie: loginName=admin
      var fgt_lang = /dev/cmdb/sslvpn_websession
      php 8.1.0-dev exit
      springframework
      Tomcat
      DEVICE.ACCOUNT=admin
      AUTHORIZED_GROUP=1
      <uid></uid>
      <name>Admin</name>
      <usrid></usrid>
      <password>admin</password>
      <group></group>
      cpto /tmp/"root"
      Model=AC1450
      Firmware=V1.0.0.36_10.0.17
      "exceptionMessageValue":"javax.servlet.ServletException: No valid forensics analysis solrDocIds parameter found."
      BIG-IP release 15.0.0
      user:root
      12345admin123'
      Failed to process image
      
      Location: http://192.168.0.1:52869/picsdesc.xml
      You don't have permission to access /vpns/ on this server.
      [global]
          workgroup = intranet
          encrypt passwords = Yes
          update encrypted = Yes
      
      funcionando
      system_sofia
      name resolve order
      InfoOS:Linux node01 uid=0(root) gid=0(root) groups=0(root)OSInfo
      <b>File Uploaded !!!</b><br>
      ant=951d11e51392117311602d0c25435d7f
      38ee63071a04dc5e04ed22624c38e648
      6f3249aa304055d63828af3bfab778f6
      <h1> c80fc6428eb4fe4a3b77898ebf9f3945 </h1>
      [local]
       tid = OGRjYjc0YTY0ZGM5ODRmYjlhYmUzZTdjMjAxZjgxMGQ5ZWM5MGVkOGUwY2I2ZWQwM2JhMzg0ZTJmYWMyMzkwYz09
       addr = <ip>
      "Powered by vBulletin Version 5.5.4"
      789551
      Linear eMerge
      SuperSign
      ubiq
      Yacht
      Zeroshell
      FastWeb
      AuthInfo:
      loadingIndicator_bk
      Zyxel
      skyrouter
      WAP54
      org.apache.spark.ui
      
      
      
      ID: "00af", version: "7.7.31.1", AddItem: function (a, item, c) {}
      <insert implant configuration content here>
      Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' ws://<ip> ws://<ip>:443 wss://<ip> wss://<ip>:8443 http://<ip>/api
      Copyright (c) 2015-2020 by Cisco Systems, Inc.
      All rights reserved.
      SSL VPN Service
      wsConvertPptResponse
      <input id="txtUserName" class="txt-input" type="text" name="userName" value="" />
      <input id="txtPassword" class="txt-input" type="password" name="password" value="" />
      <button id="btnLogin" lc="html" lk="IDCS_LOGIN_NBSP">
      <span lc="html" lk="IDCS_BS_PLUGIN_DOWNLOAD" style="line-height: 30px; vertical-align: top;"></span>
      <script src="../Scripts/login.htm.js?v={JS_CSS_V}" type="text/javascript"></script>
      <LegacyDN>eD2bxe4</LegacyDN>
      <title class="_ctxstxt_NetscalerGateway">
      SAML Assertion verification failed; Please contact your administrator
      v=2b46554c087d2d5516559e9b8bc1875d
      /vpn/images/AccessGateway.ico
      frame-busting
      /vpn/js/logout_view.js?v=
      _ctxstxt_NetscalerAAA
      lib.min20200813.js
      401 Unauthorized Basic realm=
      sName='1';onTest(this);
      var passadm = "admin";
      OPMODE_BRIDGE
      document.all.cmd_result
      <input id="key" type="text" style="width: 200px" value="02108CB9-2200D5A4">
      <input id="date" type="text" style="width: 200px" value="12/25/2023">
      main page cgi-bin/login.cgi
      var sessionKey='030ff030ff88';
      loc += '&sessionKey=19dec20030ff8dcb2';
      }
      
      var code = 'location="' + loc + '"';
      
      Password change successful
      J2100N GPON ONT
      /cgi-bin/webui/admin
      sesskey
      name=admin pass=123 priv=ppp
      service=www.dlinkddns.com
      sysCmdType
      Content-Type: auth/request
      
      
      Content-Type: command/reply
      
      Reply-Text: +OK accepted
      
      
      X-Content-Powered-By: K2 v2.8.0 (by JoomlaWorks)
      007b2000-007c1000 rw-p 00000000 00:00 0
      Size:                 60 kB
      Rss:                  52 kB
      Pss:                  52 kB
      Shared_Clean:          0 kB
      Shared_Dirty:          0 kB
      Private_Clean:         0 kB
      Private_Dirty:        52 kB
      Referenced:           52 kB
      Anonymous:            52 kB
      AnonHugePages:         0 kB
      Swap:                  8 kB
      KernelPageSize:        4 kB
      MMUPageSize:           4 kB
      009b1000-009b8000 rwxp 001b1000 fd:01 3339977                            /var/Sofia
      Size:                 28 kB
      Rss:                   0 kB
      Pss:                   0 kB
      Shared_Clean:          0 kB
      Shared_Dirty:          0 kB
      Private_Clean:         0 kB
      Private_Dirty:         0 
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T16:05:02.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "micros-hosting.com",
                  "drupal.org"
               ],
               "file" : [
                  "admin-ajax.php",
                  "cloud_index.php",
                  "dvfplayer.zip",
                  "dvrremoteap_x64.exe",
                  "index.php",
                  "dvrremoteap.exe"
               ],
               "hostname" : [
                  "micros-hosting.com",
                  "www.drupal.org"
               ],
               "ip" : [
                  "1.0.0.36",
                  "192.168.1.10",
                  "7.7.31.1",
                  "192.168.1.1",
                  "192.168.0.1",
                  "192.168.1.4"
               ],
               "url" : [
                  "http://192.168.0.1:52869/picsdesc.xml",
                  "http://micros-hosting.com/EGateway/",
                  "https://192.168.1.4",
                  "https://www.drupal.org"
               ]
            },
            "http" : {
               "bodymd5" : "87b6aa2eadc2caa35b61a233040e0d2a",
               "bodymmh3" : -1780526827,
               "component" : [
                  {
                     "product" : "Drupal",
                     "productvendor" : "Drupal",
                     "productversion" : "8"
                  },
                  {
                     "productvendor" : "Atlassian",
                     "product" : "Confluence"
                  },
                  {
                     "productversion" : "4.1.11",
                     "productvendor" : "SPIP",
                     "product" : "SPIP"
                  },
                  {
                     "product" : "Gitlab",
                     "productvendor" : "Gitlab"
                  },
                  {
                     "productvendor" : "Microsoft",
                     "productversion" : "4.0.30319",
                     "product" : "ASP.NET"
                  },
                  {
                     "product" : "Jenkins",
                     "productversion" : "2.121.3",
                     "productvendor" : "Jenkins"
                  }
               ],
               "copyright" : "www.linknat.com, \u6606\u77f3\u7f51\u7edc",
               "header" : [
                  {
                     "value" : "Fri, 29 Jul 2022 16:53:01 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "ab5fcaf43a15a8a3fba49c57711f6a53",
               "headermmh3" : 1186025950,
               "keywords" : [
                  "voip",
                  "vos3000"
               ],
               "title" : "OFBiz: Web Tools: Web Tools Main Page"
            },
            "length" : 16289
         },
         "asn" : "AS63949",
         "city" : "Osaka",
         "country" : "JP",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nCf-Ray: 55611f709b975f5b-LAS\r\nComposed-By: SPIP 4.1.11 @ www.spip.net\r\nContent-Length: 105388\r\nContent-Type: text/html;charset=utf-8\r\nLast-Modified: Fri, 29 Jul 2022 16:53:01 GMT\r\nLoginip: <srcip>\r\nPragma: private\r\nServer: adong\r\nSet-Cookie: token=21263a2bf; path=/;\r\nSet-Cookie: cval=f337; path=/; splunkweb_csrf_token_8000=0011;\r\nSet-Cookie: session820/qualitor820=2ek44merar6fo67l01hdr09u0l; path=/; HttpOnly; SameSite=Lax\r\nSet-Cookie: jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c; path=/\r\nSet-Cookie: _zcsr_tmp=66a8d8fd-ffe2-422b-bf08-37b6297afc4f;path=/;SameSite=Strict;Secure;priority=high;\r\nSet-Cookie: X-Qlik-Session=35263a2bf; path=/;\r\nSet-Cookie: DSSIGNIN=url_default; path=/dana-na/; expires=Thu, 31-Dec-2037 00:00:00 GMT; secure;\r\nSet-Cookie: acSamlv2Token=; path=/; secure;\r\nSet-Cookie: rememberMe=deleteMe; path=/;\r\nSet-Cookie: webvpn=A9790AFEACDEFA01FAAEAFEWFF390AE; path=/; secure;\r\nSet-Cookie: laravel_session=a0ffeb;\r\nSet-Cookie: DSSignInURL=/; path=/; secure;\r\nSet-Cookie: webvpnaac=1; path=/; secure;\r\nSet-Cookie: roundcube_cookies=enabled; HttpOnly; expires=Tue, 01-Jan-1970 00:00:01 GMT; path=/; port=2095\r\nSet-Cookie: csrf=8t9ADqIogbjKRK6; Path=/; HttpOnly;\r\nSet-Cookie: NSC_AAAC=a29d421feecf680a560a4c47b269b38ea29d421feecf680a560a4c47b269b38ea; path=/;\r\nSet-Cookie: SID=hBc7TxF76ERhvIw0jQQ4LZ7Z1jQUV0tQ; path=/;\r\nSet-Cookie: sesskey=21263a2bf; path=/;\r\nTeamcity-Node-Id: MAIN_SERVER\r\nX-Aspnet-Version: 4.0.30319\r\nX-Cache: MISS from Hello\r\nX-Cache-Lookup: NONE from ezproxies.com:3128\r\nX-Content-Powered-By: K2 v2.8.0 (by JoomlaWor\r\nX-Content-Type-Options: nosniff\r\nX-Download-Options: noopen\r\nX-Drupal-Cache: xHIT\r\nX-Drupal-Dynamic-Cache: MISS\r\nX-Frame-Options: SAMEORIGIN\r\nX-Generator: Drupal 8 (https://www.drupal.org)\r\nX-Influxdb-Version: v2.7.5\r\nX-Jenkins: 2.121.3\r\nX-Jenkins-Session: f72d6619\r\nX-Litespeed-Cache: hit\r\nX-Proxy-Cache: MISS\r\nX-Redirect-By: WordPress\r\nX-Shardid: 80\r\nX-Shopid: 25693290577\r\nX-Xss-Protection: 1; mode=block\r\nDate: Wed, 06 Nov 2024 16:05:02 GMT\r\nConnection: close\r\n\r\n<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\n<meta charset=\"utf-8\">\n<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">\n<meta content=\"object\" property=\"og:type\">\n<meta content=\"GitLab\" property=\"og:site_name\">\n<meta content=\"Help\" property=\"og:title\">\n<meta content=\"GitLab Community Edition\" property=\"og:description\">\n<meta content=\"summary\" property=\"twitter:card\">\n<meta content=\"Help\" property=\"twitter:title\">\n<meta content=\"GitLab Community Edition\" property=\"twitter:description\">\n<meta content=\"GitLab Community Edition\" name=\"description\">\n<meta content=\"#474D57\" name=\"theme-color\">\n<meta content=\"#30353E\" name=\"msapplication-TileColor\">\n<meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"8dcb74a64dc984fb9abe3e7c201f810d9ec90ed8e0cb6ed03ba384e2fac2390c==\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n<meta http-equiv=\"expires\" content=\"-1\"/>\n<meta name=\"keywords\" content=\"VOS3000, VoIP, VoIP\u8fd0\u8425\u652f\u6491\u7cfb\u7edf, \u8f6f\u4ea4\u6362\"/>\n<meta name=\"author\" content=\"www.linknat.com, \u6606\u77f3\u7f51\u7edc\"/>\n<meta name=\"copyright\" content=\"www.linknat.com, \u6606\u77f3\u7f51\u7edc\"/>\n<meta name=\"generator\" content=\"SPIP 4.1.11\" />\n<script src=\"/jquery.min.js\"></script> \n<title>OFBiz: Web Tools: Web Tools Main Page</title>\n</head>\n<body>\n<div style=\"display: none;\">\n<script>SC.util.mergeIntoContext({\"focusedControlID\":null,\"userName\":\"\",\"userDisplayName\":\"\",\"isUserAuthenticated\":false,\"antiForgeryToken\":\"THtoAUxH4sS9\",\"isUserAdministrator\":false,\"canManageSharedToolbox\":false,\"pageBaseFileName\":\"Guest\",\"notifyActivityFrequencyMilliseconds\":600000,\"loginAfterInactivityMilliseconds\":36000000,\"canChangePassword\":false,\"controlPanelUrl\":null,\"pageType\":\"GuestPage\",\"processType\":2,\"userAgentOverride\":null,\"sessionTypeInfos\":[]});</script>\n<SessionInfo><SID>a29d421feecf680a</SID><Challenge>680a</Challenge><BlockTime>0</BlockTime><Rights></Rights><Users><User last=\"1\">fritzr</User></Users></SessionInfo>\n<Account>\n<Entry0 Active=\"Yes\" username=\"CMCCAdmin\" web_passwd=\"CmcC4dm1n5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<Entry1 Active=\"Yes\" username=\"useradmin\" web_passwd=\"Gu4ngx1pd5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<Entry2 Active=\"Yes\" username=\"CUAdmin\"   web_passwd=\"CUAdmin5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<TelnetEntry Active=\"Yes\" telnet_username=\"Admin\" telnet_passwd=\"cxx4dm1n5591\" telnet_port=\"23\"/>\n<FtpEntry Active=\"Yes\" ftp_right=\"1\" ftp_auth=\"1\" ftp_username=\"Admin\" ftp_passwd=\"cxx4dm1n5591\" ftp_port=\"21\" />\n<SambaEntry Active=\"Yes\" smb_right=\"1\" smb_auth=\"1\" smb_username=\"Admin\" smb_passwd=\"cxx4dm1n5591\" />\n<ConsoleEntry Active=\"Yes\" console_username=\"Admin\" console_passwd=\"cxx4dm1n5591\"/>\n<CTDefParaEntry setDefValueFlag=\"1\" />\n</Account>\n<div>8.5.5 (Build:20200530.307-TEMP)</div>\n<span class=\"greyNote version\"><span class=\"vWord\">Version</span> 2023.11.3 (build 147512)</span>\n<h1>Logged in as <strong>admin</strong></h1><input type=\"hidden\" name=\"csrfmiddlewaretoken\" value=\"e9tIOET3iTncMVL4E0ESylCCQupBWlfL9NobFzaQDir2ktC0Wgy5pafsCrkonl5y\"><textarea id=\"3revi\" name=\"revi\" rows=\"4\" cols=\"50\">server1 Ubuntu 22.04 LTS</textarea>\n<ca status=\"disabled\" href=\"/+CSCOCA+/login.html\" />\n<form action=\"/login/vpnSdef\" enctype=\"multipart/form-data\" method=\"post\" name=\"login\">\n    <div data-user=\"root\" data-module=\"package-updates\"></div>\n    <code>The zip file did not contain an entry exportDescriptor.properties</code>\n    <span class=\"form-hidden\"><input name=\"page\" value=\"login\" type=\"hidden\"/><input name=\"formulaire_action\" type=\"hidden\" value=\"login\" /><input name=\"formulaire_action_args\" type=\"hidden\" value=\"dzdNV0MzUGFDV0NHemR6bWorekNEWHY=\" /><input name=\"formulaire_action_sign\" type=\"hidden\" value=\"\" /></span>\n    <message>Please enter your username and password.</message>\n    <input name=\"formid\" type=\"hidden\" value=\"012afed\" />\n    <input name=\"javax.faces.ViewState\" type=\"hidden\" value=\"012afed\" />\n    <input name=\"queryString\" type=\"hidden\" value=\"1406192\" />\n    <div class=\"versionInfo\">The Cacti Group Version 1.2.25</div>\n    <strong>IPFire 2.19 (2017v) - Core Update 110 introduces significant changes</strong>\n    <input type=\"hidden\" name=\"token\" value=\"0feacf5a1cafc9fcea1ce1255e65fd9a7c11ae3f9235eb6038a2c9fe702ec7ec\">\n    <input type='hidden' name='__csrf_magic' value=\"key:12eef1d88692f7673fb80ab6ba8d051fdce64ccb,1710777654\" />\n    <input type=\"hidden\" name=\"tokenid\"  value=\"1804289383\" >\n    <input type=\"hidden\" name=\"name\"  value=\"1804289383\" >\n    <input type=\"hidden\" name=\"csrfKey\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n    <input type=\"hidden\" name=\"csrf_token\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n\t<input type=\"hidden\" name=\"ref\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" name=\"username_fieldname\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" name=\"password_fieldname\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"csrf\" name=\"csrf\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"csrf\" name=\"xd_check\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"give-form-id\" name=\"give-form-id\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n\t<input type=\"hidden\" id=\"give-form-hash\" name=\"give-form-hash\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n    <input type=\"text\" name=\"username\" label=\"Username:\" value=\"admin\" />\n    <input type=\"password\" name=\"password\" label=\"Password:\" value=\"123456\" />\n    <input type=\"hidden\" name=\"tgroup\" value=\"DefaultADMINGroup\" />\n    <input type=\"submit\" name=\"Login\" value=\"Login\" />\n    <input type=\"reset\" name=\"Clear\" value=\"Clear\" />\n</form>\n<input type=\"hidden\" value=\"Maintain/cloud_index.php\" id=\"cloud_addr\">\n<li class=\"lisel\" onclick=\"location.href='index.php'\">\u65e5\u5fd7\u7cfb\u7edf</li>\n<li class=\"linormal\" onclick=\"location.href='Maintain/cloud_index.php'\" style=\"margin-left:1px;\">\u4e91\u5e73\u53f0</li>\n<button type=\"button\" data-price-id=True>sb</button>\n<div class=\"prod_madelName\">RT-AC5300</div>\n<div class=\"p1 title_gap\">Sign in with your ASUS router account</div>\n<tr class=\"h\"><th>PHP Group</th></tr>\n<tr><td class=\"e\">upload_tmp_dir</td><td class=\"v\">/etc/httpd/_tmp</td><td class=\"v\">/etc/httpd/_tmp</td></tr>\n<tr><td class=\"e\">$_SERVER['DOCUMENT_ROOT']</td><td class=\"v\">/mnt/HDD2/web/</td></tr>\n<var name='uuid'><string>7db3eea5-9996-4032-a9cc-3afd06bd11fe</string></var>\n<span >Powered by <a href='#'>Gibbon</a> v23.0.01</span>\n<div class=\"text\" id=\"jive-loginVersion\"> Openfire, Version: 3.6.0a</div>\n<a href='#' title='Community Forum Software by Invision Power Services'>IP.Board</a>\n<div id=\"mcname\">LoadMaster</div>\n<p><br/><span>\u51fa\u5382IP\uff1a192.168.1.1</span><br/><span>\u7528\u6237\u540d\u3001\u5bc6\u7801\uff1aadmin admin</span></p>\n<td colspan=\"2\">Please enter your Cacti user name and password below:</td>\n<meta id=\"confluence-context-path\" name=\"confluence-context-path\" content=\"\">\n<meta id=\"confluence-base-url\" name=\"confluence-base-url\" content=\"https://192.168.1.4\">\n<meta id=\"atlassian-token\" name=\"atlassian-token\" content=\"d78e2b977d28428e411e31b958c9c502c2425083\">\n<script id=\"frontend-js-extra\">var hashform_vars = {\"ajaxurl\":\"\\/wp-admin\\/admin-ajax.php\",\"ajax_nounce\":\"d78e2b97\",\"preview_img\":\"\"};</script>\n<div class='content-messages errorMessage'><p>java.lang.Exception: y9pcHMuY</p></div>\n<B>SonicWall Universal Management Suite v9.3</B>\n<br>OK<br>\n<script type=\"text/javascript\">var csrfMagicToken = \"sid:ed04c4a1c86fe99a92cbe3441e2b1e2989d5deec,1725277646\";var csrfMagicName = \"__vtrftk\";</script>\n<select id=\"cars\" name=\"name\">\n<option value=\"olvo\">olvo</option>\n</select>\n<a href=\"/VICIdial/phone\">MODIFY</a>\n<input type=\"hidden\" name=\"extension\"  value=\"1804289383\" >\n<input type=\"hidden\" name=\"pass\"  value=\"1804289383\" >\n<input type=\"hidden\" name=\"recording_exten\"  value=\"1804289383\" >\n<script var session_name = '621aec6b886ff81'; var session_id = '1804289383';</script>\n<input type='hidden' name='LDCSA_CSRF' value=\"sid:7830302ba478216ecf2cf24b53afe6f385998104,1726156985\" />\n<script type='text/javascript'>\n\tvar cactiVersion='1.2.27';\n\tvar cactiServerOS='unix';\n\tvar cactiAction='';\n\tvar theme='modern';\n\tvar refreshIsLogout=true;\n\tvar refreshPage='/logout.php?action=timeout';\n\tvar refreshMSeconds=1440000;\n\tvar urlPath='/';\n\tvar previousPage='';\n\tvar sessionMessage=[];\n\tvar csrfMagicToken='sid:4024e82870233374a2255351fb45057c8f7f9aa6,1728459021;ip:bee133099404bd4ddc2dd5f43c6b86dc3618b300,1728459021';\n</script>\n\n<!--\n<Username Level=\"40/40\" Dispatch=\"account\">admin</Username><User1><Password Level=\"40/40\" Dispatch=\"account\">admin</Password></User1>\n/var/pinglog\n<TITLE>Login</TITLE>\n<a href=\"jpg.html\">LIVE JPEG</a><br>\n<a href=\"liveie.html\">Internet Monitor (Microsoft Internet Explorer 8, 9, 10, 11) </a><br>\n<a href=\"DVRRemoteAP.exe\">Download 32 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>\n<a href=\"DVRRemoteAP_X64.exe\">Download 64 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>\n<a href=\"DVFPlayer.zip\">Download 32/64 bits File Player (Windows 7, Windows 8, Windows 10)</a><br>\n<\\?xml version=\"1.0\" encoding=\"utf-8\"?><base64Binary xmlns=\"http://micros-hosting.com/EGateway/\">\nLocation: /admin\n<meta name=\"generator\" content=\"vBulletin 5.5.4\" />\nLocation: http://<ip>:80/relogin.htm?_t=3541144909\nLocation: http://<ip>:80/syscmd.htm\" Location: /ui/login\n/cgi-bin/webctrl.cgi?action=index_page\nPDR-M800\nfunction btnPing()\n<HTML><HEAD><TITLE>302 Moved</TITLE></HEAD><BODY><H1>302 Moved</H1>.The document has moved<A HREF=\"http://<ip>:80/relogin.htm?_t=179439949\">here</A></BODY></HTML>\n<link type=\"image/x-icon\" rel=\"shortcut icon\" href=\"/themes/img/icon/cisco_shortcut.png\">\n<link type=\"image/x-icon\" rel=\"shortcut icon\" href=\"/themes/img/icon/cisco_logo.png\">\n<td class=\"Copyright\" colspan=\"2\" style=\"text-align:justify\" height=\"20\" valign=\"bottom\">\u00a9 2017 Cisco Systems, Inc. All Rights Reserved.\n<br>Cisco, Cisco Systems, and the Cisco Systems logo are registered\ntrademarks or trademarks of Cisco Systems, Inc. and/or it's affiliates\nin the United States and certain other countries.\n</td>\n:\n#\n>\n$\nSSH key is good\nis not a valid ref and may not be archived\npcPassword2\n'&sessionKey=790148060;'\nname=\"sessionKey\" value=\"790148060\"\nSet-Cookie: loginName=admin\nvar fgt_lang = /dev/cmdb/sslvpn_websession\nphp 8.1.0-dev exit\nspringframework\nTomcat\nDEVICE.ACCOUNT=admin\nAUTHORIZED_GROUP=1\n<uid></uid>\n<name>Admin</name>\n<usrid></usrid>\n<password>admin</password>\n<group></group>\ncpto /tmp/\"root\"\nModel=AC1450\r\nFirmware=V1.0.0.36_10.0.17\r\n\"exceptionMessageValue\":\"javax.servlet.ServletException: No valid forensics analysis solrDocIds parameter found.\"\nBIG-IP release 15.0.0\nuser:root\n12345admin123'\nFailed to process image\n\nLocation: http://192.168.0.1:52869/picsdesc.xml\nYou don't have permission to access /vpns/ on this server.\n[global]\n    workgroup = intranet\n    encrypt passwords = Yes\n    update encrypted = Yes\n\nfuncionando\nsystem_sofia\nname resolve order\nInfoOS:Linux node01 uid=0(root) gid=0(root) groups=0(root)OSInfo\n<b>File Uploaded !!!</b><br>\nant=951d11e51392117311602d0c25435d7f\n38ee63071a04dc5e04ed22624c38e648\n6f3249aa304055d63828af3bfab778f6\n<h1> c80fc6428eb4fe4a3b77898ebf9f3945 </h1>\n[local]\n tid = OGRjYjc0YTY0ZGM5ODRmYjlhYmUzZTdjMjAxZjgxMGQ5ZWM5MGVkOGUwY2I2ZWQwM2JhMzg0ZTJmYWMyMzkwYz09\n addr = <ip>\n\"Powered by vBulletin Version 5.5.4\"\n789551\nLinear eMerge\nSuperSign\nubiq\nYacht\nZeroshell\nFastWeb\nAuthInfo:\nloadingIndicator_bk\nZyxel\nskyrouter\nWAP54\norg.apache.spark.ui\n\n\n\nID: \"00af\", version: \"7.7.31.1\", AddItem: function (a, item, c) {}\n<insert implant configuration content here>\nContent-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' ws://<ip> ws://<ip>:443 wss://<ip> wss://<ip>:8443 http://<ip>/api\nCopyright (c) 2015-2020 by Cisco Systems, Inc.\nAll rights reserved.\nSSL VPN Service\nwsConvertPptResponse\n<input id=\"txtUserName\" class=\"txt-input\" type=\"text\" name=\"userName\" value=\"\" />\n<input id=\"txtPassword\" class=\"txt-input\" type=\"password\" name=\"password\" value=\"\" />\n<button id=\"btnLogin\" lc=\"html\" lk=\"IDCS_LOGIN_NBSP\">\n<span lc=\"html\" lk=\"IDCS_BS_PLUGIN_DOWNLOAD\" style=\"line-height: 30px; vertical-align: top;\"></span>\n<script src=\"../Scripts/login.htm.js?v={JS_CSS_V}\" type=\"text/javascript\"></script>\n<LegacyDN>eD2bxe4</LegacyDN>\n<title class=\"_ctxstxt_NetscalerGateway\">\nSAML Assertion verification failed; Please contact your administrator\nv=2b46554c087d2d5516559e9b8bc1875d\n/vpn/images/AccessGateway.ico\nframe-busting\n/vpn/js/logout_view.js?v=\n_ctxstxt_NetscalerAAA\nlib.min20200813.js\n401 Unauthorized Basic realm=\nsName='1';onTest(this);\nvar passadm = \"admin\";\nOPMODE_BRIDGE\ndocument.all.cmd_result\n<input id=\"key\" type=\"text\" style=\"width: 200px\" value=\"02108CB9-2200D5A4\">\n<input id=\"date\" type=\"text\" style=\"width: 200px\" value=\"12/25/2023\">\nmain page cgi-bin/login.cgi\nvar sessionKey='030ff030ff88';\nloc += '&sessionKey=19dec20030ff8dcb2';\n}\n\nvar code = 'location=\"' + loc + '\"';\n\nPassword change successful\nJ2100N GPON ONT\n/cgi-bin/webui/admin\nsesskey\nname=admin pass=123 priv=ppp\nservice=www.dlinkddns.com\nsysCmdType\nContent-Type: auth/request\n\n\nContent-Type: command/reply\n\nReply-Text: +OK accepted\n\n\nX-Content-Powered-By: K2 v2.8.0 (by JoomlaWorks)\n007b2000-007c1000 rw-p 00000000 00:00 0\nSize:                 60 kB\nRss:                  52 kB\nPss:                  52 kB\nShared_Clean:          0 kB\nShared_Dirty:          0 kB\nPrivate_Clean:         0 kB\nPrivate_Dirty:        52 kB\nReferenced:           52 kB\nAnonymous:            52 kB\nAnonHugePages:         0 kB\nSwap:                  8 kB\nKernelPageSize:        4 kB\nMMUPageSize:           4 kB\n009b1000-009b8000 rwxp 001b1000 fd:01 3339977                            /var/Sofia\nSize:                 28 kB\nRss:                   0 kB\nPss:                   0 kB\nShared_Clean:          0 kB\nShared_Dirty:          0 kB\nPrivate_Clean:         0 kB\nPrivate_Dirty:         0 ",
         "datamd5" : "96befe14be5709b33a38a1c57845051e",
         "datammh3" : -1204401210,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "product" : "<enterprise field>: device.product",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "172.233.64.0/19"
         },
         "host" : [
            "172-233-79-211"
         ],
         "hostname" : [
            "172-233-79-211.ip.linodeusercontent.com"
         ],
         "ip" : "172.233.79.211",
         "ipv6" : "false",
         "latitude" : "34.6946",
         "location" : "34.6946,135.5021",
         "longitude" : "135.5021",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "IOS",
         "osdistribution" : "sUse",
         "osvendor" : "Cisco",
         "port" : 49592,
         "product" : "WebVPN",
         "productvendor" : "Cisco",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "172-233-79-211.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "172.233.0.0/16",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 45.33.96.118:49592 (tcp/http) - last seen on 2024-11-06 at 15:14:30 UTC

    • IP
      45.33.96.118
      Network
      45.33.96.0/19
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://45.33.96.118:49592/ 200

      Reverse DNS
      45-33-96-118.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      4116cee127ad1bbd6ee8662131c39514
      HTTP Header MD5
      e8d25415607c0752cbad91848c6dcf4d
      HTTP Body MD5
      36c0466de0444cb73aa4c13f13499dea
    • HTTP/1.1 200 OK
      content-type: text/html; charset=UTF-8
      content-length: 8
      connection: close
      
       /webui 
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T15:14:30.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "36c0466de0444cb73aa4c13f13499dea",
               "bodymmh3" : 1583911121,
               "headermd5" : "e8d25415607c0752cbad91848c6dcf4d",
               "headermmh3" : 1202850587
            },
            "length" : 105
         },
         "asn" : "AS63949",
         "city" : "Atlanta",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\ncontent-type: text/html; charset=UTF-8\r\ncontent-length: 8\r\nconnection: close\r\n\r\n /webui ",
         "datamd5" : "4116cee127ad1bbd6ee8662131c39514",
         "datammh3" : -919773586,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "45.33.0.0/17"
         },
         "host" : [
            "45-33-96-118"
         ],
         "hostname" : [
            "45-33-96-118.ip.linodeusercontent.com"
         ],
         "ip" : "45.33.96.118",
         "ipv6" : "false",
         "latitude" : "33.7485",
         "location" : "33.7485,-84.3871",
         "longitude" : "-84.3871",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 49592,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "45-33-96-118.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "45.33.96.0/19",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 212.111.40.95:49592 (tcp/http) - last seen on 2024-11-06 at 14:11:19 UTC

    • IP
      212.111.40.95
      Network
      212.111.40.0/22
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux sUse
      URL

      http://212.111.40.95:49592/ 200

      HTTP Title
      七牛Logkit配置文件助手
      HTTP Keyword(s)
      voip vos3000
      HTTP Copyright
      www.linknat.com, 昆石网络
      Reverse DNS
      212-111-40-95.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux sUse
      HTTP Component(s)
      Roundcube Webmail SPIP SPIP 4.1.11 Jenkins Jenkins 2.121.3 MobileIron Core Oracle Java Drupal Drupal 8 PHP PHP Gitlab Gitlab Atlassian Confluence Adobe Coldfusion
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      82193f913e397cc84756f9e6c19e8e22
      HTTP Header MD5
      f7ef1ef95362824a1c8f8e651b580815
      HTTP Body MD5
      8c8cfff6e4c9d1178248b1d076cdc91a
    • HTTP/1.1 200 OK
      Composed-By: SPIP 4.1.11 @ www.spip.net
      Content-Length: 105437
      Content-Type: text/html;charset=utf-8
      Last-Modified: Fri, 29 Jul 2022 16:53:01 GMT
      Loginip: <srcip>
      P3p: CP=CAO PSA OUR
      Pragma: private
      Server: gf-app
      Set-Cookie: webvpnlogin=; path=/; secure;
      Set-Cookie: acSamlv2Error=; path=/; secure;
      Set-Cookie: CFTOKEN=f337; CFCLIENT_FOO_CORP=preflanguage%3DEN%23; CFID=1F; path=/;HttpOnly;
      Set-Cookie: webvpn_as=; path=/; secure;
      Set-Cookie: jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c; path=/
      Set-Cookie: DSSignInURL=/; path=/; secure;
      Set-Cookie: grafana_session=f7fbcb089c6994b7bc45775fdae1a13c; Path=/; Max-Age=2592000; HttpOnly; Secure; SameSite=Lax
      Set-Cookie: JSESSIONID=818E3539F13611E2EA4D5BFB48AE058C.jvml; Path=/mifs; OFBiz.Visitor=10004; Secure; HttpOnly;SameSite=lax;
      Set-Cookie: USGSESSID=ff37fe7ceeca9a0ebedcf6549e8275d9; path=/; HttpOnly
      Set-Cookie: TRACKID=111d130c363c6795f9897e3368d2926e; Path=/; Version=1;
      Set-Cookie: csrf=8t9ADqIogbjKRK6; Path=/; HttpOnly;
      Set-Cookie: PHPSESSID=n91i168jps8rd856bcrln2isqe; path=/
      Set-Cookie: roundcube_sessid=expired; HttpOnly; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; port=2095
      Set-Cookie: did=A67B8F9C;
      Set-Cookie: zbx_session=eyJzZXNzaW9uaWQiOiI1MDU2ZTlkYTFmZjkxZDAyMGEwMGEwMzhjNTliY2I2OCIsInNpZ24iOiJiMDVjNDJjNzQ4Y2IzZGRkNjExMWE4NDVhMDJhOWMxMWE5ODVjYTZmNDRhY2QxY2I3MjA5ZjIxZmExMDg3YjQ5In0%3D; secure; HttpOnly
      Set-Cookie: _zcsr_tmp=66a8d8fd-ffe2-422b-bf08-37b6297afc4f;path=/;SameSite=Strict;Secure;priority=high;
      Set-Cookie: PHC_DISABLED=1; path=/; secure;
      Set-Cookie: ISMS_8700_Sessionname=A67B8F9C228E095723A97C6A977BE2B3; Path=/; HttpOnly
      Strict-Transport-Security: max-age=31536000
      X-Cache: MISS from Hello
      X-Cache-Lookup: MISS from Hello:8080
      X-Cacheable: SHORT
      X-Content-Powered-By: K2 v2.8.0 (by JoomlaWor
      X-Content-Type-Options: nosniff
      X-Dc: gcp-us-east1,gcp-us-central1,gcp-us-central1
      X-Drupal-Cache: xHIT
      X-Drupal-Dynamic-Cache: MISS
      X-Frame-Options: SAMEORIGIN
      X-Generator: Drupal 8 (https://www.drupal.org)
      X-Jenkins: 2.121.3
      X-Jenkins-Session: f72d6619
      X-Permitted-Cross-Domain-Policies: none
      X-Powered-By: Craft CMS
      X-Qlik-Xrfkey: ef00
      X-Shopid: 25693290577
      X-Turbo-Charged-By: LiteSpeed
      X-Xss-Protection: 1; mode=block
      Date: Wed, 06 Nov 2024 14:11:18 GMT
      Connection: close
      
      <!DOCTYPE html>
      <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="Pragma" content="no-cache" />
      <meta charset="utf-8">
      <meta content="IE=edge" http-equiv="X-UA-Compatible">
      <meta content="object" property="og:type">
      <meta content="GitLab" property="og:site_name">
      <meta content="Help" property="og:title">
      <meta content="GitLab Community Edition" property="og:description">
      <meta content="summary" property="twitter:card">
      <meta content="Help" property="twitter:title">
      <meta content="GitLab Community Edition" property="twitter:description">
      <meta content="GitLab Community Edition" name="description">
      <meta content="#474D57" name="theme-color">
      <meta content="#30353E" name="msapplication-TileColor">
      <meta name="csrf-param" content="authenticity_token" />
      <meta name="csrf-token" content="8dcb74a64dc984fb9abe3e7c201f810d9ec90ed8e0cb6ed03ba384e2fac2390a==" />
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
      <meta http-equiv="expires" content="-1"/>
      <meta name="keywords" content="VOS3000, VoIP, VoIP运营支撑系统, 软交换"/>
      <meta name="author" content="www.linknat.com, 昆石网络"/>
      <meta name="copyright" content="www.linknat.com, 昆石网络"/>
      <meta name="generator" content="SPIP 4.1.11" />
      <script src="/jquery.min.js"></script> 
      <title>七牛Logkit配置文件助手</title>
      </head>
      <body>
      <div style="display: none;">
      <script>SC.util.mergeIntoContext({"focusedControlID":null,"userName":"","userDisplayName":"","isUserAuthenticated":false,"antiForgeryToken":"THtoAUxH4sS9","isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":36000000,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
      <SessionInfo><SID>a29d421feecf680a</SID><Challenge>680a</Challenge><BlockTime>0</BlockTime><Rights></Rights><Users><User last="1">fritzr</User></Users></SessionInfo>
      <Account>
      <Entry0 Active="Yes" username="CMCCAdmin" web_passwd="CmcC4dm1n5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <Entry1 Active="Yes" username="useradmin" web_passwd="Gu4ngx1pd5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <Entry2 Active="Yes" username="CUAdmin"   web_passwd="CUAdmin5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <TelnetEntry Active="Yes" telnet_username="Admin" telnet_passwd="cxx4dm1n5591" telnet_port="23"/>
      <FtpEntry Active="Yes" ftp_right="1" ftp_auth="1" ftp_username="Admin" ftp_passwd="cxx4dm1n5591" ftp_port="21" />
      <SambaEntry Active="Yes" smb_right="1" smb_auth="1" smb_username="Admin" smb_passwd="cxx4dm1n5591" />
      <ConsoleEntry Active="Yes" console_username="Admin" console_passwd="cxx4dm1n5591"/>
      <CTDefParaEntry setDefValueFlag="1" />
      </Account>
      <div>8.5.5 (Build:20200530.307-TEMP)</div>
      <span class="greyNote version"><span class="vWord">Version</span> 2023.11.3 (build 147512)</span>
      <h1>Logged in as <strong>admin</strong></h1><input type="hidden" name="csrfmiddlewaretoken" value="e9tIOET3iTncMVL4E0ESylCCQupBWlfL9NobFzaQDir2ktC0Wgy5pafsCrkonl5y"><textarea id="3revi" name="revi" rows="4" cols="50">server1 Ubuntu 22.04 LTS</textarea>
      <ca status="disabled" href="/+CSCOCA+/login.html" />
      <form action="/login/vpnSdef" enctype="multipart/form-data" method="post" name="login">
          <div data-user="root" data-module="package-updates"></div>
          <code>The zip file did not contain an entry exportDescriptor.properties</code>
          <span class="form-hidden"><input name="page" value="login" type="hidden"/><input name="formulaire_action" type="hidden" value="login" /><input name="formulaire_action_args" type="hidden" value="dzdNV0MzUGFDV0NHemR6bWorekNEWHY=" /><input name="formulaire_action_sign" type="hidden" value="" /></span>
          <message>Please enter your username and password.</message>
          <input name="formid" type="hidden" value="012afed" />
          <input name="javax.faces.ViewState" type="hidden" value="012afed" />
          <input name="queryString" type="hidden" value="1406192" />
          <div class="versionInfo">The Cacti Group Version 1.2.25</div>
          <strong>IPFire 2.19 (2017v) - Core Update 110 introduces significant changes</strong>
          <input type="hidden" name="token" value="0feacf5a1cafc9fcea1ce1255e65fd9a7c11ae3f9235eb6038a2c9fe702ec7ec">
          <input type='hidden' name='__csrf_magic' value="key:12eef1d88692f7673fb80ab6ba8d051fdce64ccb,1710777654" />
          <input type="hidden" name="tokenid"  value="1804289383" >
          <input type="hidden" name="name"  value="1804289383" >
          <input type="hidden" name="csrfKey" value="621aec6b886ff81169bed7de5d47b5ed">
          <input type="hidden" name="csrf_token" value="621aec6b886ff81169bed7de5d47b5ed">
      	<input type="hidden" name="ref" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" name="username_fieldname" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" name="password_fieldname" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="csrf" name="csrf" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="csrf" name="xd_check" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="give-form-id" name="give-form-id" value="621aec6b886ff81169bed7de5d47b5ed">
      	<input type="hidden" id="give-form-hash" name="give-form-hash" value="621aec6b886ff81169bed7de5d47b5ed">
          <input type="text" name="username" label="Username:" value="admin" />
          <input type="password" name="password" label="Password:" value="123456" />
          <input type="hidden" name="tgroup" value="DefaultADMINGroup" />
          <input type="submit" name="Login" value="Login" />
          <input type="reset" name="Clear" value="Clear" />
      </form>
      <input type="hidden" value="Maintain/cloud_index.php" id="cloud_addr">
      <li class="lisel" onclick="location.href='index.php'">日志系统</li>
      <li class="linormal" onclick="location.href='Maintain/cloud_index.php'" style="margin-left:1px;">云平台</li>
      <button type="button" data-price-id=True>sb</button>
      <div class="prod_madelName">RT-AC5300</div>
      <div class="p1 title_gap">Sign in with your ASUS router account</div>
      <tr class="h"><th>PHP Group</th></tr>
      <tr><td class="e">upload_tmp_dir</td><td class="v">/etc/httpd/_tmp</td><td class="v">/etc/httpd/_tmp</td></tr>
      <tr><td class="e">$_SERVER['DOCUMENT_ROOT']</td><td class="v">/mnt/HDD2/web/</td></tr>
      <var name='uuid'><string>7db3eea5-9996-4032-a9cc-3afd06bd11fe</string></var>
      <span >Powered by <a href='#'>Gibbon</a> v23.0.01</span>
      <div class="text" id="jive-loginVersion"> Openfire, Version: 3.6.0a</div>
      <a href='#' title='Community Forum Software by Invision Power Services'>IP.Board</a>
      <div id="mcname">LoadMaster</div>
      <p><br/><span>出厂IP:192.168.1.1</span><br/><span>用户名、密码:admin admin</span></p>
      <td colspan="2">Please enter your Cacti user name and password below:</td>
      <meta id="confluence-context-path" name="confluence-context-path" content="">
      <meta id="confluence-base-url" name="confluence-base-url" content="https://192.168.1.4">
      <meta id="atlassian-token" name="atlassian-token" content="d78e2b977d28428e411e31b958c9c502c2425083">
      <script id="frontend-js-extra">var hashform_vars = {"ajaxurl":"\/wp-admin\/admin-ajax.php","ajax_nounce":"d78e2b97","preview_img":""};</script>
      <div class='content-messages errorMessage'><p>java.lang.Exception: y9pcHMuY</p></div>
      <B>SonicWall Universal Management Suite v9.3</B>
      <br>OK<br>
      <script type="text/javascript">var csrfMagicToken = "sid:ed04c4a1c86fe99a92cbe3441e2b1e2989d5deec,1725277646";var csrfMagicName = "__vtrftk";</script>
      <select id="cars" name="name">
      <option value="olvo">olvo</option>
      </select>
      <a href="/VICIdial/phone">MODIFY</a>
      <input type="hidden" name="extension"  value="1804289383" >
      <input type="hidden" name="pass"  value="1804289383" >
      <input type="hidden" name="recording_exten"  value="1804289383" >
      <script var session_name = '621aec6b886ff81'; var session_id = '1804289383';</script>
      <input type='hidden' name='LDCSA_CSRF' value="sid:7830302ba478216ecf2cf24b53afe6f385998104,1726156985" />
      <script type='text/javascript'>
      	var cactiVersion='1.2.27';
      	var cactiServerOS='unix';
      	var cactiAction='';
      	var theme='modern';
      	var refreshIsLogout=true;
      	var refreshPage='/logout.php?action=timeout';
      	var refreshMSeconds=1440000;
      	var urlPath='/';
      	var previousPage='';
      	var sessionMessage=[];
      	var csrfMagicToken='sid:4024e82870233374a2255351fb45057c8f7f9aa6,1728459021;ip:bee133099404bd4ddc2dd5f43c6b86dc3618b300,1728459021';
      </script>
      
      <!--
      <Username Level="40/40" Dispatch="account">admin</Username><User1><Password Level="40/40" Dispatch="account">admin</Password></User1>
      /var/pinglog
      <TITLE>Login</TITLE>
      <a href="jpg.html">LIVE JPEG</a><br>
      <a href="liveie.html">Internet Monitor (Microsoft Internet Explorer 8, 9, 10, 11) </a><br>
      <a href="DVRRemoteAP.exe">Download 32 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>
      <a href="DVRRemoteAP_X64.exe">Download 64 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>
      <a href="DVFPlayer.zip">Download 32/64 bits File Player (Windows 7, Windows 8, Windows 10)</a><br>
      <\?xml version="1.0" encoding="utf-8"?><base64Binary xmlns="http://micros-hosting.com/EGateway/">
      Location: /admin
      <meta name="generator" content="vBulletin 5.5.4" />
      Location: http://<ip>:80/relogin.htm?_t=3541144909
      Location: http://<ip>:80/syscmd.htm" Location: /ui/login
      /cgi-bin/webctrl.cgi?action=index_page
      PDR-M800
      function btnPing()
      <HTML><HEAD><TITLE>302 Moved</TITLE></HEAD><BODY><H1>302 Moved</H1>.The document has moved<A HREF="http://<ip>:80/relogin.htm?_t=179439949">here</A></BODY></HTML>
      <link type="image/x-icon" rel="shortcut icon" href="/themes/img/icon/cisco_shortcut.png">
      <link type="image/x-icon" rel="shortcut icon" href="/themes/img/icon/cisco_logo.png">
      <td class="Copyright" colspan="2" style="text-align:justify" height="20" valign="bottom">© 2017 Cisco Systems, Inc. All Rights Reserved.
      <br>Cisco, Cisco Systems, and the Cisco Systems logo are registered
      trademarks or trademarks of Cisco Systems, Inc. and/or it's affiliates
      in the United States and certain other countries.
      </td>
      :
      #
      >
      $
      SSH key is good
      is not a valid ref and may not be archived
      pcPassword2
      '&sessionKey=790148060;'
      name="sessionKey" value="790148060"
      Set-Cookie: loginName=admin
      var fgt_lang = /dev/cmdb/sslvpn_websession
      php 8.1.0-dev exit
      springframework
      Tomcat
      DEVICE.ACCOUNT=admin
      AUTHORIZED_GROUP=1
      <uid></uid>
      <name>Admin</name>
      <usrid></usrid>
      <password>admin</password>
      <group></group>
      cpto /tmp/"root"
      Model=AC1450
      Firmware=V1.0.0.36_10.0.17
      "exceptionMessageValue":"javax.servlet.ServletException: No valid forensics analysis solrDocIds parameter found."
      BIG-IP release 15.0.0
      user:root
      12345admin123'
      Failed to process image
      
      Location: http://192.168.0.1:52869/picsdesc.xml
      You don't have permission to access /vpns/ on this server.
      [global]
          workgroup = intranet
          encrypt passwords = Yes
          update encrypted = Yes
      
      funcionando
      system_sofia
      name resolve order
      InfoOS:Linux node01 uid=0(root) gid=0(root) groups=0(root)OSInfo
      <b>File Uploaded !!!</b><br>
      ant=951d11e51392117311602d0c25435d7f
      38ee63071a04dc5e04ed22624c38e648
      6f3249aa304055d63828af3bfab778f6
      <h1> c80fc6428eb4fe4a3b77898ebf9f3945 </h1>
      [local]
       tid = OGRjYjc0YTY0ZGM5ODRmYjlhYmUzZTdjMjAxZjgxMGQ5ZWM5MGVkOGUwY2I2ZWQwM2JhMzg0ZTJmYWMyMzkwYT09
       addr = <ip>
      "Powered by vBulletin Version 5.5.4"
      789551
      Linear eMerge
      SuperSign
      ubiq
      Yacht
      Zeroshell
      FastWeb
      AuthInfo:
      loadingIndicator_bk
      Zyxel
      skyrouter
      WAP54
      org.apache.spark.ui
      
      
      
      ID: "00af", version: "7.7.31.1", AddItem: function (a, item, c) {}
      <insert implant configuration content here>
      Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' ws://<ip> ws://<ip>:443 wss://<ip> wss://<ip>:8443 http://<ip>/api
      Copyright (c) 2015-2020 by Cisco Systems, Inc.
      All rights reserved.
      SSL VPN Service
      wsConvertPptResponse
      <input id="txtUserName" class="txt-input" type="text" name="userName" value="" />
      <input id="txtPassword" class="txt-input" type="password" name="password" value="" />
      <button id="btnLogin" lc="html" lk="IDCS_LOGIN_NBSP">
      <span lc="html" lk="IDCS_BS_PLUGIN_DOWNLOAD" style="line-height: 30px; vertical-align: top;"></span>
      <script src="../Scripts/login.htm.js?v={JS_CSS_V}" type="text/javascript"></script>
      <LegacyDN>eD2bxe4</LegacyDN>
      <title class="_ctxstxt_NetscalerGateway">
      SAML Assertion verification failed; Please contact your administrator
      v=2b46554c087d2d5516559e9b8bc1875d
      /vpn/images/AccessGateway.ico
      frame-busting
      /vpn/js/logout_view.js?v=
      _ctxstxt_NetscalerAAA
      lib.min20200813.js
      401 Unauthorized Basic realm=
      sName='1';onTest(this);
      var passadm = "admin";
      OPMODE_BRIDGE
      document.all.cmd_result
      <input id="key" type="text" style="width: 200px" value="02108CB9-2200D5A4">
      <input id="date" type="text" style="width: 200px" value="12/25/2023">
      main page cgi-bin/login.cgi
      var sessionKey='030ff030ff88';
      loc += '&sessionKey=19dec20030ff8dcb2';
      }
      
      var code = 'location="' + loc + '"';
      
      Password change successful
      J2100N GPON ONT
      /cgi-bin/webui/admin
      sesskey
      name=admin pass=123 priv=ppp
      service=www.dlinkddns.com
      sysCmdType
      Content-Type: auth/request
      
      
      Content-Type: command/reply
      
      Reply-Text: +OK accepted
      
      
      X-Content-Powered-By: K2 v2.8.0 (by JoomlaWorks)
      007b2000-007c1000 rw-p 00000000 00:00 0
      Size:                 60 kB
      Rss:                  52 kB
      Pss:                  52 kB
      Shared_Clean:          0 kB
      Shared_Dirty:          0 kB
      Private_Clean:         0 kB
      Private_Dirty:        52 kB
      Referenced:           52 kB
      Anonymous:            52 kB
      AnonHugePages:         0 kB
      Swap:                  8 kB
      KernelPageSize:        4 kB
      MMUPageSize:           4 kB
      009b1000
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T14:11:19.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "micros-hosting.com",
                  "drupal.org"
               ],
               "file" : [
                  "admin-ajax.php",
                  "cloud_index.php",
                  "dvfplayer.zip",
                  "index.php",
                  "dvrremoteap.exe",
                  "dvrremoteap_x64.exe"
               ],
               "hostname" : [
                  "micros-hosting.com",
                  "www.drupal.org"
               ],
               "ip" : [
                  "192.168.0.1",
                  "1.0.0.36",
                  "192.168.1.4",
                  "192.168.1.10",
                  "192.168.1.1",
                  "7.7.31.1"
               ],
               "url" : [
                  "http://192.168.0.1:52869/picsdesc.xml",
                  "http://micros-hosting.com/EGateway/",
                  "https://192.168.1.4",
                  "https://www.drupal.org"
               ]
            },
            "http" : {
               "bodymd5" : "8c8cfff6e4c9d1178248b1d076cdc91a",
               "bodymmh3" : -1857490742,
               "component" : [
                  {
                     "productvendor" : "Roundcube",
                     "product" : "Webmail"
                  },
                  {
                     "productvendor" : "PHP",
                     "product" : "PHP"
                  },
                  {
                     "productversion" : "2.121.3",
                     "productvendor" : "Jenkins",
                     "product" : "Jenkins"
                  },
                  {
                     "product" : "Java",
                     "productvendor" : "Oracle"
                  },
                  {
                     "productversion" : "4.1.11",
                     "productvendor" : "SPIP",
                     "product" : "SPIP"
                  },
                  {
                     "productversion" : "8",
                     "productvendor" : "Drupal",
                     "product" : "Drupal"
                  },
                  {
                     "productvendor" : "MobileIron",
                     "product" : "Core"
                  },
                  {
                     "productvendor" : "Gitlab",
                     "product" : "Gitlab"
                  },
                  {
                     "productvendor" : "Atlassian",
                     "product" : "Confluence"
                  },
                  {
                     "productvendor" : "Adobe",
                     "product" : "Coldfusion"
                  }
               ],
               "copyright" : "www.linknat.com, \u6606\u77f3\u7f51\u7edc",
               "header" : [
                  {
                     "name" : "Last-Modified",
                     "value" : "Fri, 29 Jul 2022 16:53:01 GMT"
                  }
               ],
               "headermd5" : "f7ef1ef95362824a1c8f8e651b580815",
               "headermmh3" : -521531746,
               "keywords" : [
                  "voip",
                  "vos3000"
               ],
               "title" : "\u4e03\u725bLogkit\u914d\u7f6e\u6587\u4ef6\u52a9\u624b"
            },
            "length" : 16298
         },
         "asn" : "AS63949",
         "city" : "London",
         "country" : "GB",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nComposed-By: SPIP 4.1.11 @ www.spip.net\r\nContent-Length: 105437\r\nContent-Type: text/html;charset=utf-8\r\nLast-Modified: Fri, 29 Jul 2022 16:53:01 GMT\r\nLoginip: <srcip>\r\nP3p: CP=CAO PSA OUR\r\nPragma: private\r\nServer: gf-app\r\nSet-Cookie: webvpnlogin=; path=/; secure;\r\nSet-Cookie: acSamlv2Error=; path=/; secure;\r\nSet-Cookie: CFTOKEN=f337; CFCLIENT_FOO_CORP=preflanguage%3DEN%23; CFID=1F; path=/;HttpOnly;\r\nSet-Cookie: webvpn_as=; path=/; secure;\r\nSet-Cookie: jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c; path=/\r\nSet-Cookie: DSSignInURL=/; path=/; secure;\r\nSet-Cookie: grafana_session=f7fbcb089c6994b7bc45775fdae1a13c; Path=/; Max-Age=2592000; HttpOnly; Secure; SameSite=Lax\r\nSet-Cookie: JSESSIONID=818E3539F13611E2EA4D5BFB48AE058C.jvml; Path=/mifs; OFBiz.Visitor=10004; Secure; HttpOnly;SameSite=lax;\r\nSet-Cookie: USGSESSID=ff37fe7ceeca9a0ebedcf6549e8275d9; path=/; HttpOnly\r\nSet-Cookie: TRACKID=111d130c363c6795f9897e3368d2926e; Path=/; Version=1;\r\nSet-Cookie: csrf=8t9ADqIogbjKRK6; Path=/; HttpOnly;\r\nSet-Cookie: PHPSESSID=n91i168jps8rd856bcrln2isqe; path=/\r\nSet-Cookie: roundcube_sessid=expired; HttpOnly; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; port=2095\r\nSet-Cookie: did=A67B8F9C;\r\nSet-Cookie: zbx_session=eyJzZXNzaW9uaWQiOiI1MDU2ZTlkYTFmZjkxZDAyMGEwMGEwMzhjNTliY2I2OCIsInNpZ24iOiJiMDVjNDJjNzQ4Y2IzZGRkNjExMWE4NDVhMDJhOWMxMWE5ODVjYTZmNDRhY2QxY2I3MjA5ZjIxZmExMDg3YjQ5In0%3D; secure; HttpOnly\r\nSet-Cookie: _zcsr_tmp=66a8d8fd-ffe2-422b-bf08-37b6297afc4f;path=/;SameSite=Strict;Secure;priority=high;\r\nSet-Cookie: PHC_DISABLED=1; path=/; secure;\r\nSet-Cookie: ISMS_8700_Sessionname=A67B8F9C228E095723A97C6A977BE2B3; Path=/; HttpOnly\r\nStrict-Transport-Security: max-age=31536000\r\nX-Cache: MISS from Hello\r\nX-Cache-Lookup: MISS from Hello:8080\r\nX-Cacheable: SHORT\r\nX-Content-Powered-By: K2 v2.8.0 (by JoomlaWor\r\nX-Content-Type-Options: nosniff\r\nX-Dc: gcp-us-east1,gcp-us-central1,gcp-us-central1\r\nX-Drupal-Cache: xHIT\r\nX-Drupal-Dynamic-Cache: MISS\r\nX-Frame-Options: SAMEORIGIN\r\nX-Generator: Drupal 8 (https://www.drupal.org)\r\nX-Jenkins: 2.121.3\r\nX-Jenkins-Session: f72d6619\r\nX-Permitted-Cross-Domain-Policies: none\r\nX-Powered-By: Craft CMS\r\nX-Qlik-Xrfkey: ef00\r\nX-Shopid: 25693290577\r\nX-Turbo-Charged-By: LiteSpeed\r\nX-Xss-Protection: 1; mode=block\r\nDate: Wed, 06 Nov 2024 14:11:18 GMT\r\nConnection: close\r\n\r\n<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\n<meta charset=\"utf-8\">\n<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">\n<meta content=\"object\" property=\"og:type\">\n<meta content=\"GitLab\" property=\"og:site_name\">\n<meta content=\"Help\" property=\"og:title\">\n<meta content=\"GitLab Community Edition\" property=\"og:description\">\n<meta content=\"summary\" property=\"twitter:card\">\n<meta content=\"Help\" property=\"twitter:title\">\n<meta content=\"GitLab Community Edition\" property=\"twitter:description\">\n<meta content=\"GitLab Community Edition\" name=\"description\">\n<meta content=\"#474D57\" name=\"theme-color\">\n<meta content=\"#30353E\" name=\"msapplication-TileColor\">\n<meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"8dcb74a64dc984fb9abe3e7c201f810d9ec90ed8e0cb6ed03ba384e2fac2390a==\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n<meta http-equiv=\"expires\" content=\"-1\"/>\n<meta name=\"keywords\" content=\"VOS3000, VoIP, VoIP\u8fd0\u8425\u652f\u6491\u7cfb\u7edf, \u8f6f\u4ea4\u6362\"/>\n<meta name=\"author\" content=\"www.linknat.com, \u6606\u77f3\u7f51\u7edc\"/>\n<meta name=\"copyright\" content=\"www.linknat.com, \u6606\u77f3\u7f51\u7edc\"/>\n<meta name=\"generator\" content=\"SPIP 4.1.11\" />\n<script src=\"/jquery.min.js\"></script> \n<title>\u4e03\u725bLogkit\u914d\u7f6e\u6587\u4ef6\u52a9\u624b</title>\n</head>\n<body>\n<div style=\"display: none;\">\n<script>SC.util.mergeIntoContext({\"focusedControlID\":null,\"userName\":\"\",\"userDisplayName\":\"\",\"isUserAuthenticated\":false,\"antiForgeryToken\":\"THtoAUxH4sS9\",\"isUserAdministrator\":false,\"canManageSharedToolbox\":false,\"pageBaseFileName\":\"Guest\",\"notifyActivityFrequencyMilliseconds\":600000,\"loginAfterInactivityMilliseconds\":36000000,\"canChangePassword\":false,\"controlPanelUrl\":null,\"pageType\":\"GuestPage\",\"processType\":2,\"userAgentOverride\":null,\"sessionTypeInfos\":[]});</script>\n<SessionInfo><SID>a29d421feecf680a</SID><Challenge>680a</Challenge><BlockTime>0</BlockTime><Rights></Rights><Users><User last=\"1\">fritzr</User></Users></SessionInfo>\n<Account>\n<Entry0 Active=\"Yes\" username=\"CMCCAdmin\" web_passwd=\"CmcC4dm1n5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<Entry1 Active=\"Yes\" username=\"useradmin\" web_passwd=\"Gu4ngx1pd5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<Entry2 Active=\"Yes\" username=\"CUAdmin\"   web_passwd=\"CUAdmin5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<TelnetEntry Active=\"Yes\" telnet_username=\"Admin\" telnet_passwd=\"cxx4dm1n5591\" telnet_port=\"23\"/>\n<FtpEntry Active=\"Yes\" ftp_right=\"1\" ftp_auth=\"1\" ftp_username=\"Admin\" ftp_passwd=\"cxx4dm1n5591\" ftp_port=\"21\" />\n<SambaEntry Active=\"Yes\" smb_right=\"1\" smb_auth=\"1\" smb_username=\"Admin\" smb_passwd=\"cxx4dm1n5591\" />\n<ConsoleEntry Active=\"Yes\" console_username=\"Admin\" console_passwd=\"cxx4dm1n5591\"/>\n<CTDefParaEntry setDefValueFlag=\"1\" />\n</Account>\n<div>8.5.5 (Build:20200530.307-TEMP)</div>\n<span class=\"greyNote version\"><span class=\"vWord\">Version</span> 2023.11.3 (build 147512)</span>\n<h1>Logged in as <strong>admin</strong></h1><input type=\"hidden\" name=\"csrfmiddlewaretoken\" value=\"e9tIOET3iTncMVL4E0ESylCCQupBWlfL9NobFzaQDir2ktC0Wgy5pafsCrkonl5y\"><textarea id=\"3revi\" name=\"revi\" rows=\"4\" cols=\"50\">server1 Ubuntu 22.04 LTS</textarea>\n<ca status=\"disabled\" href=\"/+CSCOCA+/login.html\" />\n<form action=\"/login/vpnSdef\" enctype=\"multipart/form-data\" method=\"post\" name=\"login\">\n    <div data-user=\"root\" data-module=\"package-updates\"></div>\n    <code>The zip file did not contain an entry exportDescriptor.properties</code>\n    <span class=\"form-hidden\"><input name=\"page\" value=\"login\" type=\"hidden\"/><input name=\"formulaire_action\" type=\"hidden\" value=\"login\" /><input name=\"formulaire_action_args\" type=\"hidden\" value=\"dzdNV0MzUGFDV0NHemR6bWorekNEWHY=\" /><input name=\"formulaire_action_sign\" type=\"hidden\" value=\"\" /></span>\n    <message>Please enter your username and password.</message>\n    <input name=\"formid\" type=\"hidden\" value=\"012afed\" />\n    <input name=\"javax.faces.ViewState\" type=\"hidden\" value=\"012afed\" />\n    <input name=\"queryString\" type=\"hidden\" value=\"1406192\" />\n    <div class=\"versionInfo\">The Cacti Group Version 1.2.25</div>\n    <strong>IPFire 2.19 (2017v) - Core Update 110 introduces significant changes</strong>\n    <input type=\"hidden\" name=\"token\" value=\"0feacf5a1cafc9fcea1ce1255e65fd9a7c11ae3f9235eb6038a2c9fe702ec7ec\">\n    <input type='hidden' name='__csrf_magic' value=\"key:12eef1d88692f7673fb80ab6ba8d051fdce64ccb,1710777654\" />\n    <input type=\"hidden\" name=\"tokenid\"  value=\"1804289383\" >\n    <input type=\"hidden\" name=\"name\"  value=\"1804289383\" >\n    <input type=\"hidden\" name=\"csrfKey\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n    <input type=\"hidden\" name=\"csrf_token\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n\t<input type=\"hidden\" name=\"ref\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" name=\"username_fieldname\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" name=\"password_fieldname\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"csrf\" name=\"csrf\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"csrf\" name=\"xd_check\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"give-form-id\" name=\"give-form-id\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n\t<input type=\"hidden\" id=\"give-form-hash\" name=\"give-form-hash\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n    <input type=\"text\" name=\"username\" label=\"Username:\" value=\"admin\" />\n    <input type=\"password\" name=\"password\" label=\"Password:\" value=\"123456\" />\n    <input type=\"hidden\" name=\"tgroup\" value=\"DefaultADMINGroup\" />\n    <input type=\"submit\" name=\"Login\" value=\"Login\" />\n    <input type=\"reset\" name=\"Clear\" value=\"Clear\" />\n</form>\n<input type=\"hidden\" value=\"Maintain/cloud_index.php\" id=\"cloud_addr\">\n<li class=\"lisel\" onclick=\"location.href='index.php'\">\u65e5\u5fd7\u7cfb\u7edf</li>\n<li class=\"linormal\" onclick=\"location.href='Maintain/cloud_index.php'\" style=\"margin-left:1px;\">\u4e91\u5e73\u53f0</li>\n<button type=\"button\" data-price-id=True>sb</button>\n<div class=\"prod_madelName\">RT-AC5300</div>\n<div class=\"p1 title_gap\">Sign in with your ASUS router account</div>\n<tr class=\"h\"><th>PHP Group</th></tr>\n<tr><td class=\"e\">upload_tmp_dir</td><td class=\"v\">/etc/httpd/_tmp</td><td class=\"v\">/etc/httpd/_tmp</td></tr>\n<tr><td class=\"e\">$_SERVER['DOCUMENT_ROOT']</td><td class=\"v\">/mnt/HDD2/web/</td></tr>\n<var name='uuid'><string>7db3eea5-9996-4032-a9cc-3afd06bd11fe</string></var>\n<span >Powered by <a href='#'>Gibbon</a> v23.0.01</span>\n<div class=\"text\" id=\"jive-loginVersion\"> Openfire, Version: 3.6.0a</div>\n<a href='#' title='Community Forum Software by Invision Power Services'>IP.Board</a>\n<div id=\"mcname\">LoadMaster</div>\n<p><br/><span>\u51fa\u5382IP\uff1a192.168.1.1</span><br/><span>\u7528\u6237\u540d\u3001\u5bc6\u7801\uff1aadmin admin</span></p>\n<td colspan=\"2\">Please enter your Cacti user name and password below:</td>\n<meta id=\"confluence-context-path\" name=\"confluence-context-path\" content=\"\">\n<meta id=\"confluence-base-url\" name=\"confluence-base-url\" content=\"https://192.168.1.4\">\n<meta id=\"atlassian-token\" name=\"atlassian-token\" content=\"d78e2b977d28428e411e31b958c9c502c2425083\">\n<script id=\"frontend-js-extra\">var hashform_vars = {\"ajaxurl\":\"\\/wp-admin\\/admin-ajax.php\",\"ajax_nounce\":\"d78e2b97\",\"preview_img\":\"\"};</script>\n<div class='content-messages errorMessage'><p>java.lang.Exception: y9pcHMuY</p></div>\n<B>SonicWall Universal Management Suite v9.3</B>\n<br>OK<br>\n<script type=\"text/javascript\">var csrfMagicToken = \"sid:ed04c4a1c86fe99a92cbe3441e2b1e2989d5deec,1725277646\";var csrfMagicName = \"__vtrftk\";</script>\n<select id=\"cars\" name=\"name\">\n<option value=\"olvo\">olvo</option>\n</select>\n<a href=\"/VICIdial/phone\">MODIFY</a>\n<input type=\"hidden\" name=\"extension\"  value=\"1804289383\" >\n<input type=\"hidden\" name=\"pass\"  value=\"1804289383\" >\n<input type=\"hidden\" name=\"recording_exten\"  value=\"1804289383\" >\n<script var session_name = '621aec6b886ff81'; var session_id = '1804289383';</script>\n<input type='hidden' name='LDCSA_CSRF' value=\"sid:7830302ba478216ecf2cf24b53afe6f385998104,1726156985\" />\n<script type='text/javascript'>\n\tvar cactiVersion='1.2.27';\n\tvar cactiServerOS='unix';\n\tvar cactiAction='';\n\tvar theme='modern';\n\tvar refreshIsLogout=true;\n\tvar refreshPage='/logout.php?action=timeout';\n\tvar refreshMSeconds=1440000;\n\tvar urlPath='/';\n\tvar previousPage='';\n\tvar sessionMessage=[];\n\tvar csrfMagicToken='sid:4024e82870233374a2255351fb45057c8f7f9aa6,1728459021;ip:bee133099404bd4ddc2dd5f43c6b86dc3618b300,1728459021';\n</script>\n\n<!--\n<Username Level=\"40/40\" Dispatch=\"account\">admin</Username><User1><Password Level=\"40/40\" Dispatch=\"account\">admin</Password></User1>\n/var/pinglog\n<TITLE>Login</TITLE>\n<a href=\"jpg.html\">LIVE JPEG</a><br>\n<a href=\"liveie.html\">Internet Monitor (Microsoft Internet Explorer 8, 9, 10, 11) </a><br>\n<a href=\"DVRRemoteAP.exe\">Download 32 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>\n<a href=\"DVRRemoteAP_X64.exe\">Download 64 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>\n<a href=\"DVFPlayer.zip\">Download 32/64 bits File Player (Windows 7, Windows 8, Windows 10)</a><br>\n<\\?xml version=\"1.0\" encoding=\"utf-8\"?><base64Binary xmlns=\"http://micros-hosting.com/EGateway/\">\nLocation: /admin\n<meta name=\"generator\" content=\"vBulletin 5.5.4\" />\nLocation: http://<ip>:80/relogin.htm?_t=3541144909\nLocation: http://<ip>:80/syscmd.htm\" Location: /ui/login\n/cgi-bin/webctrl.cgi?action=index_page\nPDR-M800\nfunction btnPing()\n<HTML><HEAD><TITLE>302 Moved</TITLE></HEAD><BODY><H1>302 Moved</H1>.The document has moved<A HREF=\"http://<ip>:80/relogin.htm?_t=179439949\">here</A></BODY></HTML>\n<link type=\"image/x-icon\" rel=\"shortcut icon\" href=\"/themes/img/icon/cisco_shortcut.png\">\n<link type=\"image/x-icon\" rel=\"shortcut icon\" href=\"/themes/img/icon/cisco_logo.png\">\n<td class=\"Copyright\" colspan=\"2\" style=\"text-align:justify\" height=\"20\" valign=\"bottom\">\u00a9 2017 Cisco Systems, Inc. All Rights Reserved.\n<br>Cisco, Cisco Systems, and the Cisco Systems logo are registered\ntrademarks or trademarks of Cisco Systems, Inc. and/or it's affiliates\nin the United States and certain other countries.\n</td>\n:\n#\n>\n$\nSSH key is good\nis not a valid ref and may not be archived\npcPassword2\n'&sessionKey=790148060;'\nname=\"sessionKey\" value=\"790148060\"\nSet-Cookie: loginName=admin\nvar fgt_lang = /dev/cmdb/sslvpn_websession\nphp 8.1.0-dev exit\nspringframework\nTomcat\nDEVICE.ACCOUNT=admin\nAUTHORIZED_GROUP=1\n<uid></uid>\n<name>Admin</name>\n<usrid></usrid>\n<password>admin</password>\n<group></group>\ncpto /tmp/\"root\"\nModel=AC1450\r\nFirmware=V1.0.0.36_10.0.17\r\n\"exceptionMessageValue\":\"javax.servlet.ServletException: No valid forensics analysis solrDocIds parameter found.\"\nBIG-IP release 15.0.0\nuser:root\n12345admin123'\nFailed to process image\n\nLocation: http://192.168.0.1:52869/picsdesc.xml\nYou don't have permission to access /vpns/ on this server.\n[global]\n    workgroup = intranet\n    encrypt passwords = Yes\n    update encrypted = Yes\n\nfuncionando\nsystem_sofia\nname resolve order\nInfoOS:Linux node01 uid=0(root) gid=0(root) groups=0(root)OSInfo\n<b>File Uploaded !!!</b><br>\nant=951d11e51392117311602d0c25435d7f\n38ee63071a04dc5e04ed22624c38e648\n6f3249aa304055d63828af3bfab778f6\n<h1> c80fc6428eb4fe4a3b77898ebf9f3945 </h1>\n[local]\n tid = OGRjYjc0YTY0ZGM5ODRmYjlhYmUzZTdjMjAxZjgxMGQ5ZWM5MGVkOGUwY2I2ZWQwM2JhMzg0ZTJmYWMyMzkwYT09\n addr = <ip>\n\"Powered by vBulletin Version 5.5.4\"\n789551\nLinear eMerge\nSuperSign\nubiq\nYacht\nZeroshell\nFastWeb\nAuthInfo:\nloadingIndicator_bk\nZyxel\nskyrouter\nWAP54\norg.apache.spark.ui\n\n\n\nID: \"00af\", version: \"7.7.31.1\", AddItem: function (a, item, c) {}\n<insert implant configuration content here>\nContent-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' ws://<ip> ws://<ip>:443 wss://<ip> wss://<ip>:8443 http://<ip>/api\nCopyright (c) 2015-2020 by Cisco Systems, Inc.\nAll rights reserved.\nSSL VPN Service\nwsConvertPptResponse\n<input id=\"txtUserName\" class=\"txt-input\" type=\"text\" name=\"userName\" value=\"\" />\n<input id=\"txtPassword\" class=\"txt-input\" type=\"password\" name=\"password\" value=\"\" />\n<button id=\"btnLogin\" lc=\"html\" lk=\"IDCS_LOGIN_NBSP\">\n<span lc=\"html\" lk=\"IDCS_BS_PLUGIN_DOWNLOAD\" style=\"line-height: 30px; vertical-align: top;\"></span>\n<script src=\"../Scripts/login.htm.js?v={JS_CSS_V}\" type=\"text/javascript\"></script>\n<LegacyDN>eD2bxe4</LegacyDN>\n<title class=\"_ctxstxt_NetscalerGateway\">\nSAML Assertion verification failed; Please contact your administrator\nv=2b46554c087d2d5516559e9b8bc1875d\n/vpn/images/AccessGateway.ico\nframe-busting\n/vpn/js/logout_view.js?v=\n_ctxstxt_NetscalerAAA\nlib.min20200813.js\n401 Unauthorized Basic realm=\nsName='1';onTest(this);\nvar passadm = \"admin\";\nOPMODE_BRIDGE\ndocument.all.cmd_result\n<input id=\"key\" type=\"text\" style=\"width: 200px\" value=\"02108CB9-2200D5A4\">\n<input id=\"date\" type=\"text\" style=\"width: 200px\" value=\"12/25/2023\">\nmain page cgi-bin/login.cgi\nvar sessionKey='030ff030ff88';\nloc += '&sessionKey=19dec20030ff8dcb2';\n}\n\nvar code = 'location=\"' + loc + '\"';\n\nPassword change successful\nJ2100N GPON ONT\n/cgi-bin/webui/admin\nsesskey\nname=admin pass=123 priv=ppp\nservice=www.dlinkddns.com\nsysCmdType\nContent-Type: auth/request\n\n\nContent-Type: command/reply\n\nReply-Text: +OK accepted\n\n\nX-Content-Powered-By: K2 v2.8.0 (by JoomlaWorks)\n007b2000-007c1000 rw-p 00000000 00:00 0\nSize:                 60 kB\nRss:                  52 kB\nPss:                  52 kB\nShared_Clean:          0 kB\nShared_Dirty:          0 kB\nPrivate_Clean:         0 kB\nPrivate_Dirty:        52 kB\nReferenced:           52 kB\nAnonymous:            52 kB\nAnonHugePages:         0 kB\nSwap:                  8 kB\nKernelPageSize:        4 kB\nMMUPageSize:           4 kB\n009b1000",
         "datamd5" : "82193f913e397cc84756f9e6c19e8e22",
         "datammh3" : -903247151,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "GB",
            "countryname" : "United Kingdom",
            "domain" : [
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "55.378051",
            "location" : "55.378051,-3.435973",
            "longitude" : "-3.435973",
            "netname" : "US-LINODE-990630",
            "organization" : "Linode, LLC",
            "subnet" : "212.111.40.0/22"
         },
         "host" : [
            "212-111-40-95"
         ],
         "hostname" : [
            "212-111-40-95.ip.linodeusercontent.com"
         ],
         "ip" : "212.111.40.95",
         "ipv6" : "false",
         "latitude" : "51.5074",
         "location" : "51.5074,-0.1196",
         "longitude" : "-0.1196",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "Linux",
         "osdistribution" : "sUse",
         "osvendor" : "Linux",
         "port" : 49592,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "212-111-40-95.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "212.111.40.0/22",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 74.207.228.158:49592 (tcp/http) - last seen on 2024-11-06 at 12:33:23 UTC

    • IP
      74.207.228.158
      Network
      74.207.224.0/19
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class <enterprise field>: device.productvendor <enterprise field>: device.product

      Operating System
      Cisco IOS sUse
      URL

      http://74.207.228.158:49592/ 200

      HTTP Title
      NETIS WF-2409,NETIS WF-2409
      HTTP Keyword(s)
      voip vos3000
      HTTP Copyright
      www.linknat.com, 昆石网络
      Reverse DNS
      74-207-228-158.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Cisco IOS sUse
      Product
      Cisco WebVPN
      HTTP Component(s)
      Adobe Coldfusion Atlassian Confluence Apache org.apache.sling.servlets.post 3.0 Gitlab Gitlab Drupal Drupal 8 SPIP SPIP 4.1.11 Jenkins Jenkins 2.121.3
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      93fcd4a566a427d2e45f2cab3c4f9cb2
      HTTP Header MD5
      111984468e0d4a78093a81f178bef4f0
      HTTP Body MD5
      a454bc9c049e1dbf1bbbab8184d6b18c
    • HTTP/1.1 200 OK
      Cf-Cache-Status: DYNAMIC
      Cf-Ray: 55611f709b975f5b-LAS
      Composed-By: SPIP 4.1.11 @ www.spip.net
      Content-Length: 105754
      Content-Type: text/html;charset=utf-8
      Last-Modified: Fri, 29 Jul 2022 16:53:01 GMT
      Loginip: <srcip>
      Pragma: private
      Server: Saia PCD3.M5340/1.16.69
      Set-Cookie: ISMS_8700_Sessionname=A67B8F9C228E095723A97C6A977BE2B3; Path=/; HttpOnly
      Set-Cookie: webvpn=A9790AFEACDEFA01FAAEAFEWFF390AE; path=/; secure;
      Set-Cookie: PHC_DISABLED=1; path=/; secure;
      Set-Cookie: acSamlv2Token=; path=/; secure;
      Set-Cookie: USGSESSID=ff37fe7ceeca9a0ebedcf6549e8275d9; path=/; HttpOnly
      Set-Cookie: webvpnlogin=; path=/; secure;
      Set-Cookie: fsm_login=37dfe4372f3867d7c134d618cbef137b; Path=/;
      Set-Cookie: sdplogincsrfcookie=6cc9d6ad-33d5-4b5a-adc8-b5bf284cb492; Path=/; SameSite=None; Secure;
      Set-Cookie: CFTOKEN=f337; CFCLIENT_FOO_CORP=preflanguage%3DEN%23; CFID=1F; path=/;HttpOnly;
      Set-Cookie: grafana_session=f7fbcb089c6994b7bc45775fdae1a13c; Path=/; Max-Age=2592000; HttpOnly; Secure; SameSite=Lax
      Set-Cookie: csrftoken=Pt1Guz0uK8QPbP3EV8zBKcxaRaxgrZUPbjZeCK50MLR00VR7THTsnwRPH0otS1lS; Path=/; SameSite=Lax;HttpOnly;Secure;SameSite=Strict; Strict-Transport-Security: max-age=63072000; includeSubDomains
      Set-Cookie: csrf=8t9ADqIogbjKRK6; Path=/; HttpOnly;
      Set-Cookie: CLIENT_ID=7214
      Set-Cookie: webvpn_as=; path=/; secure;
      Set-Cookie: swap=vFuUpy5thP2HBPenIBJZtmjQHvBP2UiSJNhstyNXrAs=; path=/; secure; HttpOnly;
      Set-Cookie: DSSignInURL=/; path=/; secure;
      Set-Cookie: UICSESSION=qqhhk66ogtvugchmqfov0j4l96; path=/;
      Set-Cookie: cval=f337; path=/; splunkweb_csrf_token_8000=0011;
      X-Cache: MISS from Hello
      X-Cache-Lookup: MISS from Hello:8080
      X-Content-Powered-By: K2 v2.8.0 (by JoomlaWor
      X-Content-Type-Options: nosniff
      X-Contextid: YQo=
      X-Dc: gcp-us-east1,gcp-us-central1,gcp-us-central1
      X-Drupal-Cache: xHIT
      X-Drupal-Dynamic-Cache: MISS
      X-Frame-Options: SAMEORIGIN
      X-Generator: Drupal 8 (https://www.drupal.org)
      X-Jenkins: 2.121.3
      X-Jenkins-Session: f72d6619
      X-Language: english
      X-Ne-Tf: 5
      X-Powered-By: Servlet/3.0; JBossAS-6
      X-Request-Id: ecff8573-23ca-4dbc-a0a9-e8af7876c4ae
      X-Seen-By: CtsEH7KQ5yf2LQM4TNLiEjUavO2mWjwAez9sPj8Ws5MUdPUz2A==,YQo=,YQo=,YQo=,YQo=,YQo=,YQo=
      X-Sorting-Hat-Shopid: 25693290577
      X-Xss-Protection: 1; mode=block
      Date: Wed, 06 Nov 2024 12:33:23 GMT
      Connection: close
      
      <!DOCTYPE html>
      <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="Pragma" content="no-cache" />
      <meta charset="utf-8">
      <meta content="IE=edge" http-equiv="X-UA-Compatible">
      <meta content="object" property="og:type">
      <meta content="GitLab" property="og:site_name">
      <meta content="Help" property="og:title">
      <meta content="GitLab Community Edition" property="og:description">
      <meta content="summary" property="twitter:card">
      <meta content="Help" property="twitter:title">
      <meta content="GitLab Community Edition" property="twitter:description">
      <meta content="GitLab Community Edition" name="description">
      <meta content="#474D57" name="theme-color">
      <meta content="#30353E" name="msapplication-TileColor">
      <meta name="csrf-param" content="authenticity_token" />
      <meta name="csrf-token" content="8dcb74a64dc984fb9abe3e7c201f810d9ec90ed8e0cb6ed03ba384e2fac23e08==" />
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
      <meta http-equiv="expires" content="-1"/>
      <meta name="keywords" content="VOS3000, VoIP, VoIP运营支撑系统, 软交换"/>
      <meta name="author" content="www.linknat.com, 昆石网络"/>
      <meta name="copyright" content="www.linknat.com, 昆石网络"/>
      <meta name="generator" content="SPIP 4.1.11" />
      <script src="/jquery.min.js"></script> 
      <title>NETIS WF-2409,NETIS WF-2409</title>
      </head>
      <body>
      <div style="display: none;">
      <script>SC.util.mergeIntoContext({"focusedControlID":null,"userName":"","userDisplayName":"","isUserAuthenticated":false,"antiForgeryToken":"THtoAUxH4sS9","isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":36000000,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
      <SessionInfo><SID>a29d421feecf680a</SID><Challenge>680a</Challenge><BlockTime>0</BlockTime><Rights></Rights><Users><User last="1">fritzr</User></Users></SessionInfo>
      <Account>
      <Entry0 Active="Yes" username="CMCCAdmin" web_passwd="CmcC4dm1n5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <Entry1 Active="Yes" username="useradmin" web_passwd="Gu4ngx1pd5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <Entry2 Active="Yes" username="CUAdmin"   web_passwd="CUAdmin5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <TelnetEntry Active="Yes" telnet_username="Admin" telnet_passwd="cxx4dm1n5591" telnet_port="23"/>
      <FtpEntry Active="Yes" ftp_right="1" ftp_auth="1" ftp_username="Admin" ftp_passwd="cxx4dm1n5591" ftp_port="21" />
      <SambaEntry Active="Yes" smb_right="1" smb_auth="1" smb_username="Admin" smb_passwd="cxx4dm1n5591" />
      <ConsoleEntry Active="Yes" console_username="Admin" console_passwd="cxx4dm1n5591"/>
      <CTDefParaEntry setDefValueFlag="1" />
      </Account>
      <div>8.5.5 (Build:20200530.307-TEMP)</div>
      <span class="greyNote version"><span class="vWord">Version</span> 2023.11.3 (build 147512)</span>
      <h1>Logged in as <strong>admin</strong></h1><input type="hidden" name="csrfmiddlewaretoken" value="e9tIOET3iTncMVL4E0ESylCCQupBWlfL9NobFzaQDir2ktC0Wgy5pafsCrkonl5y"><textarea id="3revi" name="revi" rows="4" cols="50">server1 Ubuntu 22.04 LTS</textarea>
      <ca status="disabled" href="/+CSCOCA+/login.html" />
      <form action="/login/vpnSdef" enctype="multipart/form-data" method="post" name="login">
          <div data-user="root" data-module="package-updates"></div>
          <code>The zip file did not contain an entry exportDescriptor.properties</code>
          <span class="form-hidden"><input name="page" value="login" type="hidden"/><input name="formulaire_action" type="hidden" value="login" /><input name="formulaire_action_args" type="hidden" value="dzdNV0MzUGFDV0NHemR6bWorekNEWHY=" /><input name="formulaire_action_sign" type="hidden" value="" /></span>
          <message>Please enter your username and password.</message>
          <input name="formid" type="hidden" value="012afed" />
          <input name="javax.faces.ViewState" type="hidden" value="012afed" />
          <input name="queryString" type="hidden" value="1406192" />
          <div class="versionInfo">The Cacti Group Version 1.2.25</div>
          <strong>IPFire 2.19 (2017v) - Core Update 110 introduces significant changes</strong>
          <input type="hidden" name="token" value="0feacf5a1cafc9fcea1ce1255e65fd9a7c11ae3f9235eb6038a2c9fe702ec7ec">
          <input type='hidden' name='__csrf_magic' value="key:12eef1d88692f7673fb80ab6ba8d051fdce64ccb,1710777654" />
          <input type="hidden" name="tokenid"  value="1804289383" >
          <input type="hidden" name="name"  value="1804289383" >
          <input type="hidden" name="csrfKey" value="621aec6b886ff81169bed7de5d47b5ed">
          <input type="hidden" name="csrf_token" value="621aec6b886ff81169bed7de5d47b5ed">
      	<input type="hidden" name="ref" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" name="username_fieldname" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" name="password_fieldname" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="csrf" name="csrf" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="csrf" name="xd_check" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="give-form-id" name="give-form-id" value="621aec6b886ff81169bed7de5d47b5ed">
      	<input type="hidden" id="give-form-hash" name="give-form-hash" value="621aec6b886ff81169bed7de5d47b5ed">
          <input type="text" name="username" label="Username:" value="admin" />
          <input type="password" name="password" label="Password:" value="123456" />
          <input type="hidden" name="tgroup" value="DefaultADMINGroup" />
          <input type="submit" name="Login" value="Login" />
          <input type="reset" name="Clear" value="Clear" />
      </form>
      <input type="hidden" value="Maintain/cloud_index.php" id="cloud_addr">
      <li class="lisel" onclick="location.href='index.php'">日志系统</li>
      <li class="linormal" onclick="location.href='Maintain/cloud_index.php'" style="margin-left:1px;">云平台</li>
      <button type="button" data-price-id=True>sb</button>
      <div class="prod_madelName">RT-AC5300</div>
      <div class="p1 title_gap">Sign in with your ASUS router account</div>
      <tr class="h"><th>PHP Group</th></tr>
      <tr><td class="e">upload_tmp_dir</td><td class="v">/etc/httpd/_tmp</td><td class="v">/etc/httpd/_tmp</td></tr>
      <tr><td class="e">$_SERVER['DOCUMENT_ROOT']</td><td class="v">/mnt/HDD2/web/</td></tr>
      <var name='uuid'><string>7db3eea5-9996-4032-a9cc-3afd06bd11fe</string></var>
      <span >Powered by <a href='#'>Gibbon</a> v23.0.01</span>
      <div class="text" id="jive-loginVersion"> Openfire, Version: 3.6.0a</div>
      <a href='#' title='Community Forum Software by Invision Power Services'>IP.Board</a>
      <div id="mcname">LoadMaster</div>
      <p><br/><span>出厂IP:192.168.1.1</span><br/><span>用户名、密码:admin admin</span></p>
      <td colspan="2">Please enter your Cacti user name and password below:</td>
      <meta id="confluence-context-path" name="confluence-context-path" content="">
      <meta id="confluence-base-url" name="confluence-base-url" content="https://192.168.1.4">
      <meta id="atlassian-token" name="atlassian-token" content="d78e2b977d28428e411e31b958c9c502c2425083">
      <script id="frontend-js-extra">var hashform_vars = {"ajaxurl":"\/wp-admin\/admin-ajax.php","ajax_nounce":"d78e2b97","preview_img":""};</script>
      <div class='content-messages errorMessage'><p>java.lang.Exception: y9pcHMuY</p></div>
      <B>SonicWall Universal Management Suite v9.3</B>
      <br>OK<br>
      <script type="text/javascript">var csrfMagicToken = "sid:ed04c4a1c86fe99a92cbe3441e2b1e2989d5deec,1725277646";var csrfMagicName = "__vtrftk";</script>
      <select id="cars" name="name">
      <option value="olvo">olvo</option>
      </select>
      <a href="/VICIdial/phone">MODIFY</a>
      <input type="hidden" name="extension"  value="1804289383" >
      <input type="hidden" name="pass"  value="1804289383" >
      <input type="hidden" name="recording_exten"  value="1804289383" >
      <script var session_name = '621aec6b886ff81'; var session_id = '1804289383';</script>
      <input type='hidden' name='LDCSA_CSRF' value="sid:7830302ba478216ecf2cf24b53afe6f385998104,1726156985" />
      <script type='text/javascript'>
      	var cactiVersion='1.2.27';
      	var cactiServerOS='unix';
      	var cactiAction='';
      	var theme='modern';
      	var refreshIsLogout=true;
      	var refreshPage='/logout.php?action=timeout';
      	var refreshMSeconds=1440000;
      	var urlPath='/';
      	var previousPage='';
      	var sessionMessage=[];
      	var csrfMagicToken='sid:4024e82870233374a2255351fb45057c8f7f9aa6,1728459021;ip:bee133099404bd4ddc2dd5f43c6b86dc3618b300,1728459021';
      </script>
      
      <!--
      <Username Level="40/40" Dispatch="account">admin</Username><User1><Password Level="40/40" Dispatch="account">admin</Password></User1>
      /var/pinglog
      <TITLE>Login</TITLE>
      <a href="jpg.html">LIVE JPEG</a><br>
      <a href="liveie.html">Internet Monitor (Microsoft Internet Explorer 8, 9, 10, 11) </a><br>
      <a href="DVRRemoteAP.exe">Download 32 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>
      <a href="DVRRemoteAP_X64.exe">Download 64 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>
      <a href="DVFPlayer.zip">Download 32/64 bits File Player (Windows 7, Windows 8, Windows 10)</a><br>
      <\?xml version="1.0" encoding="utf-8"?><base64Binary xmlns="http://micros-hosting.com/EGateway/">
      Location: /admin
      <meta name="generator" content="vBulletin 5.5.4" />
      Location: http://<ip>:80/relogin.htm?_t=3541144909
      Location: http://<ip>:80/syscmd.htm" Location: /ui/login
      /cgi-bin/webctrl.cgi?action=index_page
      PDR-M800
      function btnPing()
      <HTML><HEAD><TITLE>302 Moved</TITLE></HEAD><BODY><H1>302 Moved</H1>.The document has moved<A HREF="http://<ip>:80/relogin.htm?_t=179439949">here</A></BODY></HTML>
      <link type="image/x-icon" rel="shortcut icon" href="/themes/img/icon/cisco_shortcut.png">
      <link type="image/x-icon" rel="shortcut icon" href="/themes/img/icon/cisco_logo.png">
      <td class="Copyright" colspan="2" style="text-align:justify" height="20" valign="bottom">© 2017 Cisco Systems, Inc. All Rights Reserved.
      <br>Cisco, Cisco Systems, and the Cisco Systems logo are registered
      trademarks or trademarks of Cisco Systems, Inc. and/or it's affiliates
      in the United States and certain other countries.
      </td>
      :
      #
      >
      $
      SSH key is good
      is not a valid ref and may not be archived
      pcPassword2
      '&sessionKey=790148060;'
      name="sessionKey" value="790148060"
      Set-Cookie: loginName=admin
      var fgt_lang = /dev/cmdb/sslvpn_websession
      php 8.1.0-dev exit
      springframework
      Tomcat
      DEVICE.ACCOUNT=admin
      AUTHORIZED_GROUP=1
      <uid></uid>
      <name>Admin</name>
      <usrid></usrid>
      <password>admin</password>
      <group></group>
      cpto /tmp/"root"
      Model=AC1450
      Firmware=V1.0.0.36_10.0.17
      "exceptionMessageValue":"javax.servlet.ServletException: No valid forensics analysis solrDocIds parameter found."
      BIG-IP release 15.0.0
      user:root
      12345admin123'
      Failed to process image
      
      Location: http://192.168.0.1:52869/picsdesc.xml
      You don't have permission to access /vpns/ on this server.
      [global]
          workgroup = intranet
          encrypt passwords = Yes
          update encrypted = Yes
      
      funcionando
      system_sofia
      name resolve order
      InfoOS:Linux node01 uid=0(root) gid=0(root) groups=0(root)OSInfo
      <b>File Uploaded !!!</b><br>
      ant=951d11e51392117311602d0c25435d7f
      38ee63071a04dc5e04ed22624c38e648
      6f3249aa304055d63828af3bfab778f6
      <h1> c80fc6428eb4fe4a3b77898ebf9f3945 </h1>
      [local]
       tid = OGRjYjc0YTY0ZGM5ODRmYjlhYmUzZTdjMjAxZjgxMGQ5ZWM5MGVkOGUwY2I2ZWQwM2JhMzg0ZTJmYWMyM2UwOD09
       addr = <ip>
      "Powered by vBulletin Version 5.5.4"
      789551
      Linear eMerge
      SuperSign
      ubiq
      Yacht
      Zeroshell
      FastWeb
      AuthInfo:
      loadingIndicator_bk
      Zyxel
      skyrouter
      WAP54
      org.apache.spark.ui
      
      
      
      ID: "00af", version: "7.7.31.1", AddItem: function (a, item, c) {}
      <insert implant configuration content here>
      Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' ws://<ip> ws://<ip>:443 wss://<ip> wss://<ip>:8443 http://<ip>/api
      Copyright (c) 2015-2020 by Cisco Systems, Inc.
      All rights reserved.
      SSL VPN Service
      wsConvertPptResponse
      <input id="txtUserName" class="txt-input" type="text" name="userName" value="" />
      <input id="txtPassword" class="txt-input" type="password" name="password" value="" />
      <button id="btnLogin" lc="html" lk="IDCS_LOGIN_NBSP">
      <span lc="html" lk="IDCS_BS_PLUGIN_DOWNLOAD" style="line-height: 30px; vertical-align: top;"></span>
      <script src="../Scripts/login.htm.js?v={JS_CSS_V}" type="text/javascript"></script>
      <LegacyDN>eD2bxe4</LegacyDN>
      <title class="_ctxstxt_NetscalerGateway">
      SAML Assertion verification failed; Please contact your administrator
      v=2b46554c087d2d5516559e9b8bc1875d
      /vpn/images/AccessGateway.ico
      frame-busting
      /vpn/js/logout_view.js?v=
      _ctxstxt_NetscalerAAA
      lib.min20200813.js
      401 Unauthorized Basic realm=
      sName='1';onTest(this);
      var passadm = "admin";
      OPMODE_BRIDGE
      document.all.cmd_result
      <input id="key" type="text" style="width: 200px" value="02108CB9-2200D5A4">
      <input id="date" type="text" style="width: 200px" value="12/25/2023">
      main page cgi-bin/login.cgi
      var sessionKey='030ff030ff88';
      loc += '&sessionKey=19dec20030ff8dcb2';
      }
      
      var code = 'location="' + loc + '"';
      
      Password change successful
      J2100N GPON ONT
      /cgi-bin/webui/admin
      sesskey
      name=admin pass=123 priv=ppp
      service=www.dlinkddns.com
      sysCmdType
      Content-Type: auth/request
      
      
      Content-Type: command/reply
      
      Reply-Text: +OK accepted
      
      
      X-Content-Powered-By: K2 v2.8.0 (by JoomlaWorks)
      007b2000-007c1000 rw-p 00000000 00:00 0
      Size:                 60 kB
      Rss:                  52 kB
      Pss:                  52 kB
      Shared_Clean:          0 kB
      Shared_Dirty:          0 kB
      Private_Clean:         0 kB
      Private_Dirty:        52 kB
      Referenced:           52 kB
      Anonymous:            52 kB
      AnonHugePages:         0 kB
      Swap:                  8 kB
      KernelPageSize:        4 kB
      MMUPageSize:           4 kB
      009b1000-009b8000 rwxp 001b1000 fd:01 3339977                            /var/Sofia
      Size:
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T12:33:23.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "drupal.org",
                  "micros-hosting.com"
               ],
               "file" : [
                  "admin-ajax.php",
                  "dvrremoteap_x64.exe",
                  "dvrremoteap.exe",
                  "dvfplayer.zip",
                  "index.php",
                  "cloud_index.php"
               ],
               "hostname" : [
                  "micros-hosting.com",
                  "www.drupal.org"
               ],
               "ip" : [
                  "1.0.0.36",
                  "7.7.31.1",
                  "192.168.1.10",
                  "192.168.1.4",
                  "192.168.0.1",
                  "192.168.1.1"
               ],
               "url" : [
                  "http://192.168.0.1:52869/picsdesc.xml",
                  "http://micros-hosting.com/EGateway/",
                  "https://192.168.1.4",
                  "https://www.drupal.org"
               ]
            },
            "http" : {
               "bodymd5" : "a454bc9c049e1dbf1bbbab8184d6b18c",
               "bodymmh3" : 803967321,
               "component" : [
                  {
                     "productvendor" : "Gitlab",
                     "product" : "Gitlab"
                  },
                  {
                     "product" : "SPIP",
                     "productvendor" : "SPIP",
                     "productversion" : "4.1.11"
                  },
                  {
                     "product" : "Coldfusion",
                     "productvendor" : "Adobe"
                  },
                  {
                     "productversion" : "3.0",
                     "productvendor" : "Apache",
                     "product" : "org.apache.sling.servlets.post"
                  },
                  {
                     "productvendor" : "Drupal",
                     "productversion" : "8",
                     "product" : "Drupal"
                  },
                  {
                     "product" : "Confluence",
                     "productvendor" : "Atlassian"
                  },
                  {
                     "product" : "Jenkins",
                     "productversion" : "2.121.3",
                     "productvendor" : "Jenkins"
                  }
               ],
               "copyright" : "www.linknat.com, \u6606\u77f3\u7f51\u7edc",
               "header" : [
                  {
                     "name" : "Last-Modified",
                     "value" : "Fri, 29 Jul 2022 16:53:01 GMT"
                  }
               ],
               "headermd5" : "111984468e0d4a78093a81f178bef4f0",
               "headermmh3" : 366262936,
               "keywords" : [
                  "voip",
                  "vos3000"
               ],
               "title" : "NETIS WF-2409,NETIS WF-2409"
            },
            "length" : 16289
         },
         "asn" : "AS63949",
         "city" : "Atlanta",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nCf-Cache-Status: DYNAMIC\r\nCf-Ray: 55611f709b975f5b-LAS\r\nComposed-By: SPIP 4.1.11 @ www.spip.net\r\nContent-Length: 105754\r\nContent-Type: text/html;charset=utf-8\r\nLast-Modified: Fri, 29 Jul 2022 16:53:01 GMT\r\nLoginip: <srcip>\r\nPragma: private\r\nServer: Saia PCD3.M5340/1.16.69\r\nSet-Cookie: ISMS_8700_Sessionname=A67B8F9C228E095723A97C6A977BE2B3; Path=/; HttpOnly\r\nSet-Cookie: webvpn=A9790AFEACDEFA01FAAEAFEWFF390AE; path=/; secure;\r\nSet-Cookie: PHC_DISABLED=1; path=/; secure;\r\nSet-Cookie: acSamlv2Token=; path=/; secure;\r\nSet-Cookie: USGSESSID=ff37fe7ceeca9a0ebedcf6549e8275d9; path=/; HttpOnly\r\nSet-Cookie: webvpnlogin=; path=/; secure;\r\nSet-Cookie: fsm_login=37dfe4372f3867d7c134d618cbef137b; Path=/;\r\nSet-Cookie: sdplogincsrfcookie=6cc9d6ad-33d5-4b5a-adc8-b5bf284cb492; Path=/; SameSite=None; Secure;\r\nSet-Cookie: CFTOKEN=f337; CFCLIENT_FOO_CORP=preflanguage%3DEN%23; CFID=1F; path=/;HttpOnly;\r\nSet-Cookie: grafana_session=f7fbcb089c6994b7bc45775fdae1a13c; Path=/; Max-Age=2592000; HttpOnly; Secure; SameSite=Lax\r\nSet-Cookie: csrftoken=Pt1Guz0uK8QPbP3EV8zBKcxaRaxgrZUPbjZeCK50MLR00VR7THTsnwRPH0otS1lS; Path=/; SameSite=Lax;HttpOnly;Secure;SameSite=Strict; Strict-Transport-Security: max-age=63072000; includeSubDomains\r\nSet-Cookie: csrf=8t9ADqIogbjKRK6; Path=/; HttpOnly;\r\nSet-Cookie: CLIENT_ID=7214\r\nSet-Cookie: webvpn_as=; path=/; secure;\r\nSet-Cookie: swap=vFuUpy5thP2HBPenIBJZtmjQHvBP2UiSJNhstyNXrAs=; path=/; secure; HttpOnly;\r\nSet-Cookie: DSSignInURL=/; path=/; secure;\r\nSet-Cookie: UICSESSION=qqhhk66ogtvugchmqfov0j4l96; path=/;\r\nSet-Cookie: cval=f337; path=/; splunkweb_csrf_token_8000=0011;\r\nX-Cache: MISS from Hello\r\nX-Cache-Lookup: MISS from Hello:8080\r\nX-Content-Powered-By: K2 v2.8.0 (by JoomlaWor\r\nX-Content-Type-Options: nosniff\r\nX-Contextid: YQo=\r\nX-Dc: gcp-us-east1,gcp-us-central1,gcp-us-central1\r\nX-Drupal-Cache: xHIT\r\nX-Drupal-Dynamic-Cache: MISS\r\nX-Frame-Options: SAMEORIGIN\r\nX-Generator: Drupal 8 (https://www.drupal.org)\r\nX-Jenkins: 2.121.3\r\nX-Jenkins-Session: f72d6619\r\nX-Language: english\r\nX-Ne-Tf: 5\r\nX-Powered-By: Servlet/3.0; JBossAS-6\r\nX-Request-Id: ecff8573-23ca-4dbc-a0a9-e8af7876c4ae\r\nX-Seen-By: CtsEH7KQ5yf2LQM4TNLiEjUavO2mWjwAez9sPj8Ws5MUdPUz2A==,YQo=,YQo=,YQo=,YQo=,YQo=,YQo=\r\nX-Sorting-Hat-Shopid: 25693290577\r\nX-Xss-Protection: 1; mode=block\r\nDate: Wed, 06 Nov 2024 12:33:23 GMT\r\nConnection: close\r\n\r\n<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\n<meta charset=\"utf-8\">\n<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">\n<meta content=\"object\" property=\"og:type\">\n<meta content=\"GitLab\" property=\"og:site_name\">\n<meta content=\"Help\" property=\"og:title\">\n<meta content=\"GitLab Community Edition\" property=\"og:description\">\n<meta content=\"summary\" property=\"twitter:card\">\n<meta content=\"Help\" property=\"twitter:title\">\n<meta content=\"GitLab Community Edition\" property=\"twitter:description\">\n<meta content=\"GitLab Community Edition\" name=\"description\">\n<meta content=\"#474D57\" name=\"theme-color\">\n<meta content=\"#30353E\" name=\"msapplication-TileColor\">\n<meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"8dcb74a64dc984fb9abe3e7c201f810d9ec90ed8e0cb6ed03ba384e2fac23e08==\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n<meta http-equiv=\"expires\" content=\"-1\"/>\n<meta name=\"keywords\" content=\"VOS3000, VoIP, VoIP\u8fd0\u8425\u652f\u6491\u7cfb\u7edf, \u8f6f\u4ea4\u6362\"/>\n<meta name=\"author\" content=\"www.linknat.com, \u6606\u77f3\u7f51\u7edc\"/>\n<meta name=\"copyright\" content=\"www.linknat.com, \u6606\u77f3\u7f51\u7edc\"/>\n<meta name=\"generator\" content=\"SPIP 4.1.11\" />\n<script src=\"/jquery.min.js\"></script> \n<title>NETIS WF-2409,NETIS WF-2409</title>\n</head>\n<body>\n<div style=\"display: none;\">\n<script>SC.util.mergeIntoContext({\"focusedControlID\":null,\"userName\":\"\",\"userDisplayName\":\"\",\"isUserAuthenticated\":false,\"antiForgeryToken\":\"THtoAUxH4sS9\",\"isUserAdministrator\":false,\"canManageSharedToolbox\":false,\"pageBaseFileName\":\"Guest\",\"notifyActivityFrequencyMilliseconds\":600000,\"loginAfterInactivityMilliseconds\":36000000,\"canChangePassword\":false,\"controlPanelUrl\":null,\"pageType\":\"GuestPage\",\"processType\":2,\"userAgentOverride\":null,\"sessionTypeInfos\":[]});</script>\n<SessionInfo><SID>a29d421feecf680a</SID><Challenge>680a</Challenge><BlockTime>0</BlockTime><Rights></Rights><Users><User last=\"1\">fritzr</User></Users></SessionInfo>\n<Account>\n<Entry0 Active=\"Yes\" username=\"CMCCAdmin\" web_passwd=\"CmcC4dm1n5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<Entry1 Active=\"Yes\" username=\"useradmin\" web_passwd=\"Gu4ngx1pd5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<Entry2 Active=\"Yes\" username=\"CUAdmin\"   web_passwd=\"CUAdmin5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<TelnetEntry Active=\"Yes\" telnet_username=\"Admin\" telnet_passwd=\"cxx4dm1n5591\" telnet_port=\"23\"/>\n<FtpEntry Active=\"Yes\" ftp_right=\"1\" ftp_auth=\"1\" ftp_username=\"Admin\" ftp_passwd=\"cxx4dm1n5591\" ftp_port=\"21\" />\n<SambaEntry Active=\"Yes\" smb_right=\"1\" smb_auth=\"1\" smb_username=\"Admin\" smb_passwd=\"cxx4dm1n5591\" />\n<ConsoleEntry Active=\"Yes\" console_username=\"Admin\" console_passwd=\"cxx4dm1n5591\"/>\n<CTDefParaEntry setDefValueFlag=\"1\" />\n</Account>\n<div>8.5.5 (Build:20200530.307-TEMP)</div>\n<span class=\"greyNote version\"><span class=\"vWord\">Version</span> 2023.11.3 (build 147512)</span>\n<h1>Logged in as <strong>admin</strong></h1><input type=\"hidden\" name=\"csrfmiddlewaretoken\" value=\"e9tIOET3iTncMVL4E0ESylCCQupBWlfL9NobFzaQDir2ktC0Wgy5pafsCrkonl5y\"><textarea id=\"3revi\" name=\"revi\" rows=\"4\" cols=\"50\">server1 Ubuntu 22.04 LTS</textarea>\n<ca status=\"disabled\" href=\"/+CSCOCA+/login.html\" />\n<form action=\"/login/vpnSdef\" enctype=\"multipart/form-data\" method=\"post\" name=\"login\">\n    <div data-user=\"root\" data-module=\"package-updates\"></div>\n    <code>The zip file did not contain an entry exportDescriptor.properties</code>\n    <span class=\"form-hidden\"><input name=\"page\" value=\"login\" type=\"hidden\"/><input name=\"formulaire_action\" type=\"hidden\" value=\"login\" /><input name=\"formulaire_action_args\" type=\"hidden\" value=\"dzdNV0MzUGFDV0NHemR6bWorekNEWHY=\" /><input name=\"formulaire_action_sign\" type=\"hidden\" value=\"\" /></span>\n    <message>Please enter your username and password.</message>\n    <input name=\"formid\" type=\"hidden\" value=\"012afed\" />\n    <input name=\"javax.faces.ViewState\" type=\"hidden\" value=\"012afed\" />\n    <input name=\"queryString\" type=\"hidden\" value=\"1406192\" />\n    <div class=\"versionInfo\">The Cacti Group Version 1.2.25</div>\n    <strong>IPFire 2.19 (2017v) - Core Update 110 introduces significant changes</strong>\n    <input type=\"hidden\" name=\"token\" value=\"0feacf5a1cafc9fcea1ce1255e65fd9a7c11ae3f9235eb6038a2c9fe702ec7ec\">\n    <input type='hidden' name='__csrf_magic' value=\"key:12eef1d88692f7673fb80ab6ba8d051fdce64ccb,1710777654\" />\n    <input type=\"hidden\" name=\"tokenid\"  value=\"1804289383\" >\n    <input type=\"hidden\" name=\"name\"  value=\"1804289383\" >\n    <input type=\"hidden\" name=\"csrfKey\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n    <input type=\"hidden\" name=\"csrf_token\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n\t<input type=\"hidden\" name=\"ref\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" name=\"username_fieldname\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" name=\"password_fieldname\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"csrf\" name=\"csrf\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"csrf\" name=\"xd_check\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"give-form-id\" name=\"give-form-id\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n\t<input type=\"hidden\" id=\"give-form-hash\" name=\"give-form-hash\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n    <input type=\"text\" name=\"username\" label=\"Username:\" value=\"admin\" />\n    <input type=\"password\" name=\"password\" label=\"Password:\" value=\"123456\" />\n    <input type=\"hidden\" name=\"tgroup\" value=\"DefaultADMINGroup\" />\n    <input type=\"submit\" name=\"Login\" value=\"Login\" />\n    <input type=\"reset\" name=\"Clear\" value=\"Clear\" />\n</form>\n<input type=\"hidden\" value=\"Maintain/cloud_index.php\" id=\"cloud_addr\">\n<li class=\"lisel\" onclick=\"location.href='index.php'\">\u65e5\u5fd7\u7cfb\u7edf</li>\n<li class=\"linormal\" onclick=\"location.href='Maintain/cloud_index.php'\" style=\"margin-left:1px;\">\u4e91\u5e73\u53f0</li>\n<button type=\"button\" data-price-id=True>sb</button>\n<div class=\"prod_madelName\">RT-AC5300</div>\n<div class=\"p1 title_gap\">Sign in with your ASUS router account</div>\n<tr class=\"h\"><th>PHP Group</th></tr>\n<tr><td class=\"e\">upload_tmp_dir</td><td class=\"v\">/etc/httpd/_tmp</td><td class=\"v\">/etc/httpd/_tmp</td></tr>\n<tr><td class=\"e\">$_SERVER['DOCUMENT_ROOT']</td><td class=\"v\">/mnt/HDD2/web/</td></tr>\n<var name='uuid'><string>7db3eea5-9996-4032-a9cc-3afd06bd11fe</string></var>\n<span >Powered by <a href='#'>Gibbon</a> v23.0.01</span>\n<div class=\"text\" id=\"jive-loginVersion\"> Openfire, Version: 3.6.0a</div>\n<a href='#' title='Community Forum Software by Invision Power Services'>IP.Board</a>\n<div id=\"mcname\">LoadMaster</div>\n<p><br/><span>\u51fa\u5382IP\uff1a192.168.1.1</span><br/><span>\u7528\u6237\u540d\u3001\u5bc6\u7801\uff1aadmin admin</span></p>\n<td colspan=\"2\">Please enter your Cacti user name and password below:</td>\n<meta id=\"confluence-context-path\" name=\"confluence-context-path\" content=\"\">\n<meta id=\"confluence-base-url\" name=\"confluence-base-url\" content=\"https://192.168.1.4\">\n<meta id=\"atlassian-token\" name=\"atlassian-token\" content=\"d78e2b977d28428e411e31b958c9c502c2425083\">\n<script id=\"frontend-js-extra\">var hashform_vars = {\"ajaxurl\":\"\\/wp-admin\\/admin-ajax.php\",\"ajax_nounce\":\"d78e2b97\",\"preview_img\":\"\"};</script>\n<div class='content-messages errorMessage'><p>java.lang.Exception: y9pcHMuY</p></div>\n<B>SonicWall Universal Management Suite v9.3</B>\n<br>OK<br>\n<script type=\"text/javascript\">var csrfMagicToken = \"sid:ed04c4a1c86fe99a92cbe3441e2b1e2989d5deec,1725277646\";var csrfMagicName = \"__vtrftk\";</script>\n<select id=\"cars\" name=\"name\">\n<option value=\"olvo\">olvo</option>\n</select>\n<a href=\"/VICIdial/phone\">MODIFY</a>\n<input type=\"hidden\" name=\"extension\"  value=\"1804289383\" >\n<input type=\"hidden\" name=\"pass\"  value=\"1804289383\" >\n<input type=\"hidden\" name=\"recording_exten\"  value=\"1804289383\" >\n<script var session_name = '621aec6b886ff81'; var session_id = '1804289383';</script>\n<input type='hidden' name='LDCSA_CSRF' value=\"sid:7830302ba478216ecf2cf24b53afe6f385998104,1726156985\" />\n<script type='text/javascript'>\n\tvar cactiVersion='1.2.27';\n\tvar cactiServerOS='unix';\n\tvar cactiAction='';\n\tvar theme='modern';\n\tvar refreshIsLogout=true;\n\tvar refreshPage='/logout.php?action=timeout';\n\tvar refreshMSeconds=1440000;\n\tvar urlPath='/';\n\tvar previousPage='';\n\tvar sessionMessage=[];\n\tvar csrfMagicToken='sid:4024e82870233374a2255351fb45057c8f7f9aa6,1728459021;ip:bee133099404bd4ddc2dd5f43c6b86dc3618b300,1728459021';\n</script>\n\n<!--\n<Username Level=\"40/40\" Dispatch=\"account\">admin</Username><User1><Password Level=\"40/40\" Dispatch=\"account\">admin</Password></User1>\n/var/pinglog\n<TITLE>Login</TITLE>\n<a href=\"jpg.html\">LIVE JPEG</a><br>\n<a href=\"liveie.html\">Internet Monitor (Microsoft Internet Explorer 8, 9, 10, 11) </a><br>\n<a href=\"DVRRemoteAP.exe\">Download 32 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>\n<a href=\"DVRRemoteAP_X64.exe\">Download 64 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>\n<a href=\"DVFPlayer.zip\">Download 32/64 bits File Player (Windows 7, Windows 8, Windows 10)</a><br>\n<\\?xml version=\"1.0\" encoding=\"utf-8\"?><base64Binary xmlns=\"http://micros-hosting.com/EGateway/\">\nLocation: /admin\n<meta name=\"generator\" content=\"vBulletin 5.5.4\" />\nLocation: http://<ip>:80/relogin.htm?_t=3541144909\nLocation: http://<ip>:80/syscmd.htm\" Location: /ui/login\n/cgi-bin/webctrl.cgi?action=index_page\nPDR-M800\nfunction btnPing()\n<HTML><HEAD><TITLE>302 Moved</TITLE></HEAD><BODY><H1>302 Moved</H1>.The document has moved<A HREF=\"http://<ip>:80/relogin.htm?_t=179439949\">here</A></BODY></HTML>\n<link type=\"image/x-icon\" rel=\"shortcut icon\" href=\"/themes/img/icon/cisco_shortcut.png\">\n<link type=\"image/x-icon\" rel=\"shortcut icon\" href=\"/themes/img/icon/cisco_logo.png\">\n<td class=\"Copyright\" colspan=\"2\" style=\"text-align:justify\" height=\"20\" valign=\"bottom\">\u00a9 2017 Cisco Systems, Inc. All Rights Reserved.\n<br>Cisco, Cisco Systems, and the Cisco Systems logo are registered\ntrademarks or trademarks of Cisco Systems, Inc. and/or it's affiliates\nin the United States and certain other countries.\n</td>\n:\n#\n>\n$\nSSH key is good\nis not a valid ref and may not be archived\npcPassword2\n'&sessionKey=790148060;'\nname=\"sessionKey\" value=\"790148060\"\nSet-Cookie: loginName=admin\nvar fgt_lang = /dev/cmdb/sslvpn_websession\nphp 8.1.0-dev exit\nspringframework\nTomcat\nDEVICE.ACCOUNT=admin\nAUTHORIZED_GROUP=1\n<uid></uid>\n<name>Admin</name>\n<usrid></usrid>\n<password>admin</password>\n<group></group>\ncpto /tmp/\"root\"\nModel=AC1450\r\nFirmware=V1.0.0.36_10.0.17\r\n\"exceptionMessageValue\":\"javax.servlet.ServletException: No valid forensics analysis solrDocIds parameter found.\"\nBIG-IP release 15.0.0\nuser:root\n12345admin123'\nFailed to process image\n\nLocation: http://192.168.0.1:52869/picsdesc.xml\nYou don't have permission to access /vpns/ on this server.\n[global]\n    workgroup = intranet\n    encrypt passwords = Yes\n    update encrypted = Yes\n\nfuncionando\nsystem_sofia\nname resolve order\nInfoOS:Linux node01 uid=0(root) gid=0(root) groups=0(root)OSInfo\n<b>File Uploaded !!!</b><br>\nant=951d11e51392117311602d0c25435d7f\n38ee63071a04dc5e04ed22624c38e648\n6f3249aa304055d63828af3bfab778f6\n<h1> c80fc6428eb4fe4a3b77898ebf9f3945 </h1>\n[local]\n tid = OGRjYjc0YTY0ZGM5ODRmYjlhYmUzZTdjMjAxZjgxMGQ5ZWM5MGVkOGUwY2I2ZWQwM2JhMzg0ZTJmYWMyM2UwOD09\n addr = <ip>\n\"Powered by vBulletin Version 5.5.4\"\n789551\nLinear eMerge\nSuperSign\nubiq\nYacht\nZeroshell\nFastWeb\nAuthInfo:\nloadingIndicator_bk\nZyxel\nskyrouter\nWAP54\norg.apache.spark.ui\n\n\n\nID: \"00af\", version: \"7.7.31.1\", AddItem: function (a, item, c) {}\n<insert implant configuration content here>\nContent-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' ws://<ip> ws://<ip>:443 wss://<ip> wss://<ip>:8443 http://<ip>/api\nCopyright (c) 2015-2020 by Cisco Systems, Inc.\nAll rights reserved.\nSSL VPN Service\nwsConvertPptResponse\n<input id=\"txtUserName\" class=\"txt-input\" type=\"text\" name=\"userName\" value=\"\" />\n<input id=\"txtPassword\" class=\"txt-input\" type=\"password\" name=\"password\" value=\"\" />\n<button id=\"btnLogin\" lc=\"html\" lk=\"IDCS_LOGIN_NBSP\">\n<span lc=\"html\" lk=\"IDCS_BS_PLUGIN_DOWNLOAD\" style=\"line-height: 30px; vertical-align: top;\"></span>\n<script src=\"../Scripts/login.htm.js?v={JS_CSS_V}\" type=\"text/javascript\"></script>\n<LegacyDN>eD2bxe4</LegacyDN>\n<title class=\"_ctxstxt_NetscalerGateway\">\nSAML Assertion verification failed; Please contact your administrator\nv=2b46554c087d2d5516559e9b8bc1875d\n/vpn/images/AccessGateway.ico\nframe-busting\n/vpn/js/logout_view.js?v=\n_ctxstxt_NetscalerAAA\nlib.min20200813.js\n401 Unauthorized Basic realm=\nsName='1';onTest(this);\nvar passadm = \"admin\";\nOPMODE_BRIDGE\ndocument.all.cmd_result\n<input id=\"key\" type=\"text\" style=\"width: 200px\" value=\"02108CB9-2200D5A4\">\n<input id=\"date\" type=\"text\" style=\"width: 200px\" value=\"12/25/2023\">\nmain page cgi-bin/login.cgi\nvar sessionKey='030ff030ff88';\nloc += '&sessionKey=19dec20030ff8dcb2';\n}\n\nvar code = 'location=\"' + loc + '\"';\n\nPassword change successful\nJ2100N GPON ONT\n/cgi-bin/webui/admin\nsesskey\nname=admin pass=123 priv=ppp\nservice=www.dlinkddns.com\nsysCmdType\nContent-Type: auth/request\n\n\nContent-Type: command/reply\n\nReply-Text: +OK accepted\n\n\nX-Content-Powered-By: K2 v2.8.0 (by JoomlaWorks)\n007b2000-007c1000 rw-p 00000000 00:00 0\nSize:                 60 kB\nRss:                  52 kB\nPss:                  52 kB\nShared_Clean:          0 kB\nShared_Dirty:          0 kB\nPrivate_Clean:         0 kB\nPrivate_Dirty:        52 kB\nReferenced:           52 kB\nAnonymous:            52 kB\nAnonHugePages:         0 kB\nSwap:                  8 kB\nKernelPageSize:        4 kB\nMMUPageSize:           4 kB\n009b1000-009b8000 rwxp 001b1000 fd:01 3339977                            /var/Sofia\nSize:",
         "datamd5" : "93fcd4a566a427d2e45f2cab3c4f9cb2",
         "datammh3" : -400119048,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "product" : "<enterprise field>: device.product",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "74.207.224.0/19"
         },
         "host" : [
            "74-207-228-158"
         ],
         "hostname" : [
            "74-207-228-158.ip.linodeusercontent.com"
         ],
         "ip" : "74.207.228.158",
         "ipv6" : "false",
         "latitude" : "33.7485",
         "location" : "33.7485,-84.3871",
         "longitude" : "-84.3871",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "IOS",
         "osdistribution" : "sUse",
         "osvendor" : "Cisco",
         "port" : 49592,
         "product" : "WebVPN",
         "productvendor" : "Cisco",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "74-207-228-158.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "74.207.224.0/19",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }