ID OPENVAS:11430 Type openvas Reporter This script is Copyright (C) 2003 Xue Yong Zhi Modified 2017-05-03T00:00:00
Description
The remote host is using WinMX - a p2p software, which may not
be suitable for a business environment.
# OpenVAS Vulnerability Test
# $Id: winmx_installed.nasl 6063 2017-05-03 09:03:05Z teissa $
# Description: WinMX is installed
#
# Authors:
# Xue Yong Zhi <xueyong@udel.edu>
#
# Copyright:
# Copyright (C) 2003 Xue Yong Zhi
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# 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.
#
tag_summary = "The remote host is using WinMX - a p2p software, which may not
be suitable for a business environment.";
tag_solution = "Uninstall this software";
if(description)
{
script_id(11430);
script_version("$Revision: 6063 $");
script_tag(name:"last_modification", value:"$Date: 2017-05-03 11:03:05 +0200 (Wed, 03 May 2017) $");
script_tag(name:"creation_date", value:"2006-03-26 17:55:15 +0200 (Sun, 26 Mar 2006)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
name = "WinMX is installed";
script_name(name);
summary = "Determines if WinMX is installed";
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"registry");
script_copyright("This script is Copyright (C) 2003 Xue Yong Zhi");
family = "Peer-To-Peer File Sharing";
script_family(family);
script_dependencies("secpod_reg_enum.nasl");
script_require_keys("SMB/name", "SMB/login", "SMB/password",
"SMB/domain","SMB/transport");
script_mandatory_keys("SMB/WindowsVersion");
script_require_ports(139, 445);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("smb_nt.inc");
rootfile = registry_get_sz(key:"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinMX", item:"DisplayName");
if(rootfile)
{
security_message(get_kb_item("SMB/transport"));
}
{"id": "OPENVAS:11430", "type": "openvas", "bulletinFamily": "scanner", "title": "WinMX is installed", "description": "The remote host is using WinMX - a p2p software, which may not \nbe suitable for a business environment.", "published": "2006-03-26T00:00:00", "modified": "2017-05-03T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "http://plugins.openvas.org/nasl.php?oid=11430", "reporter": "This script is Copyright (C) 2003 Xue Yong Zhi", "references": [], "cvelist": [], "lastseen": "2017-07-02T21:10:06", "viewCount": 0, "enchantments": {"score": {"value": 0.1, "vector": "NONE", "modified": "2017-07-02T21:10:06", "rev": 2}, "dependencies": {"references": [], "modified": "2017-07-02T21:10:06", "rev": 2}, "vulnersScore": 0.1}, "pluginID": "11430", "sourceData": "# OpenVAS Vulnerability Test\n# $Id: winmx_installed.nasl 6063 2017-05-03 09:03:05Z teissa $\n# Description: WinMX is installed\n#\n# Authors:\n# Xue Yong Zhi <xueyong@udel.edu>\n#\n# Copyright:\n# Copyright (C) 2003 Xue Yong Zhi\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# 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\ntag_summary = \"The remote host is using WinMX - a p2p software, which may not \nbe suitable for a business environment.\";\n\ntag_solution = \"Uninstall this software\";\n\nif(description)\n{\n script_id(11430);\n script_version(\"$Revision: 6063 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-05-03 11:03:05 +0200 (Wed, 03 May 2017) $\");\n script_tag(name:\"creation_date\", value:\"2006-03-26 17:55:15 +0200 (Sun, 26 Mar 2006)\");\n script_tag(name:\"cvss_base\", value:\"5.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:N/A:N\");\n\n name = \"WinMX is installed\";\n\n script_name(name);\n \n\n\n\n \n summary = \"Determines if WinMX is installed\";\n\n \n script_category(ACT_GATHER_INFO);\n script_tag(name:\"qod_type\", value:\"registry\");\n \n script_copyright(\"This script is Copyright (C) 2003 Xue Yong Zhi\");\n family = \"Peer-To-Peer File Sharing\";\n script_family(family);\n \n script_dependencies(\"secpod_reg_enum.nasl\");\n script_require_keys(\"SMB/name\", \"SMB/login\", \"SMB/password\",\n\t\t \"SMB/domain\",\"SMB/transport\");\n script_mandatory_keys(\"SMB/WindowsVersion\");\n\n script_require_ports(139, 445);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n exit(0);\n}\n\n\ninclude(\"smb_nt.inc\");\n\n\nrootfile = registry_get_sz(key:\"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\WinMX\", item:\"DisplayName\");\nif(rootfile)\n{\n security_message(get_kb_item(\"SMB/transport\"));\n}\n\n", "naslFamily": "Peer-To-Peer File Sharing"}