Mauri de Souza Meneguzzo

Results 157 comments of Mauri de Souza Meneguzzo

@UN5T48L3 Yes :smile:

@UN5T48L3 Sorry, I forgot the export :sweat_smile: ``` export PATH=$PATH:$GOBIN ```

@Gembeltz If you choose the docker installation then you should install docker first. Otherwise stick with the manual steps.

Please follow the guide in the README to setup the project using ngrok and Tor.

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

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

> I recommend to use the docker installation because it is more simple and less error prone. Your error is related to the gobindata tool, please check if your $GOPATH/bin...

Please refer to the .travis.yaml CI config to see the env variables needed and take a look at https://github.com/mauri870/ransomware/issues/20

@Gembeltz Your C&C server is running on port 8080 locally, the ngrok url is already pointing port 80 to 8080, so use the ngrok url with port 80 instead of...

Hi @MRxC0DER, you need to run `make deps` and it will install the necessary libs from [here](https://github.com/mauri870/ransomware/blob/master/Makefile#L15-L19) Don't forget to have the dir `$GOPATH/bin` in your $PATH variable