mauri870 / ransomware

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

help me! make error #18

Closed redpeony closed 7 years ago

redpeony commented 7 years ago

I do not know programming. But I am studying hard. There was a problem building your project.

image

where is generate_cert.go ? Where can I get it? generate_cert.go program it myself? It is harsh for me....TT I respect you. I need help.

redpeony commented 7 years ago

I find generate_cert.go......in this page https://golang.org/src/crypto/tls/generate_cert.go success build project. but image

I see this error. please answer me.

mauri870 commented 7 years ago

Please take a look at #17

redpeony commented 7 years ago

Thank you for your reply. this site(https://golang.org/src/crypto/tls/generate_cert.go)... Is the file correct? If it is correct, we will try again.

mauri870 commented 7 years ago

Please refer to golang installation docs. Your GOROOT env needs to point to the go source tree

redpeony commented 7 years ago

I am really sorry. My status is as follows.

image

is it wrong?

mauri870 commented 7 years ago

I think it's correct :/

What's your go version?

redpeony commented 7 years ago

My version is go1.8 linux / amd64. Is it a problem to use Kali Linux?

422 error is related to target file (.jpg....) encryption? When I run the ransomware.exe file, the target file is not encrypted. Target system is win7 VM...TT

mauri870 commented 7 years ago

422 is possibly related to the RSA keys that not match

Try clean your project and rebuild it again

And82 commented 7 years ago

Hi, I have the same problem as the friend above. Any solution for this?

go

And82 commented 7 years ago

I did as I said, I deleted the certs and recreated again and the same error appears. Has anyone managed to solve it?

mauri870 commented 7 years ago

Sorry for the delay guys... I'll push a fix soon

And82 commented 7 years ago

Many thanks, I'll be waiting for you

mauri870 commented 7 years ago

@And82 See this commit

I think this will fix the issues related to the rsa keys

mauri870 commented 7 years ago

Closing this issue, if you have any related problem please open a new one