/rangoware

Golang Ransomware

Primary LanguageGoMIT LicenseMIT

Rangoware

Repository size GitHub last commit License

📌 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

Configure and Compile

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