Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
992Proxy

Locked YourRansom


dEEpEst

Recommended Posts

YourRansom
YourRansom is an encryption tool written in Golang. It has built-in encryption parameters, random key generation, and online download of readme files. The design is based on the design idea of [Landomware]. Or in other words, this is a self-made learning [ransomware] imitation.

In the next is just a new, the program is also very naive, please feel a little more painful love.

Compile yourself
Because YourRansom builds the encrypted configuration into the compiled binaries, if you want to use your own YourRansom, you need to adjust the parameters and compile your own YourRansom .

Preparation environment
YourRansom is written in Golang, and you need to prepare the corresponding Golang environment before compiling, or compile it in an online environment such as cloud9 (usually you need to install the Golang environment yourself).

You can then get the source file of YourRansom from GitHub via go get: go get github.com/YourRansom/YourRansom

Configuration parameter
YourRansom stores the configuration in a binary file, but it doesn't store the original data directly (it used to be, then I feel so too young, too simple and sometimes naive, so I changed to the current mode), but stored the JSON format configuration file using DES The string obtained after encryption and base64. I specifically provided a configuration generator and template file for this: YourRansom/confGen, just fill in the data in the form, and then execute confGen to get the configuration information.

 

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.