⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 account_public_public.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
# This script was written by Michel Arboi (GPL)account = "public";password = "public";if(description){ script_id(17290); script_version ("$Revision: 38 $"); script_bugtraq_id(183);  script_name(english:"Default password 'public' for account 'public'");      desc["english"] = "The account 'public' has the password 'public'.  An attacker may use itto gain further privileges on this systemRisk factor : HighSolution : Set a password for this account or disable it"; script_description(english:desc["english"]); script_summary(english:"Logs into the remote host"); script_category(ACT_GATHER_INFO); script_family(english:"Default Unix Accounts");  script_copyright(english:"This script is Copyright (C) 2005 Michel Arboi");  script_dependencie("find_service.nes", "ssh_detect.nasl"); script_require_ports("Services/telnet", 23, "Services/ssh", 22); script_require_keys("Settings/ThoroughTests"); exit(0);}#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 + -