mauri870 / ransomware

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

path problems #39

Open UN5T48L3 opened 6 years ago

UN5T48L3 commented 6 years ago

Hello bro, I am facing this errors since last day. I am pretty ocb about to fix it today. Could you help me? thanks!

ekran resmi 2018-07-03 20 06 52 ekran resmi 2018-07-03 19 58 32 ekran resmi 2018-07-03 19 57 49

UN5T48L3 commented 6 years ago

ekran resmi 2018-07-03 20 21 35 and this is another problem

UN5T48L3 commented 6 years ago

when I run make deps ekran resmi 2018-07-03 20 34 46

UN5T48L3 commented 6 years ago

when I run make -e GOOS=windows ekran resmi 2018-07-03 20 36 26

mauri870 commented 6 years ago

As described in #37, you MUST export an environment variable named GOBIN, and append it to your PATH variable in order to use go getted binaries. Add the following to one of your shell's startup files (.profile, .bashrc, etc)

export GOBIN=$GOPATH/bin
PATH=$PATH:$GOBIN

Then reload your shell by issuing the source command or reopen another shell for this changes to take effect. After this glide and go-bindata will be available to be called globally.

If you choose the docker build, you don't need to install these tools, you only need docker itself.

UN5T48L3 commented 6 years ago

I appreciate that your answer and can we make new exe file with same commands? I mean is this true? ./build-docker.sh make -e GOOS=windows

mauri870 commented 6 years ago

@UN5T48L3 Yes :smile:

UN5T48L3 commented 6 years ago

so now; do you have any idea? ekran resmi 2018-07-03 23 52 42

mauri870 commented 6 years ago

@UN5T48L3 Sorry, I forgot the export :sweat_smile:

export PATH=$PATH:$GOBIN
Gembeltz commented 6 years ago

I tried GOOS = windows make after I tried no encrypted files do you have to run the docker first before creating a binnary file

screenshot from 2018-08-31 06-52-24

mauri870 commented 6 years ago

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

Gembeltz commented 6 years ago

@mauri870 how to build with tor

mauri870 commented 6 years ago

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

Gembeltz commented 6 years ago

what is this command tor make -e SERVER_HOST=2af7161c.ngrok.io SERVER_PORT=80 USE_TOR=true

Kamis, 13 September 2018, Mauri de Souza Nunes notifications@github.com menulis:

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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mauri870/ransomware/issues/39#issuecomment-420759926, or mute the thread https://github.com/notifications/unsubscribe-auth/Af02JR_n0Y1WfMv3V-3FYqkB8vxdmFBtks5uaVjxgaJpZM4VBU4m .

Gembeltz commented 6 years ago

screenshot from 2018-09-13 11-43-46 is there something wrong to build tor

Gembeltz commented 5 years ago

screenshot 2018-12-17 14 04 17 error make deps @mauri870