Nidesoft MP3 Converter Detection (Windows SMB Login)
🗓️ 19 Dec 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType
openvas🔗 plugins.openvas.org👁 13 Views
# SPDX-FileCopyrightText: 2016 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.107107");
script_version("2024-02-08T14:36:53+0000");
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_tag(name:"last_modification", value:"2024-02-08 14:36:53 +0000 (Thu, 08 Feb 2024)");
script_tag(name:"creation_date", value:"2016-12-19 11:19:11 +0530 (Mon, 19 Dec 2016)");
script_tag(name:"qod_type", value:"registry");
script_name("Nidesoft MP3 Converter Detection (Windows SMB Login)");
script_tag(name:"summary", value:"Detects the installed version of
Nidesoft MP3 Converter.
The script logs in via smb, searches for Nidesoft MP3 Converter in the registry and gets the version from registry.");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Product detection");
script_dependencies("smb_reg_service_pack.nasl");
script_mandatory_keys("SMB/WindowsVersion", "SMB/Windows/Arch");
script_require_ports(139, 445);
exit(0);
}
include("smb_nt.inc");
include("secpod_smb_func.inc");
include("cpe.inc");
include("host_details.inc");
os_arch = get_kb_item("SMB/Windows/Arch");
if(!os_arch){
exit(0);
}
if("x86" >< os_arch){
key_list = make_list("SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\");
}
else if("x64" >< os_arch){
key_list = make_list("SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\");
}
if(isnull(key_list)){
exit(0);
}
foreach key (key_list){
foreach item (registry_enum_keys(key:key)){
cvName = registry_get_sz(key:key + item, item:"DisplayName");
if(cvName =~ "Nidesoft MP3 Converter" ){
cvVer = eregmatch(pattern: "Nidesoft MP3 Converter v([0-9.]+)", string: cvName);
if (!isnull( cvVer[1])) cvVer = cvVer[1];
cvPath = registry_get_sz(key:key + item, item:"InstallLocation");
if(!cvPath){
cvPath = "Unable to get the install location from the registry";
}
if(cvVer){
set_kb_item(name:"Nidesoft/Mp3converter/Win/Ver", value:cvVer);
cpe = build_cpe(value:cvVer, exp:"^([0-9.]+)", base:"cpe:/a:nidesoft:mp3_converter:");
if(isnull(cpe))
cpe = "cpe:/a:nidesoft:mp3_converter";
if("x64" >< os_arch && "x86" >!< cvPath){
set_kb_item(name:"Nidesoft/Mp3converter64/Win/Ver", value:cvVer);
cpe = build_cpe(value:cvVer, exp:"^([0-9.]+)", base:"cpe:/a:nidesoft:mp3_converter:x64:");
if(isnull(cpe))
cpe = "cpe:/a:nidesoft:mp3_converter:x64";
}
register_product(cpe:cpe, location:cvPath);
log_message(data: build_detection_report(app: "Nidesoft MP3 Converter",
version: cvVer,
install: cvPath,
cpe: cpe,
concluded: cvVer));
}
}
}
}
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
08 Feb 2024 00:00Current
7.3High risk
Vulners AI Score7.3