codesiddhant / Jasmin-Ransomware

Jasmin Ransomware is an advanced red team tool (WannaCry Clone) used for simulating real ransomware attacks. Jasmin helps security researchers to overcome the risk of external attacks.
https://github.com/codesiddhant/jasmin-ransomware#readme
209 stars 71 forks source link

Decryption error #2

Open Luvic95 opened 3 years ago

Luvic95 commented 3 years ago

Hello, I am getting an error with the file decryptor, despite the Encryptor is getting a session on the jasmin dashboard and generating the .flora key. The files are also successfully being encrypted and the HTML pop up message is showing as it should.

But when i run the file decryptor and upload the .flora key there, i get the following message: "No encrypted files found on this computer" Would really appreciate your help with the matter.

https://i.imgur.com/5HdHS5H.png image

josuesouza commented 3 years ago

I'm having the same issue.

codesiddhant commented 3 years ago

Please run the application in debug mode and try to trace the error in visual studio

josuesouza commented 3 years ago

I see these when I run in debug mode:

Jasmin-Debug

codesiddhant commented 3 years ago

Dear @josuesouza Please try to compile this code in another windows 10 machine. Or run visual studio as administrator

josuesouza commented 3 years ago

Same results from debug while running Visual Studio as Administrator. I did some quick research but since I'm not a C# developer I'm more of thinking aloud than anything, but it appears one cause could be a thread in the program is trying to open files that are already opened by another thread. I saw some people having this issue with the same exceptions thrown. Curiously, the Encrypter works just fine so I guess the Decryptor is handling the files in some slightly different way maybe.

image

sec-oniont commented 2 years ago

I also have the same problem. I have made various attempts and still can't solve it

kt-mc commented 2 years ago

Commenting to see if anyone has figured out why the decryption piece is no longer working.

it2007me commented 1 year ago

same here year 2023, made various attempts and still can't solve it

cheng1250206 commented 7 months ago

2023年12月26日下载来尝试了一下,发现密钥 .flora 密钥并不能生成或回传到数据库中。至于后续的 .flora 密钥是否能解密我就没能力测试了。