mauri870 / ransomware

A POC Windows crypto-ransomware (Academic). Now Ransom:Win32/MauriCrypt.MK!MTB
855 stars 413 forks source link

no Go files in ( Error ) #37

Open kalhori124 opened 6 years ago

kalhori124 commented 6 years ago

How can I fix this ?

[root@server ~]# go get -v github.com/mauri870/ransomware github.com/mauri870/ransomware (download) created GOPATH=/root/go; see 'go help gopath' package github.com/mauri870/ransomware: no Go files in /root/go/src/github.com/mauri870/ransomware [root@server ~]# cd $GOPATH/src/github.com/mauri870/ransomware -bash: cd: /src/github.com/mauri870/ransomware: No such file or directory

UN5T48L3 commented 6 years ago

even I installed and setup go evn I getting this error;

go get -v github.com/Masterminds/glide glide install make: glide: Command not found Makefile:15: recipe for target 'deps' failed make: *** [deps] Error 127

kalhori124 commented 6 years ago

./build-docker.sh make

Building the image... ./build-docker.sh: line 14: docker: command not found

mauri870 commented 6 years ago

@UN5T48L3 You must append the $GOPATH/bin to your $PATH variable, also use GOBIN=$GOPATH/bin

mauri870 commented 6 years ago

@kalhori124 In order to build with docker you must install docker first :sweat_smile: