The script sends a connection request to the server and
attempts to detect F5 LineRate from the reply.
{"id": "OPENVAS:1361412562310105307", "vendorId": null, "type": "openvas", "bulletinFamily": "scanner", "title": "F5 LineRate Web Configuration Detection", "description": "The script sends a connection request to the server and\n attempts to detect F5 LineRate from the reply.", "published": "2015-06-24T00:00:00", "modified": "2020-08-24T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "cvss2": {}, "cvss3": {}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310105307", "reporter": "Copyright (C) 2015 Greenbone Networks GmbH", "references": [], "cvelist": [], "immutableFields": [], "lastseen": "2020-10-04T15:17:28", "viewCount": 6, "enchantments": {"dependencies": {}, "score": {"value": -0.4, "vector": "NONE"}, "backreferences": {"references": [{"type": "nessus", "idList": ["GLOBAL_SETTINGS.NASL"]}]}, "exploitation": null, "vulnersScore": -0.4}, "_state": {"dependencies": 1678909994, "score": 1683821708, "epss": 1678924918}, "_internal": {"score_hash": "ef304eac0d5281a5e704feee888e9762"}, "pluginID": "1361412562310105307", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# F5 LineRate Web Configuration Detection\n#\n# Authors:\n# Michael Meyer <michael.meyer@greenbone.net>\n#\n# Copyright:\n# Copyright (C) 2015 Greenbone Networks GmbH\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif (description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.105307\");\n script_tag(name:\"cvss_base\", value:\"0.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:N/A:N\");\n script_version(\"2020-08-24T15:18:35+0000\");\n script_tag(name:\"last_modification\", value:\"2020-08-24 15:18:35 +0000 (Mon, 24 Aug 2020)\");\n script_tag(name:\"creation_date\", value:\"2015-06-24 15:27:54 +0200 (Wed, 24 Jun 2015)\");\n script_name(\"F5 LineRate Web Configuration Detection\");\n\n script_tag(name:\"summary\", value:\"The script sends a connection request to the server and\n attempts to detect F5 LineRate from the reply.\");\n\n script_tag(name:\"qod_type\", value:\"remote_banner\");\n\n script_category(ACT_GATHER_INFO);\n script_family(\"Product detection\");\n script_copyright(\"Copyright (C) 2015 Greenbone Networks GmbH\");\n script_dependencies(\"find_service.nasl\", \"httpver.nasl\", \"global_settings.nasl\");\n script_require_ports(\"Services/www\", 8443);\n script_exclude_keys(\"Settings/disable_cgi_scanning\");\n\n exit(0);\n}\n\ninclude(\"http_func.inc\");\ninclude(\"http_keepalive.inc\");\ninclude(\"port_service_func.inc\");\ninclude(\"host_details.inc\");\n\nport = http_get_port( default:8443 );\n\nurl = \"/login\";;\nreq = http_get( item:url, port:port );\nbuf = http_keepalive_send_recv( port:port, data:req, bodyonly:FALSE );\n\nif( \"<title>LineRate Login</title>\" >< buf && \"X-Powered-By: Express\" >< buf )\n{\n cpe = 'cpe:/a:f5:linerate';\n install = \"/\";\n\n register_product( cpe:cpe, location:install, port:port, service:\"www\" );\n\n log_message( data: build_detection_report( app:\"F5 LineRate Configuration Utility\",\n version:'unknown',\n install:install,\n cpe:cpe,\n concluded: 'HTTP-Request' ),\n port:port );\n}\nexit(0);\n\n", "naslFamily": "Product detection"}