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 } }