Commit 9aba1c8 shadow1ng
committed
1 parent 400f437 commit 9aba1c8 Copy full SHA for 9aba1c8
File tree 3 files changed +15
-62
lines changed
3 files changed +15
-62
lines changed Original file line number Diff line number Diff line change 1
1
package Plugins
2
2
3
3
var PluginList = map [string ]interface {}{
4
- "21" : FtpScan ,
5
- "22" : SshScan ,
6
- "135" : Findnet ,
7
- "139" : NetBIOS ,
8
- "445" : SmbScan ,
9
- "1433" : MssqlScan ,
10
- "3306" : MysqlScan ,
11
- "5432" : PostgresScan ,
12
- "6379" : RedisScan ,
13
- //"9200": elasticsearchScan,
4
+ "21" : FtpScan ,
5
+ "22" : SshScan ,
6
+ "135" : Findnet ,
7
+ "139" : NetBIOS ,
8
+ "445" : SmbScan ,
9
+ "1433" : MssqlScan ,
10
+ "3306" : MysqlScan ,
11
+ "5432" : PostgresScan ,
12
+ "6379" : RedisScan ,
14
13
"11211" : MemcachedScan ,
15
14
"27017" : MongodbScan ,
16
15
"1000001" : MS17010 ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,13 +25,12 @@ var PORTList = map[string]int{
25
25
"ms17010" : 1000001 ,
26
26
"cve20200796" : 1000002 ,
27
27
"web" : 1000003 ,
28
- //"elastic": 9200,
29
- "findnet" : 135 ,
30
- "netbios" : 139 ,
31
- "all" : 0 ,
32
- "portscan" : 0 ,
33
- "icmp" : 0 ,
34
- "main" : 0 ,
28
+ "findnet" : 135 ,
29
+ "netbios" : 139 ,
30
+ "all" : 0 ,
31
+ "portscan" : 0 ,
32
+ "icmp" : 0 ,
33
+ "main" : 0 ,
35
34
}
36
35
37
36
var Outputfile = getpath () + "result.txt"
You can’t perform that action at this time.
0 commit comments