feat: 增加Zabbix扫描

This commit is contained in:
ZacharyZcR
2024-12-23 03:30:13 +08:00
parent 1906acf551
commit 016dfa7889
7 changed files with 126 additions and 5 deletions
+6
View File
@@ -115,6 +115,12 @@ func init() {
ScanFunc: Plugins.SNMPScan,
})
Common.RegisterPlugin("zabbix", Common.ScanPlugin{
Name: "Zabbix",
Ports: []int{80, 443, 8080, 8443, 10051}, // Zabbix常用端口
ScanFunc: Plugins.ZabbixScan,
})
Common.RegisterPlugin("rdp", Common.ScanPlugin{
Name: "RDP",
Ports: []int{3389},