mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 21:32:35 +08:00
Merge pull request #2 from artemkomyshan/refactoring
Translation in main
This commit is contained in:
commit
a2a4afc41d
2
main.go
2
main.go
@ -15,5 +15,5 @@ func main() {
|
|||||||
common.Parse(&config)
|
common.Parse(&config)
|
||||||
Plugins.Scan(config.HostInfo, config.Flags)
|
Plugins.Scan(config.HostInfo, config.Flags)
|
||||||
t := time.Now().Sub(start)
|
t := time.Now().Sub(start)
|
||||||
fmt.Printf("[*] 扫描结束,耗时: %s\n", t)
|
fmt.Printf("[*] The scan is done, spent time: %s\n", t)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user