mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 12:52:44 +08:00
add empty passwd to list when pwdf is used
This commit is contained in:
parent
4aaa05f6a4
commit
fa248ac40e
@ -88,6 +88,7 @@ func ParsePass(Info *HostInfo) error {
|
||||
pwdList = append(pwdList, pass)
|
||||
}
|
||||
}
|
||||
pwdList = append(pwdList, "")
|
||||
Passwords = pwdList
|
||||
LogInfo(GetText("load_passwords_from_file", len(passes)))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user