feat: 增加SNMP扫描 增加UDP端口扫描

This commit is contained in:
ZacharyZcR
2024-12-23 02:59:59 +08:00
parent 9e8726e1f8
commit 3529efcb24
9 changed files with 158 additions and 7 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ var pluginGroups = map[string][]string{
"web", "fcgi", // web类
"mysql", "mssql", "redis", "mongodb", "postgres", // 数据库类
"oracle", "memcached", "elasticsearch", "rabbitmq", "kafka", "activemq", // 数据库类
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", "imap", "pop3", // 服务类
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", "imap", "pop3", "snmp", // 服务类
"ms17010", "smbghost", "smb2", // 漏洞类
"findnet", // 其他
},
@@ -36,7 +36,7 @@ var pluginGroups = map[string][]string{
"web", "fcgi",
},
ModeService: {
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", "imap", "pop3",
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", "imap", "pop3", "snmp",
},
ModeVul: {
"ms17010", "smbghost", "smb2",