mysql_auth_bypass_zeropass.nasl

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

NASL
40
字号
## This script was written by Eli Kara <elik@beyondsecurity.com>## See the Nessus Scripts License for details#if(description){ script_id(12639);   script_bugtraq_id(10654, 10655); script_version ("$Revision: 38 $"); name["english"] = "MySQL Authentication bypass through a zero-length password"; script_name(english:name["english"]);  desc["english"] = "It is possible to bypass password authentication for a database user using a crafted authentication packet with a zero-length password Note: In order to use this script, the MySQL daemon has to allow connection from thescanning IP address"; script_description(english:desc["english"]);  summary["english"] = "Log in to MySQL with a zero-length password"; script_summary(english:summary["english"]);  script_category(ACT_GATHER_INFO);  script_copyright(english:"This script is Copyright (C) 2004 Beyond Security");  family["english"] = "Remote file access"; script_family(english:family["english"]);  script_dependencie("find_service2.nasl"); script_require_ports("Services/mysql", 3306); exit(0);}# tested by mysql_unpassworded.naslexit (0);

⌨️ 快捷键说明

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