Skip to content

LuanSilveiraSouza/rangoware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Golang Ransomware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages