优化icmp模块

This commit is contained in:
shadow1ng
2020-12-05 16:57:01 +08:00
parent 818102a814
commit b4fb1efb3a
2 changed files with 14 additions and 52 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ var PORTList_bak = map[string]int{
var Outputfile = "result.txt"
var IsSave = true
var DefaultPorts = "21,22,23,80,135,443,445,1433,1521,3306,5432,6379,7001,8080,8089,9000,9200,11211,27017"
var DefaultPorts = "21,22,80,81,135,443,445,1433,1521,3306,5432,6379,7001,8000,8080,8089,11211,27017"
type HostInfo struct {
Host string