mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
balls
This commit is contained in:
parent
4631a25c4b
commit
42da5c6489
4 changed files with 3 additions and 15 deletions
4
main.go
4
main.go
|
@ -3,7 +3,6 @@ package main
|
|||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"runtime"
|
||||
"strings"
|
||||
|
||||
"github.com/evilsocket/bettercap-ng/core"
|
||||
|
@ -21,8 +20,7 @@ func main() {
|
|||
os.Exit(1)
|
||||
}
|
||||
|
||||
fmt.Printf("%s v%s\n", core.Name, core.Version)
|
||||
fmt.Printf("Build: date=%s os=%s arch=%s\n\n", core.BuildDate, runtime.GOOS, runtime.GOARCH)
|
||||
fmt.Printf(core.Bold("%s v%s\n\n"), core.Name, core.Version)
|
||||
|
||||
sess.Register(modules.NewEventsStream(sess))
|
||||
sess.Register(modules.NewProber(sess))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue