GithubHelp home page GithubHelp logo

global19-atlassian-net / runsomeaware Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sofienelkamel/runsomeaware

0.0 2.0 0.0 1.12 MB

Small ransomware awareness campaign with proof of concept

License: MIT License

C# 95.23% Batchfile 4.77%

runsomeaware's Introduction

RunSomeAware

Small ransomware awareness campaign with proof of concept...
Ransomware: type of malware which encrypt all your files.
Encryption: simple locker which will lock specific files with a key. You can't unlock them without key.
Example: Suppose I have data which contains some personal information and also an key. And I encrypt like below:
//Settings
data = 10
key = 20

//Encryption
data + key = 30

//Decryption
data = 30 - key 
data = 10
//You need 2 variable values to recover 3rd value.
//You can't recover data without a key.

Features:

  • Tiny around 5--7 KB
  • Coded under 100 lines
  • Allowed file extension specification.
  • Supports .net framework v2.0---5.x
  • Supports win7--win10 both 86/64 bit
  • AES 32 bit encryption



Configure:

First set these all settings in RunSomeAware.cs and then run compiler_v2.0.bat or compiler_v4.0.bat.
  • Key: A key to lock or unlock files.
  • Crypted File Extension: encrypted files will use this extension. e.g { ".graysuit", ".cry" ...}; etc.
  • ParentDirectory: directory where runsomeaware start encrypting files and folders.
  • Allowed File Extension: files with specific extension which would be encrypted and other would be skipped. e.g { ".png", ".doc", ".pdf", ... }; etc.
  • Encryption Mode: Specify whether you want to encrypt or decrypt files. i.e Mode.Encrypt or Mode.Encrypt etc.

Compiler Example's:

Examples contain various examples showing how to set:

Contributions

You can contribute by using, reporting etc. You are always welcome so never fear.
Before reporting any bug, verify that it does found on latest release and not listed on issues.

Tutorial

Someone had made video which has good quality which I didn't hoped. lol. Thanks to him He used

  • file pumper (to increase file size and defender become ddos and prevented scan)
  • compressor (when file having alot 00 values then duplicate characters compress well)

Visit : https://youtu.be/Ny6RsSataAs

Disclaimer

We assume everyone should use it legally. Author and organisation won't be responsible in case of your crime.

Contact

I Love ALLAH + Holy Prophet + Islam and Pakistan.

runsomeaware's People

Contributors

graysuit avatar imgbotapp avatar

Watchers

James Cloos avatar  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.