feat: 增加RabbitMQ扫描

This commit is contained in:
ZacharyZcR
2024-12-22 02:48:59 +08:00
parent 8be8f94d82
commit e70a1a7bd2
5 changed files with 95 additions and 6 deletions
+6
View File
@@ -67,6 +67,12 @@ func init() {
ScanFunc: Plugins.ElasticScan,
})
Common.RegisterPlugin("rabbitmq", Common.ScanPlugin{
Name: "RabbitMQ",
Ports: []int{5672, 5671, 15672, 15671}, // AMQP和管理端口
ScanFunc: Plugins.RabbitMQScan,
})
Common.RegisterPlugin("rdp", Common.ScanPlugin{
Name: "RDP",
Ports: []int{3389},