Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic: gob: decoding into local type *map[string]string, received remote type unknown type #391

Closed
kallakoras opened this issue Nov 19, 2018 · 1 comment

Comments

@kallakoras
Copy link

bettercap v2.11 (type 'help' for a list of commands)

panic: gob: decoding into local type *map[string]string, received remote type unknown type

goroutine 1 [running]:
github.com/bettercap/bettercap/network.NewLAN(0xc420536a00, 0xc4200bc000, 0xc420030640, 0xc420030650, 0x0)
/home/evilsocket/gocode/src/github.com/bettercap/bettercap/network/lan.go:39 +0x179
github.com/bettercap/bettercap/session.(*Session).Start(0xc420520000, 0xc420468d00, 0x10)
/home/evilsocket/gocode/src/github.com/bettercap/bettercap/session/session.go:251 +0x4b4
main.main()
/home/evilsocket/gocode/src/github.com/bettercap/bettercap/main.go:63 +0xcb2

4.18.0-kali2-amd64
go version go1.10.4 linux/amd64

Included is from the pre-compiled binary. But experiencing the same crash if I compile locally.

@evilsocket
Copy link
Member

try to rm -rf /root/bettercap.aliases before starting bettercap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants