Code Monkey home page Code Monkey logo

go2bypass's Introduction

Go2bypass

Golang 写的免杀框架,通过系统调用等手法bypass AV/EDR。

以前学习免杀时写的免杀框架。有兴趣的可以自己改改。

使用方法:

D:\Go2bypass>go run Go2bypass.go build
Choose different encryption methods and Windows api for shellcodeloader.

Usage:
  Go2bypass build [flags]

Examples:
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m loader-modu
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m loader-modu --hiddenCMD
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m loader-modu --hiddenCMD -i .ico
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m Syscall
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m HaloGate
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m HeapAlloc
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m UuidFromString
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m EtwpCreateEtwThread
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m EnumPageFilesW
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m EnumChildWindows
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m EnumerateLoadedModules
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m CreateFiber
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m CreateThread
go run .\Go2bypass.go build -e Encrypt-modu -f payload.bin -m CreateThreatPoolWait


Flags:
  -e, --encrypt string   Choose Encryption Method
                             eg:
                                AesCBC
                                AesECB
                                AesCFB
                                Base64Xor
                                QianKunBaGua
  -f, --file string      Specify The Path To The (x64)payload.bin File
  -h, --help             help for build
  -c, --hiddenCMD        Use "go build -ldflags=-H=windowsgui" hiddenCMD Or use Windows Api hidden cmd default:(-ldflags=-H=windowsgui)
  -i, --icon string      Add icon
  -m, --module string    Select The Mode Of The ShellcodeLoader
                             eg:
                                Syscall
                                HaloGate
                                HeapAlloc
                                UuidFromString
                                EtwpCreateEtwThread
                                EnumPageFilesW
                                EnumChildWindows
                                EnumerateLoadedModules
                                CreateFiber
                                CreateThread
                                CreateThreatPoolWait
  -o, --output string    Output FileName
go run .\Go2bypass.go build -e AesCBC -f payload.bin -m HaloGate

在此感谢timwhitez的https://github.com/timwhitez/Doge-Gabh项目

仅供技术研究使用,请勿用于非法用途,否则后果作者概不负责

go2bypass's People

Contributors

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