From 20f985c6c24c4f1ec80860b55e737d391c91a148 Mon Sep 17 00:00:00 2001 From: sunrise <33363160+sunriseXu@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:34:54 +0800 Subject: [PATCH] Update Parse.go to add empty pass --- common/Parse.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Parse.go b/common/Parse.go index 115edda..ef706b3 100644 --- a/common/Parse.go +++ b/common/Parse.go @@ -63,6 +63,7 @@ func ParsePass(Info *HostInfo) { PwdList = append(PwdList, pass) } } + PwdList = append(PwdList, "") Passwords = PwdList } }