Git Product home page Git Product logo

rsmaker's Introduction

RsMaker——基于rust的免杀生成框架

总体分为两大模块:免杀生成与木马捆绑

Introduction

免杀生成:

免杀目前具有三种混淆方式:1、Aes加密 2、base64加密 3、uuid 下图使用aes方式进行演示

RsMaker

文件捆绑:

文件捆绑支持自定义图标文件,甚至可以将exe和exe捆绑到一起。

RsMaker

RsMaker

Usage

首先确保您的windows机器上安装了rust并且开启了nightly模式

查看rust版本
$ rustc --version
安装nightly
$ rustup install nightly
将nightly设置为默认
$ rustup default nightly
查看rust版本
$ rustc --version

安装msvc nightly toolchain

rustup target add nightly-x86_64-pc-windows-msvc

生成木马

rsmaker.exe generate -f beacon.bin -m aes

捆绑文件

rsmaker.exe embed -f test.pdf -t loader.exe -i word.ico

查看帮助

rsmaker.exe -h

注意

  • 本项目所用技术仅用于学习交流,请勿直接用于任何商业场合和非法用途。
  • 本项目不提供编译好的文件,仅供代码交流学习。
  • 本项目为学习rust的过程中的中间产物,且诞生时间要早于项目发布时间,免杀效果截至项目发布时间已经很差了。

rsmaker's People

Contributors

raspberryhusky avatar

Stargazers

kklt avatar

Forkers

jiecoll skybky

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.