Skip to content

Commit 2af6df2

Browse files
committed
update
1 parent f6a47cf commit 2af6df2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func ( *ScanMysql) ipformat()[]string {
8989
fmt.Println(err)
9090
}
9191
str := string(res)
92-
arr := strings.Split(str,"\r\n")
92+
arr := strings.Split(str,"\n")
9393
l := len(arr)-4
9494
arrs := arr[2:l]
9595
var newarr []string
@@ -134,7 +134,7 @@ func main() {
134134
fmt.Println(err)
135135
}
136136
str := string(res)
137-
obj.dist = strings.Split(str,"\r\n")
137+
obj.dist = strings.Split(str,"\n")
138138
fmt.Printf("\r\nIP段扫描完毕,程序即将开始爆破密码...\r\n")
139139
time.Sleep(1 * time.Second)
140140
//启动线程开始爆破,爆破成功则自动上传木马

mysqlfuzz.exe

-12 KB
Binary file not shown.

0 commit comments

Comments
 (0)