evilsocket / xray

XRay is a tool for recon, mapping and OSINT gathering from public networks.
GNU General Public License v3.0
2.21k stars 299 forks source link

Executable issue #19

Closed suriya73 closed 7 years ago

suriya73 commented 7 years ago

[INFO] Replacing existing vendor dependencies root@r00t:~/n00b/go/src/github.com/evilsocket/xray# make build go-bindata -o cmd/xray/ui.go -pkg main ui make: go-bindata: Command not found Makefile:30: recipe for target 'static' failed make: *** [static] Error 127 root@r00t:~/n00b/go/src/github.com/evilsocket/xray# go get -u github.com/jteeuwen/go-bindata/... root@r00t:~/n00b/go/src/github.com/evilsocket/xray# ls cmd glide.yaml line_reader.go pool.go ui dns_grabber.go grabber.go machine.go README.md vendor Dockerfile http_grabber.go Makefile session.go viewdns.go glide.lock LICENSE mysql_grabber.go target.go wordlists

i don't see any build folder :/

suriya73 commented 7 years ago

root@r00t:~/n00b/go/src/github.com/evilsocket/xray# ls build glide.yaml machine.go session.go wordlists cmd grabber.go Makefile target.go dns_grabber.go http_grabber.go mysql_grabber.go ui Dockerfile LICENSE pool.go vendor glide.lock line_reader.go README.md viewdns.go root@r00t:~/n00b/go/src/github.com/evilsocket/xray# cd build root@r00t:~/n00b/go/src/github.com/evilsocket/xray/build# ls xray

sorry !! fixed it :)