删除elasticsearchScan,用yml poc代替

This commit is contained in:
shadow1ng
2021-05-06 11:44:38 +08:00
parent 400f4373c9
commit 9aba1c88a3
3 changed files with 15 additions and 62 deletions
+9 -10
View File
@@ -1,16 +1,15 @@
package Plugins
var PluginList = map[string]interface{}{
"21": FtpScan,
"22": SshScan,
"135": Findnet,
"139": NetBIOS,
"445": SmbScan,
"1433": MssqlScan,
"3306": MysqlScan,
"5432": PostgresScan,
"6379": RedisScan,
//"9200": elasticsearchScan,
"21": FtpScan,
"22": SshScan,
"135": Findnet,
"139": NetBIOS,
"445": SmbScan,
"1433": MssqlScan,
"3306": MysqlScan,
"5432": PostgresScan,
"6379": RedisScan,
"11211": MemcachedScan,
"27017": MongodbScan,
"1000001": MS17010,