feat: 增加Tomcat扫描

This commit is contained in:
ZacharyZcR
2024-12-23 03:42:34 +08:00
parent 6ba42c8c39
commit 1f860f22c8
5 changed files with 105 additions and 3 deletions
+6
View File
@@ -121,6 +121,12 @@ 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},