mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 05:12:36 +08:00
Update Parse.go to add empty pass
This commit is contained in:
parent
e2c8dd8b1f
commit
20f985c6c2
@ -63,6 +63,7 @@ func ParsePass(Info *HostInfo) {
|
|||||||
PwdList = append(PwdList, pass)
|
PwdList = append(PwdList, pass)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
PwdList = append(PwdList, "")
|
||||||
Passwords = PwdList
|
Passwords = PwdList
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user