Update Parse.go

This commit is contained in:
AgeloVito 2022-06-08 00:31:46 +08:00 committed by GitHub
parent a2573e10bb
commit 38a1c6de75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,10 @@ import (
)
func Parse(Info *HostInfo) {
ParseScantype(Info)
ParseUser(Info)
ParsePass(Info)
ParseInput(Info)
ParseScantype(Info)
}
func ParseUser(Info *HostInfo) {