feat: 增加LDAP扫描

This commit is contained in:
ZacharyZcR
2024-12-22 04:13:47 +08:00
parent dfe74fc5b4
commit ee8f52c199
5 changed files with 119 additions and 4 deletions
+6
View File
@@ -85,6 +85,12 @@ func init() {
ScanFunc: Plugins.ActiveMQScan,
})
Common.RegisterPlugin("ldap", Common.ScanPlugin{
Name: "LDAP",
Ports: []int{389, 636}, // LDAP标准端口和LDAPS端口
ScanFunc: Plugins.LDAPScan,
})
Common.RegisterPlugin("rdp", Common.ScanPlugin{
Name: "RDP",
Ports: []int{3389},