mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 04:31:52 +08:00
refacor: 结构化更改
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"github.com/shadow1ng/fscan/Common"
|
||||
"github.com/shadow1ng/fscan/Config"
|
||||
"github.com/shadow1ng/fscan/Plugins"
|
||||
"github.com/shadow1ng/fscan/Core"
|
||||
"time"
|
||||
)
|
||||
|
||||
@@ -13,6 +13,6 @@ func main() {
|
||||
var Info Config.HostInfo
|
||||
Common.Flag(&Info)
|
||||
Common.Parse(&Info)
|
||||
Plugins.Scan(Info)
|
||||
Core.Scan(Info)
|
||||
fmt.Printf("[*] 扫描结束,耗时: %s\n", time.Since(start))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user