sendmail_debug.nasl
来自「漏洞扫描源码,可以扫描linux,windows,交换机路由器」· NASL 代码 · 共 34 行
NASL
34 行
## This script was written by Renaud Deraison <deraison@cvs.nessus.org>## See the Nessus Scripts License for details#if(description){ script_id(10247); script_bugtraq_id(1); script_version ("$Revision: 38 $"); script_cve_id("CVE-1999-0095"); name["english"] = "Sendmail DEBUG"; name["francais"] = "Sendmail DEBUG"; script_name(english:name["english"], francais:name["francais"]); desc["english"] = "Your MTA accepts the DEBUG mode.This mode is dangerous as it allows remoteusers to execute arbitrary commands as rootwithout the need to log in.Solution : Upgrade your MTA.Risk factor : High"; desc["francais"] = "Votre MTA accepte le mode DEBUG.Ce mode est dangereux puisqu'il permet
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?