mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-24 12:11:52 +08:00
feat: 增加单独的Elasticsearch扫描
This commit is contained in:
@@ -61,6 +61,12 @@ func init() {
|
||||
ScanFunc: Plugins.MysqlScan,
|
||||
})
|
||||
|
||||
Common.RegisterPlugin("elasticsearch", Common.ScanPlugin{
|
||||
Name: "Elasticsearch",
|
||||
Ports: []int{9200, 9300}, // Elasticsearch 默认HTTP和Transport端口
|
||||
ScanFunc: Plugins.ElasticScan,
|
||||
})
|
||||
|
||||
Common.RegisterPlugin("rdp", Common.ScanPlugin{
|
||||
Name: "RDP",
|
||||
Ports: []int{3389},
|
||||
|
||||
Reference in New Issue
Block a user