@@ -0,0 +1,20 @@
package main
import (
"./Plugins"
"./common"
"fmt"
)
func main() {
var Info common.HostInfo
common.Flag(&Info) //fmt.Println(Info.Host,Info.Ports)
common.Parse(&Info)
Plugins.Scan(&Info)
fmt.Println("scan end")
}
The note is not visible to the blocked user.