mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
feat: 增加Zabbix扫描
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user