yppasswdd.nasl

来自「漏洞扫描源码,可以扫描linux,windows,交换机路由器」· NASL 代码 · 共 41 行

NASL
41
字号
## This script was written by Renaud Deraison <deraison@cvs.nessus.org>### This script is released under the GPLv2## kst-depend-rpcif(description){ script_id(80035); script_bugtraq_id(2763);script_cve_id("CVE-2001-0779"); script_version ("$Revision: 1.25 $");  name["english"] = "yppasswdd overflow"; name["francais"] = "yppasswdd overflow";  script_name(english:name["english"], 	     francais:name["francais"]);  desc["english"] = "The remote RPC service 100009 (yppasswdd) is vulnerableto a buffer overflow which allows any user to obtain a rootshell on this host.Solution : disable this service if you don't useit, or contact Sun for a patchRisk factor : High"; script_description(english:desc["english"]);  summary["english"] = "heap overflow through yppasswdd"; script_summary(english:summary["english"]);  script_category(ACT_MIXED_ATTACK);   script_copyright(english:"This script is Copyright (C) 2001 Renaud Deraison"); family["english"] = "Gain root remotely"; family["francais"] = "Passer root 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?