Code Monkey home page Code Monkey logo

golang-uuid-loader's Introduction

golang-uuid-loader

golang uuid-shellcode加载器,分离执行,可直接把shellcode写入程序。

相关项目

golang-uuid:https://github.com/Ne0nd0g/go-shellcode/blob/master/cmd/UuidFromString/main.go (uuid)

如何编译(加密shellcode)

SET CGO_ENABLED=0
SET GOOS=windows
SET GOARCH=amd64
go build -ldflags "-s -w -H=windowsgui" -o code.exe encode.go

如何编译(加载器)

SET CGO_ENABLED=0
SET GOOS=windows
SET GOARCH=amd64
go build -ldflags "-s -w -H=windowsgui" -o aescodeloade.exe main.go

使用方法

code.exe 用于生成加密的shellcode,使用方法:用cs生成一个64位的raw格式的payload,然后用code.exe加密生成一个加密code和一个key

aescode.exe 加载器 -s 跟加密的shellcode -k 跟解密的key

用cs生成一个64位的raw格式的payload 2021/08/12

golang-uuid-loader's People

Contributors

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