mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 13:22:35 +08:00
Update Parse.go
This commit is contained in:
parent
a2573e10bb
commit
38a1c6de75
@ -12,10 +12,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func Parse(Info *HostInfo) {
|
func Parse(Info *HostInfo) {
|
||||||
|
ParseScantype(Info)
|
||||||
ParseUser(Info)
|
ParseUser(Info)
|
||||||
ParsePass(Info)
|
ParsePass(Info)
|
||||||
ParseInput(Info)
|
ParseInput(Info)
|
||||||
ParseScantype(Info)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func ParseUser(Info *HostInfo) {
|
func ParseUser(Info *HostInfo) {
|
||||||
|
Loading…
Reference in New Issue
Block a user