0x4D31 / honeybits

A PoC tool designed to enhance the effectiveness of your traps by spreading breadcrumbs & honeytokens across your systems to lure the attacker toward your honeypots
GNU General Public License v3.0
273 stars 45 forks source link

Project doesn't build #4

Open sbehrens opened 6 years ago

sbehrens commented 6 years ago

I am unable to build the project after following the instructions:

laptop> ~/bin/honeybits$ go build                                                                                                             master ‹ruby-2.3.0›
honeybits.go:29:2: cannot find package "github.com/0x4D31/honeybits/contentgen" in any of:
    /usr/local/Cellar/go/1.10/libexec/src/github.com/0x4D31/honeybits/contentgen (from $GOROOT)
    /Users/sbehrens/work/src/github.com/0x4D31/honeybits/contentgen (from $GOPATH)
HKirito commented 4 years ago

Try to set export GOPROXY=https://goproxy.cn,direct and export GO111MODULE=on