MOCs

Overview

As an overview this project uses the GCP Dot to generate random characters to the length specified by the user. The program is a web application that is easy to get up and running using just a few commands that can be found in the README of the repo’s. This project was create during my SEC-440 class when we were making ransomware. During this project my partner and I had used Golang to write our ransomware. This program worked a little too well and windows defender starting to detect our application and try to delete it. We starting to put a random string of 128 characters at the start of the file in a comment to change the hash of the application. This is where I decided to make project you see here. It started in python but I am was annoyed with how it felt a little sluggish so I redid the project in JS. Making this change made it light and day.

Python

License: MIT
Repo: https://github.com/ChampPG/Random-GCP-String-Python

JS

License: MIT
Repo: https://github.com/ChampPG/Random-GCP-String-JS