feat: 增加Weblogic测试环境

This commit is contained in:
ZacharyZcR
2024-12-23 04:04:48 +08:00
parent 57b6d41737
commit 1a5f789ba8
7 changed files with 59 additions and 8 deletions
-6
View File
@@ -121,12 +121,6 @@ func init() {
ScanFunc: Plugins.ZabbixScan,
})
Common.RegisterPlugin("tomcat", Common.ScanPlugin{
Name: "Tomcat",
Ports: []int{8080, 8009, 8005}, // Tomcat常用端口
ScanFunc: Plugins.TomcatScan,
})
Common.RegisterPlugin("rdp", Common.ScanPlugin{
Name: "RDP",
Ports: []int{3389},