GithubHelp home page GithubHelp logo

a099 / banana_blackmail Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ed1s0nz/banana_blackmail

0.0 0.0 0.0 20 KB

Golang写的勒索软件,仅供学习与交流勒索软件行为,切勿对真实目标操作,否则后果自负!

Go 100.00%

banana_blackmail's Introduction

banana_blackmail

Golang写的勒索软件,仅供学习与交流勒索软件行为,切勿对真实目标操作,否则后果自负!

此项目工作之余几个小时写的,较为粗糙,简单实现了勒索病毒文件加解密,以及删除卷影和备份等操作; 后续会添加新的功能以及代码优化。

文件介绍:

  • blackmail - 文件加密,以及删除卷影备份等;
  • blackmail_dec - 对加密的文件进行解密; RSA - 生成RSA公私钥.

用法:

由于还在测试和添加新功能中,所以只递归加解密某个文件夹下的所有文件(在blackmail/blackmail_dec的 main.go 中可以写入要加解密的文件)。

勒索测试:

  • 进入blackmail的main.go中,输入要加密的文件路径
  • 进入blackmail中 go build 打包项目生成exe文件,以管理员运行。

解密文件:

  • 进入blackmail_dec的main.go中,输入要解密的文件路径
  • 进入blackmail_dec中 go build 打包项目生成exe文件运行即可。

补充

加密前的文件如果为1.txt,则加密后的文件为1.txt.banana; 1.txt.banana分为三部分:

  • 第一部分为RSA公钥加密的随机生成的AES key,
  • 第二部分为提示信息,提示你的文件已被加密,
  • 第三部分为文件加密后的内容。

*重要:

此项目仅供学习与交流勒索软件行为,切勿对真实目标操作,否则后果自负!

banana_blackmail's People

Contributors

ed1s0nz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.