mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
修改线程处理机制
This commit is contained in:
+7
-1
@@ -106,7 +106,13 @@ func ParseInput(Info *HostInfo) {
|
||||
flag.Usage()
|
||||
os.Exit(0)
|
||||
}
|
||||
//LogErr = Info.Debug
|
||||
|
||||
if LogErr {
|
||||
WaitTime = 10
|
||||
} else {
|
||||
WaitTime = 100
|
||||
}
|
||||
|
||||
if TmpOutputfile != "" {
|
||||
if !strings.Contains(Outputfile, "/") && !strings.Contains(Outputfile, `\`) {
|
||||
Outputfile = getpath() + TmpOutputfile
|
||||
|
||||
Reference in New Issue
Block a user