Code Monkey home page Code Monkey logo

goldraas's Introduction

GoldRAAS

Ransomware with a web panel

SETUP

In the client change the user ID to whoever it is. I will make a stub generator when I next update it!

NOTES

  1. This was going to be the source for a "Ransomware As A Service" which I got bored of developing. I am sure someone who see's this can salvage it.
  2. The client doesn't look amazing.
  3. This was made for fun, I am not fond of github so tell me if I publishd this wrong.
  4. The client was made in C#. (so it's not native)
  5. The client was made in Visual Studio 2017.
  6. A lot of the functions are ahem stolen from stackoverflow and some other sites (don't have links, may be in comments on code)
  7. There is no SQL Injection exploits, challenge you to find one.
  8. There is XSS however I am fully aware of this and know how to fix it.
  9. The decryption key is generated server side and then given to the client via a GET request. If the client makes the GET request again the server will tell them to piss off basically.
  10. The decryption key is deleted from the users memeory as soon as the client has encrypted the file(/s) to be safe.
  11. The encryption is done with AES256 and a random salt to prevent precracking. (EXTREMELY UNLIKELY)

To Do

  • Generate Stub
  • Encrypt whole system (rather than putty.exe)
  • Fix XSS (easy, just check the username post string: fixed in other panels I have made)
  • Add a payment gateway (AUTOBUY DECRYPTION KEY)

goldraas's People

Contributors

criminalize 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.