mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
修改-debug参数,自定义打印当前进度时间,默认100秒没进制就会输出。-debug 0时,有err时就会输出
This commit is contained in:
@@ -107,12 +107,6 @@ func ParseInput(Info *HostInfo) {
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
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