📄 account_db2as_db2as.nasl
字号:
## This script was written by Chris Foster### See the Nessus Scripts License for details#account = "db2as";password = "db2as";if(description){ script_id(11864); script_version ("$Revision: 38 $"); script_cve_id("CVE-2001-0051"); script_bugtraq_id(2068); script_name(english:"Default password (db2as) for db2as"); desc["english"] = "The account 'db2as' has the password 'db2as'An attacker may use it to gain further privileges on this systemRisk factor : HighSolution : Set a strong password for this account or disable it.This may disable dependant applications so beware"; script_description(english:desc["english"]); script_summary(english:"Logs into the remote host"); script_copyright(english:"This script is Copyright (C) 2003 Chris Foster"); script_category(ACT_GATHER_INFO); script_family(english:"Default Unix Accounts"); script_dependencie("find_service.nes", "ssh_detect.nasl"); script_require_ports("Services/telnet", 23, "Services/ssh", 22); script_require_keys("Settings/ThoroughTests"); exit(0);}## The script code starts here : #include("default_account.inc");include("global_settings.inc");if ( ! thorough_tests ) exit(0);port = check_account(login:account, password:password);if(port)security_hole(port);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -