Skip to content

criminalize/GoldRAAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Ransomware with a web panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors