Rangoware
π Sumary
π Introduction
Rangoware is a simple Ransomware that uses AES-256-GCM encryption and is writted in Go language.
β WARNING: This software is made just for study purposes.
β WARNING: If you want to run it locally for tests, take care of what directories you decide to encrypt.
β WARNING: The software is distributed in MIT license. Its use is free, however the author doesn't take responsibility for any illegal use of the code by 3rd parties.
π» Technologies
π How to Run
# Clone Repository
$ git clone https://github.com/LuanSilveiraSouza/rangoware.git
# Go to folder
$ cd rangoware
# Generate a AES crypto key
$ go run keygen/keygen.go
# In encrypter nd decrypter, set the variables cryptoKey, contact and dir
# Compile encrypter
$ cd encrypter
$ go build
# Compile decrypter
$ cd decrypter
$ go build
π Contribution, Bugs and Issues
Feel free to open new issues and colaborate with others issues in Rangoware Issues
π License
Released in 2020 under MIT License
Made with β€ by Luan Souza.