ID OPENVAS:1361412562310801124 Type openvas Reporter Copyright (C) 2009 Greenbone Networks GmbH Modified 2020-08-24T00:00:00
Description
Detection of FileCopa FTP Server.
This script detects the installed version of FileCopa FTP Server.
###############################################################################
# OpenVAS Vulnerability Test
#
# FileCopa FTP Server Version Detection
#
# Authors:
# Sharath S <sharaths@secpod.com>
#
# Copyright:
# Copyright (C) 2009 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.801124");
script_version("2020-08-24T08:40:10+0000");
script_tag(name:"last_modification", value:"2020-08-24 08:40:10 +0000 (Mon, 24 Aug 2020)");
script_tag(name:"creation_date", value:"2009-10-22 15:34:45 +0200 (Thu, 22 Oct 2009)");
script_tag(name:"cvss_base", value:"0.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:N");
script_name("FileCopa FTP Server Version Detection");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Product detection");
script_dependencies("ftpserver_detect_type_nd_version.nasl");
script_require_ports("Services/ftp", 21);
script_mandatory_keys("ftp/intervations/filecopa/detected");
script_tag(name:"summary", value:"Detection of FileCopa FTP Server.
This script detects the installed version of FileCopa FTP Server.");
script_tag(name:"qod_type", value:"remote_banner");
exit(0);
}
include("ftp_func.inc");
include("misc_func.inc");
include("port_service_func.inc");
include("cpe.inc");
include("host_details.inc");
port = ftp_get_port(default: 21);
banner = ftp_get_banner(port: port);
if(banner && "FileCOPA FTP Server" >< banner){
version = "unknown";
filecopeVer = eregmatch(pattern: "FileCOPA FTP Server Version ([0-9.]+)", string: banner);
if(!isnull(filecopeVer[1])) {
version = filecopeVer[1];
set_kb_item(name: "FileCOPA-FTP-Server/Ver", value: version);
}
set_kb_item(name: "FileCOPA-FTP-Server/installed", value: TRUE);
cpe = build_cpe(value: version, exp: "^([0-9.]+)", base: "cpe:/a:filecopa-ftpserver:ftp_server:");
if (!cpe)
cpe = 'cpe:/a:filecopa-ftpserver:ftp_server';
register_product(cpe: cpe, location: port + '/tcp', port: port, service: "ftp");
log_message(data: build_detection_report(app: "FileCOPA FTP Server", version: version, install: port,
cpe: cpe, concluded: banner),
port: port);
}
exit(0);
{"id": "OPENVAS:1361412562310801124", "type": "openvas", "bulletinFamily": "scanner", "title": "FileCopa FTP Server Version Detection", "description": "Detection of FileCopa FTP Server.\n\n This script detects the installed version of FileCopa FTP Server.", "published": "2009-10-22T00:00:00", "modified": "2020-08-24T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310801124", "reporter": "Copyright (C) 2009 Greenbone Networks GmbH", "references": [], "cvelist": [], "lastseen": "2020-10-04T15:17:28", "viewCount": 1, "enchantments": {"dependencies": {"references": [], "modified": "2020-10-04T15:17:28", "rev": 2}, "score": {"value": 0.3, "vector": "NONE", "modified": "2020-10-04T15:17:28", "rev": 2}, "vulnersScore": 0.3}, "pluginID": "1361412562310801124", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# FileCopa FTP Server Version Detection\n#\n# Authors:\n# Sharath S <sharaths@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2009 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\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.801124\");\n script_version(\"2020-08-24T08:40:10+0000\");\n script_tag(name:\"last_modification\", value:\"2020-08-24 08:40:10 +0000 (Mon, 24 Aug 2020)\");\n script_tag(name:\"creation_date\", value:\"2009-10-22 15:34:45 +0200 (Thu, 22 Oct 2009)\");\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_name(\"FileCopa FTP Server Version Detection\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2009 Greenbone Networks GmbH\");\n script_family(\"Product detection\");\n script_dependencies(\"ftpserver_detect_type_nd_version.nasl\");\n script_require_ports(\"Services/ftp\", 21);\n script_mandatory_keys(\"ftp/intervations/filecopa/detected\");\n\n script_tag(name:\"summary\", value:\"Detection of FileCopa FTP Server.\n\n This script detects the installed version of FileCopa FTP Server.\");\n\n script_tag(name:\"qod_type\", value:\"remote_banner\");\n\n exit(0);\n}\n\ninclude(\"ftp_func.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"port_service_func.inc\");\ninclude(\"cpe.inc\");\ninclude(\"host_details.inc\");\n\nport = ftp_get_port(default: 21);\nbanner = ftp_get_banner(port: port);\n\nif(banner && \"FileCOPA FTP Server\" >< banner){\n\n version = \"unknown\";\n\n filecopeVer = eregmatch(pattern: \"FileCOPA FTP Server Version ([0-9.]+)\", string: banner);\n if(!isnull(filecopeVer[1])) {\n version = filecopeVer[1];\n set_kb_item(name: \"FileCOPA-FTP-Server/Ver\", value: version);\n }\n\n set_kb_item(name: \"FileCOPA-FTP-Server/installed\", value: TRUE);\n\n cpe = build_cpe(value: version, exp: \"^([0-9.]+)\", base: \"cpe:/a:filecopa-ftpserver:ftp_server:\");\n if (!cpe)\n cpe = 'cpe:/a:filecopa-ftpserver:ftp_server';\n\n register_product(cpe: cpe, location: port + '/tcp', port: port, service: \"ftp\");\n\n log_message(data: build_detection_report(app: \"FileCOPA FTP Server\", version: version, install: port,\n cpe: cpe, concluded: banner),\n port: port);\n}\n\nexit(0);\n", "naslFamily": "Product detection"}