GithubHelp home page GithubHelp logo

5l1v3r1 / relec-ransomware Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zerod4y/relec-ransomware

0.0 1.0 0.0 38 KB

Ransomware application clone with administration dashboard

C++ 85.79% Python 6.26% HTML 7.95%

relec-ransomware's Introduction

Relec Ransomware

Ransomware application clone with administration dashboard.

This project only educational purpose. Don't use it for real world application. Ransomware application is developed at C++ language. Dashboard is developed at Python via flask framework.

Project's video tutorial was uploaded to Youtube and link is below.

https://www.youtube.com/watch?v=8PhgfVFwM7w&t=1s

Relec Capabilities

  • It use native Windows API. MFC library not used.
  • It is targeting spesific extensions.
  • Downloading wallpaper from web and changing system wallpaper settings.
  • File encryption and decryptions operations.
  • Storing encryption key at server.
  • No external dependancies ( VC++ or MFC dll's not required )
  • Small footprint. It is only 250KB on Release mode.

Requirements:

  • Python 2.7
  • Visual Studio 2015 (Also 2012 can be used via changing project file)

For installing python frameworks:

pip install flask sqlite3

Starting dashboard:

python index.py

http://127.0.0.1:5000/login

Username : admin
Password : password

Ransomware Configuration

Open config.h and change remote server informations.

#define HOST_NAME "127.0.0.1"
#define HOST_PORT 5000 

Also you can change wallpaper configuration on same file

#define WALLPAPER_HOST "2.bp.blogspot.com"
#define WALLPAPER_PATH "/-M_Zaje-cmlI/UEGFvq6l_tI/AAAAAAAAAJ4/P9lOHN3bt0Q/s1600/ghost+hades+wallpaper.jpg"
#define WALLPAPER_PORT 80
#define WALLPAPER_LOCAL_NAME "\\w.jpg"

Goals

Malware key encryption via XOR algorithm at now but it have to encrypt with RSA 2048. I got some problem with Wincrypt and OpenSSL migration. Also Bitcoin address will be generate per victims.

relec-ransomware's People

Contributors

erhanbaris avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.