feat: 增加Neo4j扫描和测试环境

This commit is contained in:
ZacharyZcR
2024-12-23 07:15:25 +08:00
parent fe1b92cc98
commit 40e8f6621d
9 changed files with 189 additions and 10 deletions
+6
View File
@@ -139,6 +139,12 @@ func init() {
ScanFunc: Plugins.CassandraScan,
})
Common.RegisterPlugin("neo4j", Common.ScanPlugin{
Name: "Neo4j",
Ports: []int{7687},
ScanFunc: Plugins.Neo4jScan,
})
Common.RegisterPlugin("rdp", Common.ScanPlugin{
Name: "RDP",
Ports: []int{3389},