@@ -13,6 +13,5 @@ func main() {
common.Flag(&Info)
common.Parse(&Info)
Plugins.Scan(Info)
t := time.Since(start)
fmt.Printf("[*] 扫描结束,耗时: %s\n", t)
fmt.Printf("[*] 扫描结束,耗时: %s\n", time.Since(start))
}
The note is not visible to the blocked user.